diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-31 19:17:09 +0800 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-31 19:17:09 +0800 |
commit | 2a5081cf28f9f22b3c93b597261cda591643afb1 (patch) | |
tree | ab202a8781e1bd8a0f72863939f4d1652ee6bb4a /sysutils/mkisofs-devel/Makefile | |
parent | 5c50c0063f2a67ba1e5f212eef5d8a0e24dd5d41 (diff) | |
download | freebsd-ports-gnome-2a5081cf28f9f22b3c93b597261cda591643afb1.tar.gz freebsd-ports-gnome-2a5081cf28f9f22b3c93b597261cda591643afb1.tar.zst freebsd-ports-gnome-2a5081cf28f9f22b3c93b597261cda591643afb1.zip |
Upgrade to 1.12b4.
This version has support for Joliet filesystems.
Although this is labeled as "beta" it has proven enough stability
as mkisofs112 in the ports tree. mkisofs112 is going to be deleted now.
Diffstat (limited to 'sysutils/mkisofs-devel/Makefile')
-rw-r--r-- | sysutils/mkisofs-devel/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/mkisofs-devel/Makefile b/sysutils/mkisofs-devel/Makefile index ff332084d4a0..2d3420d31cfe 100644 --- a/sysutils/mkisofs-devel/Makefile +++ b/sysutils/mkisofs-devel/Makefile @@ -1,15 +1,16 @@ -# New ports collection makefile for: mkisofs -# Version required: 1.11.1 -# Date created: 07 Aug 1996 -# Whom: jkh +# New ports collection makefile for: mkisofs +# Version required: 1.12b4 +# Date created: 07 Aug 1996 +# Whom: jhk # -# $Id: Makefile,v 1.9 1999/02/22 16:09:52 dirk Exp $ +# $Id: Makefile,v 1.10 1999/02/23 16:18:44 dirk Exp $ # -DISTNAME= mkisofs-1.11.3 +DISTNAME= mkisofs-1.12b4 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/packages/mkisofs/ \ - ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/mkisofs/ +MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/mkisofs/ \ + ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/mkisofs/ \ + ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/mkisofs/ MAINTAINER= dirk@FreeBSD.ORG |