diff options
author | delphij <delphij@FreeBSD.org> | 2012-05-31 07:14:55 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2012-05-31 07:14:55 +0800 |
commit | 160f8f6a43767014c0107dac4ada7e93b5d89f6a (patch) | |
tree | b1991ca377d431214beb49d6a707a4c5e841e612 /sysutils/xorriso | |
parent | 5bdbe47da3df6448683984634e497eeabf3dc9bf (diff) | |
download | freebsd-ports-gnome-160f8f6a43767014c0107dac4ada7e93b5d89f6a.tar.gz freebsd-ports-gnome-160f8f6a43767014c0107dac4ada7e93b5d89f6a.tar.zst freebsd-ports-gnome-160f8f6a43767014c0107dac4ada7e93b5d89f6a.zip |
- Update to 1.2.2;
- Add LICENSE=;
- Take maintainership;
Diffstat (limited to 'sysutils/xorriso')
-rw-r--r-- | sysutils/xorriso/Makefile | 10 | ||||
-rw-r--r-- | sysutils/xorriso/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile index 47b257eec4aa..ea3e8f78023a 100644 --- a/sysutils/xorriso/Makefile +++ b/sysutils/xorriso/Makefile @@ -6,14 +6,16 @@ # PORTNAME= xorriso -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.2 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= delphij@FreeBSD.org COMMENT= ISO image manipulation tool based on Libburnia +LICENSE= GPLv2 + BUILD_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \ libisofs>=1.1.2:${PORTSDIR}/devel/libisofs RUN_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \ @@ -26,8 +28,8 @@ USE_ICONV= yes USE_LDCONFIG= yes WANT_GNOME= yes -INFO= xorriso xorrisofs -MAN1= xorriso.1 xorrisofs.1 +INFO= xorrecord xorriso xorrisofs +MAN1= xorrecord.1 xorriso.1 xorrisofs.1 post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure diff --git a/sysutils/xorriso/distinfo b/sysutils/xorriso/distinfo index c25490a95ba1..edfdcd395d4a 100644 --- a/sysutils/xorriso/distinfo +++ b/sysutils/xorriso/distinfo @@ -1,2 +1,2 @@ -SHA256 (libisoburn-1.1.2.tar.gz) = 2412872166c0c00e1b0134cb6d219748a85ba93d592a21643b594201125e73d7 -SIZE (libisoburn-1.1.2.tar.gz) = 1141179 +SHA256 (libisoburn-1.2.2.tar.gz) = b602d84a297cefbc4f611088b79749524058eb7311eaaf90cbbe679285236a68 +SIZE (libisoburn-1.2.2.tar.gz) = 1242366 |