diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-08 18:44:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-08 18:44:32 +0000 |
commit | 6366bea06a68e8e6062ff6014243f4fa13ecf91e (patch) | |
tree | cb2a3995513082905e9ab7710cb10c5ad72bed3a /devel/liblnk | |
parent | d9a9a74e0f73fde63e84523276db8daf07db217e (diff) |
Notes
Diffstat (limited to 'devel/liblnk')
-rw-r--r-- | devel/liblnk/Makefile | 7 | ||||
-rw-r--r-- | devel/liblnk/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile index bdedcb97f981..4d5c0de8cd5e 100644 --- a/devel/liblnk/Makefile +++ b/devel/liblnk/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= liblnk -PORTVERSION= 20141026 +PORTVERSION= 20150105 DISTVERSIONPREFIX= alpha- CATEGORIES= devel -MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSQmluVC1YeDVvZWM/ \ - https://github.com/libyal/liblnk/releases/download/${PORTVERSION}/ \ +MASTER_SITES= https://github.com/libyal/liblnk/releases/download/${PORTVERSION}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org @@ -16,7 +15,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} diff --git a/devel/liblnk/distinfo b/devel/liblnk/distinfo index 145706e02fb1..0459cf735cbc 100644 --- a/devel/liblnk/distinfo +++ b/devel/liblnk/distinfo @@ -1,2 +1,2 @@ -SHA256 (liblnk-alpha-20141026.tar.gz) = 0d551763c751f28124c321d00f779059a1d0500adab4724da75f2e944c95a879 -SIZE (liblnk-alpha-20141026.tar.gz) = 1397717 +SHA256 (liblnk-alpha-20150105.tar.gz) = e07f81e16268acbe3f603846595c2bd816b73cefd33bec7f5050784e4dee34aa +SIZE (liblnk-alpha-20150105.tar.gz) = 1400993 |