diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 14:45:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 14:45:27 +0800 |
commit | fbe4ebea8fe9dd1ac44621d440f5cbee0d519e01 (patch) | |
tree | dc33440288565a9496b18240eeb76e30b3876763 /sysutils | |
parent | 4d6b0700d8180f09fbaa6d87827b26e630bc5886 (diff) | |
download | freebsd-ports-gnome-fbe4ebea8fe9dd1ac44621d440f5cbee0d519e01.tar.gz freebsd-ports-gnome-fbe4ebea8fe9dd1ac44621d440f5cbee0d519e01.tar.zst freebsd-ports-gnome-fbe4ebea8fe9dd1ac44621d440f5cbee0d519e01.zip |
- Update to 1.1.2
- Use gnomehack
- Pet portlint
- Pass maintainership to new volunteer (maintainer of devel/libburn and devel/libisofs)
Changes: http://libburnia-project.org/browser/libisoburn/tags/1.1.2/ChangeLog
PR: ports/159098
Submitted by: sunpoet (myself)
Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xorriso/Makefile | 29 | ||||
-rw-r--r-- | sysutils/xorriso/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xorriso/pkg-plist | 1 |
3 files changed, 15 insertions, 19 deletions
diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile index 6d2fa597680c..a3083798df74 100644 --- a/sysutils/xorriso/Makefile +++ b/sysutils/xorriso/Makefile @@ -6,35 +6,30 @@ # PORTNAME= xorriso -PORTVERSION= 0.4.0 +PORTVERSION= 1.1.2 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ -DISTNAME= libisoburn -DISTFILES= ${DISTNAME}-${PORTVERSION}.pl01${EXTRACT_SUFX} +DISTNAME= libisoburn-${PORTVERSION} -MAINTAINER= fbsd@opal.com +MAINTAINER= shuvaev@physik.uni-wuerzburg.de COMMENT= ISO image manipulation tool based on Libburnia -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config -LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn \ - isofs.6:${PORTSDIR}/devel/libisofs - -WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION} +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 \ + libisofs>=1.1.2:${PORTSDIR}/devel/libisofs GNU_CONFIGURE= yes -CONFIGURE_ARGS= CFLAGS="-I${PREFIX}/include" \ - LDFLAGS="-lcam -L${PREFIX}/lib -liconv" - -WANT_GNOME= yes -USE_GNOME= pkgconfig USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig USE_ICONV= yes USE_LDCONFIG= yes +WANT_GNOME= yes -MAN1= xorriso.1 +INFO= xorriso xorrisofs +MAN1= xorriso.1 xorrisofs.1 post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|;' \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/sysutils/xorriso/distinfo b/sysutils/xorriso/distinfo index f19aa0130ef9..c25490a95ba1 100644 --- a/sysutils/xorriso/distinfo +++ b/sysutils/xorriso/distinfo @@ -1,2 +1,2 @@ -SHA256 (libisoburn-0.4.0.pl01.tar.gz) = 5877747f701c4fa60d4eba14cb460fb2d21e9ecba058700c1d4e0d19bf75fcf1 -SIZE (libisoburn-0.4.0.pl01.tar.gz) = 700036 +SHA256 (libisoburn-1.1.2.tar.gz) = 2412872166c0c00e1b0134cb6d219748a85ba93d592a21643b594201125e73d7 +SIZE (libisoburn-1.1.2.tar.gz) = 1141179 diff --git a/sysutils/xorriso/pkg-plist b/sysutils/xorriso/pkg-plist index 104fc3ccf1a4..930fe0859a7f 100644 --- a/sysutils/xorriso/pkg-plist +++ b/sysutils/xorriso/pkg-plist @@ -3,6 +3,7 @@ bin/xorrecord bin/xorriso bin/xorrisofs include/libisoburn/libisoburn.h +include/libisoburn/xorriso.h lib/libisoburn.a lib/libisoburn.la lib/libisoburn.so |