Update to 2.0.3 (maintainer timeout after 19 days)

Approved by:	fjoe (mentor) (implicit)
This commit is contained in:
Sergey A. Osokin 2003-07-06 21:25:19 +00:00
parent ecbf66eb2d
commit 87015a51a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84330
6 changed files with 8 additions and 30 deletions

View file

@ -6,13 +6,13 @@
#
PORTNAME?= cdrtools
PORTVERSION?= 2.0
PORTREVISION?= 1
PORTVERSION?= 2.0.3
PORTREVISION?= 0
CATEGORIES?= sysutils audio
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/ \
ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/
DISTNAME= cdrtools-2.0
DISTNAME= cdrtools-2.00.3
MAINTAINER= dirk@FreeBSD.org
COMMENT?= Cdrecord, mkisofs and several other programs to record CD-R[W]

View file

@ -1 +1 @@
MD5 (cdrtools-2.0.tar.gz) = 2e94010d6f746c187352223b8ea50d64
MD5 (cdrtools-2.00.3.tar.gz) = c0cdfa2dbe9f4c977b0a71fb08ddff0e

View file

@ -1,11 +0,0 @@
--- libscg/scsiopen.c.orig Tue May 20 21:47:41 2003
+++ libscg/scsiopen.c Tue May 20 21:48:28 2003
@@ -270,7 +270,7 @@
}
if (scg__open(scgp, devname) <= 0) {
if (errs && scgp->errstr)
- js_snprintf(errs, slen, scgp->errstr);
+ js_snprintf(errs, slen, "%s", scgp->errstr);
scg_sfree(scgp);
return ((SCSI *)0);
}

View file

@ -6,13 +6,13 @@
#
PORTNAME?= cdrtools
PORTVERSION?= 2.0
PORTREVISION?= 1
PORTVERSION?= 2.0.3
PORTREVISION?= 0
CATEGORIES?= sysutils audio
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/ \
ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/
DISTNAME= cdrtools-2.0
DISTNAME= cdrtools-2.00.3
MAINTAINER= dirk@FreeBSD.org
COMMENT?= Cdrecord, mkisofs and several other programs to record CD-R[W]

View file

@ -1 +1 @@
MD5 (cdrtools-2.0.tar.gz) = 2e94010d6f746c187352223b8ea50d64
MD5 (cdrtools-2.00.3.tar.gz) = c0cdfa2dbe9f4c977b0a71fb08ddff0e

View file

@ -1,11 +0,0 @@
--- libscg/scsiopen.c.orig Tue May 20 21:47:41 2003
+++ libscg/scsiopen.c Tue May 20 21:48:28 2003
@@ -270,7 +270,7 @@
}
if (scg__open(scgp, devname) <= 0) {
if (errs && scgp->errstr)
- js_snprintf(errs, slen, scgp->errstr);
+ js_snprintf(errs, slen, "%s", scgp->errstr);
scg_sfree(scgp);
return ((SCSI *)0);
}