diff options
author | antoine <antoine@FreeBSD.org> | 2015-12-06 23:48:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-12-06 23:48:16 +0800 |
commit | 5b52d3fec9d813a67d5798f5b0505eca32d507df (patch) | |
tree | c75f8981fba9842ac3fd08dce02e1935d9fa8de8 /devel | |
parent | de0ae22984403cf4f919ea3ee675460a58ca0883 (diff) | |
download | freebsd-ports-gnome-5b52d3fec9d813a67d5798f5b0505eca32d507df.tar.gz freebsd-ports-gnome-5b52d3fec9d813a67d5798f5b0505eca32d507df.tar.zst freebsd-ports-gnome-5b52d3fec9d813a67d5798f5b0505eca32d507df.zip |
Update to alpha-20151205
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libevt/Makefile | 8 | ||||
-rw-r--r-- | devel/libevt/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile index fd0694f41ab7..03db18d0ce89 100644 --- a/devel/libevt/Makefile +++ b/devel/libevt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevt -DISTVERSION= alpha-20150706 +DISTVERSION= alpha-20151205 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -12,8 +12,10 @@ COMMENT= Library and tooling to access the Windows Event Log (EVT) format LICENSE= LGPL3 +LIB_DEPENDS= libregf.so:${PORTSDIR}/devel/libregf + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libregf=${LOCALBASE} USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip @@ -23,7 +25,7 @@ PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} diff --git a/devel/libevt/distinfo b/devel/libevt/distinfo index 285d533ed974..b52786f76c8e 100644 --- a/devel/libevt/distinfo +++ b/devel/libevt/distinfo @@ -1,2 +1,2 @@ -SHA256 (libevt-alpha-20150706.tar.gz) = 92b5ff3b5e1e0f2d0be31eeae98c8425df8ded112439dd50670cf99dab1c9705 -SIZE (libevt-alpha-20150706.tar.gz) = 1747560 +SHA256 (libevt-alpha-20151205.tar.gz) = 2487e674bfd4bf68027a11d90a44fa637bc4240ad4e953a609adb1595ad846ce +SIZE (libevt-alpha-20151205.tar.gz) = 1788769 |