From owner-svn-ports-all@freebsd.org Tue Sep 18 19:58:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4393810A7624; Tue, 18 Sep 2018 19:58:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF83A80D21; Tue, 18 Sep 2018 19:58:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA4B12492C; Tue, 18 Sep 2018 19:58:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8IJwuV5029499; Tue, 18 Sep 2018 19:58:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8IJwu0Q029496; Tue, 18 Sep 2018 19:58:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809181958.w8IJwu0Q029496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 18 Sep 2018 19:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480073 - in head/devel/libisofs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/libisofs: . files X-SVN-Commit-Revision: 480073 X-SVN-Commit-Repository: ports 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.27 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, 18 Sep 2018 19:58:57 -0000 Author: swills Date: Tue Sep 18 19:58:55 2018 New Revision: 480073 URL: https://svnweb.freebsd.org/changeset/ports/480073 Log: devel/libisofs: update to 1.5.0 While here, pass maintainership to submitter PR: 231449 Submitted by: Nathan Deleted: head/devel/libisofs/files/ Modified: head/devel/libisofs/Makefile (contents, props changed) head/devel/libisofs/distinfo (contents, props changed) head/devel/libisofs/pkg-plist (contents, props changed) Modified: head/devel/libisofs/Makefile ============================================================================== --- head/devel/libisofs/Makefile Tue Sep 18 19:58:32 2018 (r480072) +++ head/devel/libisofs/Makefile Tue Sep 18 19:58:55 2018 (r480073) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= libisofs -PORTVERSION= 1.4.8 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ndowens@yahoo.com COMMENT= Libburnia ISO9660 filesystem creation library LICENSE= GPLv2 @@ -20,7 +19,26 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip +PORTDOCS= susp_* Tutorial zisofs_format.txt + +OPTIONS_DEFINE= DEBUG DOCS LIBACL LIBJTE XATTR ZLIB +OPTIONS_DEFAULT=LIBACL LIBJTE XATTR ZLIB + +LIBACL_DESC= Enable use of ACL functions +LIBJTE_DESC= Jigdo file support +XATTR_DESC= Extended file attribute support + +DEBUG_CONFIGURE_ENABLE= debug +LIBACL_CONFIGURE_ENABLE= libacl +LIBJTE_CONFIGURE_ENABLE= libjte +XATTR_CONFIGURE_ENABLE= xattr +ZLIB_CONFIGURE_ENABLE= zlib + post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/libisofs/distinfo ============================================================================== --- head/devel/libisofs/distinfo Tue Sep 18 19:58:32 2018 (r480072) +++ head/devel/libisofs/distinfo Tue Sep 18 19:58:55 2018 (r480073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505925546 -SHA256 (libisofs-1.4.8.tar.gz) = dc9de9df366c27cf03d31d860c83a08ddad9028fe192801ee344602ccec29b69 -SIZE (libisofs-1.4.8.tar.gz) = 829979 +TIMESTAMP = 1537237849 +SHA256 (libisofs-1.5.0.tar.gz) = da5f9de3085dd7e34f3bfa73bef4f6380253b839c7aa9aa8ae66f1e1a61a3400 +SIZE (libisofs-1.5.0.tar.gz) = 834099 Modified: head/devel/libisofs/pkg-plist ============================================================================== --- head/devel/libisofs/pkg-plist Tue Sep 18 19:58:32 2018 (r480072) +++ head/devel/libisofs/pkg-plist Tue Sep 18 19:58:55 2018 (r480073) @@ -2,5 +2,5 @@ include/libisofs/libisofs.h lib/libisofs.a lib/libisofs.so lib/libisofs.so.6 -lib/libisofs.so.6.84.0 +lib/libisofs.so.6.86.0 libdata/pkgconfig/libisofs-1.pc