From owner-svn-ports-all@FreeBSD.ORG Tue May 19 18:38:30 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCDBDDF9; Tue, 19 May 2015 18:38:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B262A1382; Tue, 19 May 2015 18:38:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4JIcUJa006400; Tue, 19 May 2015 18:38:30 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4JIcTvD006396; Tue, 19 May 2015 18:38:29 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201505191838.t4JIcTvD006396@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 19 May 2015 18:38:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386802 - head/devel/libisofs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2015 18:38:31 -0000 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