Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 19:58:56 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480073 - in head/devel/libisofs: . files
Message-ID:  <201809181958.w8IJwu0Q029496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ndowens@yahoo.com>

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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809181958.w8IJwu0Q029496>