aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-02-25 09:56:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-02-25 09:56:25 +0000
commitf3a0826e9f8f7dceaef36901118c312be61fd4e9 (patch)
treecfb76ef63f39e03b75f8d99c89fff595cb6b3956 /devel
parent7cc3c689ac45f3fc4bee98ab1c7ed9081378c06a (diff)
downloadports-f3a0826e9f8f7dceaef36901118c312be61fd4e9.tar.gz
ports-f3a0826e9f8f7dceaef36901118c312be61fd4e9.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/libvhdi/Makefile17
-rw-r--r--devel/libvhdi/distinfo5
2 files changed, 14 insertions, 8 deletions
diff --git a/devel/libvhdi/Makefile b/devel/libvhdi/Makefile
index 1ff17b039ddf..cc27858f7687 100644
--- a/devel/libvhdi/Makefile
+++ b/devel/libvhdi/Makefile
@@ -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@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}
diff --git a/devel/libvhdi/distinfo b/devel/libvhdi/distinfo
index 09d040e98d81..f1c45916e0e9 100644
--- a/devel/libvhdi/distinfo
+++ b/devel/libvhdi/distinfo
@@ -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