svn commit: r434790 - head/devel/libvhdi

Antoine Brodin antoine at FreeBSD.org
Sat Feb 25 09:56:26 UTC 2017


Author: antoine
Date: Sat Feb 25 09:56:25 2017
New Revision: 434790
URL: https://svnweb.freebsd.org/changeset/ports/434790

Log:
  - Update to 20170223
  - Make NLS optional

Modified:
  head/devel/libvhdi/Makefile
  head/devel/libvhdi/distinfo

Modified: head/devel/libvhdi/Makefile
==============================================================================
--- head/devel/libvhdi/Makefile	Sat Feb 25 09:56:15 2017	(r434789)
+++ head/devel/libvhdi/Makefile	Sat Feb 25 09:56:25 2017	(r434790)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvhdi
-PORTVERSION=	20160424
+PORTVERSION=	20170223
 DISTVERSIONPREFIX=	alpha-
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libyal/libvhdi/releases/download/${PORTVERSION}/ \
@@ -12,19 +12,24 @@ MAINTAINER=	antoine at FreeBSD.org
 COMMENT=	Library and tools to access the Virtual Hard Disk image format
 
 LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE}
-USES=		fuse gettext libtool pathfix pkgconfig python
+CONFIGURE_ARGS=	--enable-python
+USES=		fuse libtool pathfix pkgconfig python
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-PORTDOCS=	AUTHORS ChangeLog
+OPTIONS_DEFINE=	DOCS NLS
+
+NLS_USES=	gettext
+NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}
+NLS_CONFIGURE_OFF=	--disable-nls
 
-OPTIONS_DEFINE=	DOCS
+PORTDOCS=	AUTHORS ChangeLog
 
-post-install-DOCS-on:
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 

Modified: head/devel/libvhdi/distinfo
==============================================================================
--- head/devel/libvhdi/distinfo	Sat Feb 25 09:56:15 2017	(r434789)
+++ head/devel/libvhdi/distinfo	Sat Feb 25 09:56:25 2017	(r434790)
@@ -1,2 +1,3 @@
-SHA256 (libvhdi-alpha-20160424.tar.gz) = addce37260e130d5266fbdeae13bcc29dce7d151acc74f4ba563ddc17b324e3a
-SIZE (libvhdi-alpha-20160424.tar.gz) = 1409910
+TIMESTAMP = 1488005325
+SHA256 (libvhdi-alpha-20170223.tar.gz) = 5a9fedaab51a14a92320cd672a48a0fa0b014b975d5dcea5d4e944b32bf1498d
+SIZE (libvhdi-alpha-20170223.tar.gz) = 1410977


More information about the svn-ports-all mailing list