Date: Tue, 19 May 2015 18:38:29 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386802 - head/devel/libisofs Message-ID: <201505191838.t4JIcTvD006396@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Tue May 19 18:38:29 2015 New Revision: 386802 URL: https://svnweb.freebsd.org/changeset/ports/386802 Log: - Update to 1.3.8 - Take maintainership PR: 200267 Submitted by: myself Approved by: delphij@ Modified: head/devel/libisofs/Makefile head/devel/libisofs/distinfo head/devel/libisofs/pkg-plist Modified: head/devel/libisofs/Makefile ============================================================================== --- head/devel/libisofs/Makefile Tue May 19 18:35:50 2015 (r386801) +++ head/devel/libisofs/Makefile Tue May 19 18:38:29 2015 (r386802) @@ -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}/deve 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 Modified: head/devel/libisofs/distinfo ============================================================================== --- head/devel/libisofs/distinfo Tue May 19 18:35:50 2015 (r386801) +++ head/devel/libisofs/distinfo Tue May 19 18:38:29 2015 (r386802) @@ -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 Modified: head/devel/libisofs/pkg-plist ============================================================================== --- head/devel/libisofs/pkg-plist Tue May 19 18:35:50 2015 (r386801) +++ head/devel/libisofs/pkg-plist Tue May 19 18:38:29 2015 (r386802) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505191838.t4JIcTvD006396>