diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-08 18:39:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-08 18:39:31 +0000 |
commit | d2b728749774823e4829cb90c4628401d9579852 (patch) | |
tree | 94ba1c2f29488df48131946e8866b7f36dcfe3c4 /devel/libevt | |
parent | d7f24445610ccad2b788946bc5c3ce614b76df92 (diff) | |
download | ports-d2b728749774823e4829cb90c4628401d9579852.tar.gz ports-d2b728749774823e4829cb90c4628401d9579852.zip |
Notes
Diffstat (limited to 'devel/libevt')
-rw-r--r-- | devel/libevt/Makefile | 7 | ||||
-rw-r--r-- | devel/libevt/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile index ed191e99d7ef..61421599fca7 100644 --- a/devel/libevt/Makefile +++ b/devel/libevt/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= libevt -DISTVERSION= alpha-20141026 +DISTVERSION= alpha-20150105 CATEGORIES= devel -MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSYm01VnUtLXNUZ2M/ \ - https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ +MASTER_SITES= https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org @@ -15,7 +14,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix python:2 +USES= gettext iconv 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 6814144a5841..3c0a543d7a02 100644 --- a/devel/libevt/distinfo +++ b/devel/libevt/distinfo @@ -1,2 +1,2 @@ -SHA256 (libevt-alpha-20141026.tar.gz) = e0e8d40b1d70965cd2e192edd05c9fca19f1c3f7f01a9fad68178ce5444de380 -SIZE (libevt-alpha-20141026.tar.gz) = 1741057 +SHA256 (libevt-alpha-20150105.tar.gz) = 8a98618f35885ed13ca961024b21d36e4d9f50a3ca6704fcbc462f3b2da6e3a7 +SIZE (libevt-alpha-20150105.tar.gz) = 1744945 |