diff options
author | olivierd <olivierd@FreeBSD.org> | 2015-05-20 02:38:29 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2015-05-20 02:38:29 +0800 |
commit | a22fe6b70af5f64e4b996339677abb9d6c7f900b (patch) | |
tree | d6d45ef6f98284c491548435f5b6b05721d7b431 | |
parent | 1571c348c6c219299513f2c48d57d6a61a164fa2 (diff) | |
download | freebsd-ports-gnome-a22fe6b70af5f64e4b996339677abb9d6c7f900b.tar.gz freebsd-ports-gnome-a22fe6b70af5f64e4b996339677abb9d6c7f900b.tar.zst freebsd-ports-gnome-a22fe6b70af5f64e4b996339677abb9d6c7f900b.zip |
- Update to 1.3.8
- Take maintainership
PR: 200267
Submitted by: myself
Approved by: delphij@
-rw-r--r-- | devel/libisofs/Makefile | 8 | ||||
-rw-r--r-- | devel/libisofs/distinfo | 4 | ||||
-rw-r--r-- | devel/libisofs/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/libisofs/Makefile b/devel/libisofs/Makefile index 1b1ba7d48211..83491d977664 100644 --- a/devel/libisofs/Makefile +++ b/devel/libisofs/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= libisofs -PORTVERSION= 1.3.6 -PORTREVISION= 2 +PORTVERSION= 1.3.8 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ -MAINTAINER= delphij@FreeBSD.org +MAINTAINER= olivierd@FreeBSD.org COMMENT= Libburnia ISO9660 filesystem creation library LICENSE= GPLv2 @@ -17,7 +16,8 @@ LIB_DEPENDS= libburn.so:${PORTSDIR}/devel/libburn GNU_CONFIGURE= yes USES= iconv libtool -USE_LDCONFIG= yes +#USE_LDCONFIG= yes +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure diff --git a/devel/libisofs/distinfo b/devel/libisofs/distinfo index 9fcfbe40595a..a300c8d9bb59 100644 --- a/devel/libisofs/distinfo +++ b/devel/libisofs/distinfo @@ -1,2 +1,2 @@ -SHA256 (libisofs-1.3.6.tar.gz) = 9ffff0fa1827ac3c246783306fe98035ff8e4e251b5191984611a351f358350c -SIZE (libisofs-1.3.6.tar.gz) = 780651 +SHA256 (libisofs-1.3.8.tar.gz) = acd7bf42d5d1d5c277f4aad46e5b96229045a38a0fb7d43cfd7841ee3268fda5 +SIZE (libisofs-1.3.8.tar.gz) = 802154 diff --git a/devel/libisofs/pkg-plist b/devel/libisofs/pkg-plist index 5bf6140ee176..0f56b50c4e04 100644 --- a/devel/libisofs/pkg-plist +++ b/devel/libisofs/pkg-plist @@ -2,5 +2,5 @@ include/libisofs/libisofs.h lib/libisofs.a lib/libisofs.so lib/libisofs.so.6 -lib/libisofs.so.6.72.0 +lib/libisofs.so.6.74.0 libdata/pkgconfig/libisofs-1.pc |