diff options
author | dirk <dirk@FreeBSD.org> | 2000-04-30 00:01:30 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-04-30 00:01:30 +0800 |
commit | 5f7bf6e9194a40b871c1aa3d48a336e7b4cb3e9f (patch) | |
tree | 321df1b3331fbae8cf130a8c9c65ca875849ac1d /sysutils/mkisofs/Makefile | |
parent | acdf949d786bf95aceb685277cff77f009fcf3f0 (diff) | |
download | freebsd-ports-gnome-5f7bf6e9194a40b871c1aa3d48a336e7b4cb3e9f.tar.gz freebsd-ports-gnome-5f7bf6e9194a40b871c1aa3d48a336e7b4cb3e9f.tar.zst freebsd-ports-gnome-5f7bf6e9194a40b871c1aa3d48a336e7b4cb3e9f.zip |
Upgrade to 1.12.1 (included in cdrecord-1.8.1).
Diffstat (limited to 'sysutils/mkisofs/Makefile')
-rw-r--r-- | sysutils/mkisofs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index 6b36cc007443..a0e13e271018 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/Makefile @@ -6,12 +6,12 @@ # PORTNAME= mkisofs -PORTVERSION= 1.12 +PORTVERSION= 1.12.1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/ \ ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/ -DISTNAME= cdrecord-1.8 +DISTNAME= cdrecord-1.8.1 MAINTAINER= dirk@FreeBSD.org |