diff options
author | netchild <netchild@FreeBSD.org> | 2004-05-04 22:44:32 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-05-04 22:44:32 +0800 |
commit | e46aa90409a7f818dcf09659d6399f0eb9265327 (patch) | |
tree | f002c291834aab6e9547f834d8eddf703a93cd45 | |
parent | 57496f42c52f5918641818815c68df34d02bfb5e (diff) | |
download | freebsd-ports-gnome-e46aa90409a7f818dcf09659d6399f0eb9265327.tar.gz freebsd-ports-gnome-e46aa90409a7f818dcf09659d6399f0eb9265327.tar.zst freebsd-ports-gnome-e46aa90409a7f818dcf09659d6399f0eb9265327.zip |
Update to 2.01a28. For a list of changes see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a28
Submitted by: maintainer (marius)
-rw-r--r-- | sysutils/cdrtools-devel/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cdrtools-devel/distinfo | 4 | ||||
-rw-r--r-- | sysutils/cdrtools-devel/files/patch-README.rscsi | 9 | ||||
-rw-r--r-- | sysutils/mkisofs-devel/Makefile | 3 |
4 files changed, 6 insertions, 14 deletions
diff --git a/sysutils/cdrtools-devel/Makefile b/sysutils/cdrtools-devel/Makefile index 85dfd5b8c55e..1d0eed09ae22 100644 --- a/sysutils/cdrtools-devel/Makefile +++ b/sysutils/cdrtools-devel/Makefile @@ -6,9 +6,9 @@ # PORTNAME?= cdrtools -CDRTLSVERSION= 2.01a27 +CDRTLSVERSION= 2.01a28 PORTVERSION?= ${CDRTLSVERSION} -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES?= sysutils audio MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/ diff --git a/sysutils/cdrtools-devel/distinfo b/sysutils/cdrtools-devel/distinfo index 33af04eefdb8..f70e284274dc 100644 --- a/sysutils/cdrtools-devel/distinfo +++ b/sysutils/cdrtools-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (cdrtools-2.01a27.tar.bz2) = 3e7e19f445027d1b932f9bfab2970277 -SIZE (cdrtools-2.01a27.tar.bz2) = 1388766 +MD5 (cdrtools-2.01a28.tar.bz2) = 2def2ba09f07fd49f3967babc775f6fb +SIZE (cdrtools-2.01a28.tar.bz2) = 1390528 diff --git a/sysutils/cdrtools-devel/files/patch-README.rscsi b/sysutils/cdrtools-devel/files/patch-README.rscsi index abad7914c1f4..8fed06bfc876 100644 --- a/sysutils/cdrtools-devel/files/patch-README.rscsi +++ b/sysutils/cdrtools-devel/files/patch-README.rscsi @@ -34,12 +34,3 @@ RSCSI Security: -@@ -96,7 +93,7 @@ - information about the remote libscg version used for the connection. - - - To be able to use the remote SCSI client code from win32 you need to create -- a file /etc/passwd with a corect entry for the user you are on win32. -+ a file /etc/passwd with a correct entry for the user you are on win32. - Call 'id' to get the right user id. - Note that remote SCSI has not yet been tested on Win32. - diff --git a/sysutils/mkisofs-devel/Makefile b/sysutils/mkisofs-devel/Makefile index 9102c1954575..648165ab8b61 100644 --- a/sysutils/mkisofs-devel/Makefile +++ b/sysutils/mkisofs-devel/Makefile @@ -6,7 +6,8 @@ # PORTNAME= mkisofs -PORTVERSION= 2.01a27 +PORTVERSION= 2.01a28 +PORTREVISION= 0 CATEGORIES= sysutils COMMENT= Create iso9660/Rock Ridge/Joliet filesystems |