diff options
author | antoine <antoine@FreeBSD.org> | 2015-07-25 19:40:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-07-25 19:40:09 +0800 |
commit | 1650a03c009b460d9f25ad71a9c739cda0b678fe (patch) | |
tree | 422e4319ea32714e941f23f79ee0cfaf0354801a | |
parent | b3a70eba3a7a9e2008bec947175adcc456983900 (diff) | |
download | freebsd-ports-gnome-1650a03c009b460d9f25ad71a9c739cda0b678fe.tar.gz freebsd-ports-gnome-1650a03c009b460d9f25ad71a9c739cda0b678fe.tar.zst freebsd-ports-gnome-1650a03c009b460d9f25ad71a9c739cda0b678fe.zip |
Update to alpha-20150706
-rw-r--r-- | devel/libevt/Makefile | 6 | ||||
-rw-r--r-- | devel/libevt/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile index 61421599fca7..fd0694f41ab7 100644 --- a/devel/libevt/Makefile +++ b/devel/libevt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevt -DISTVERSION= alpha-20150105 +DISTVERSION= alpha-20150706 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -13,8 +13,8 @@ COMMENT= Library and tooling to access the Windows Event Log (EVT) format LICENSE= LGPL3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix python +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} diff --git a/devel/libevt/distinfo b/devel/libevt/distinfo index 3c0a543d7a02..285d533ed974 100644 --- a/devel/libevt/distinfo +++ b/devel/libevt/distinfo @@ -1,2 +1,2 @@ -SHA256 (libevt-alpha-20150105.tar.gz) = 8a98618f35885ed13ca961024b21d36e4d9f50a3ca6704fcbc462f3b2da6e3a7 -SIZE (libevt-alpha-20150105.tar.gz) = 1744945 +SHA256 (libevt-alpha-20150706.tar.gz) = 92b5ff3b5e1e0f2d0be31eeae98c8425df8ded112439dd50670cf99dab1c9705 +SIZE (libevt-alpha-20150706.tar.gz) = 1747560 |