diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-08 18:53:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-08 18:53:17 +0000 |
commit | 83b653d653f7bc2f74bd7cdc1488090ee4ffb4ae (patch) | |
tree | 83fce2d34bc5832d39740c8bbc3927f86ec7b9c6 /devel/libsmdev | |
parent | 04eb56157ed3441290a210668dc8288b3c151cc7 (diff) | |
download | ports-83b653d653f7bc2f74bd7cdc1488090ee4ffb4ae.tar.gz ports-83b653d653f7bc2f74bd7cdc1488090ee4ffb4ae.zip |
Notes
Diffstat (limited to 'devel/libsmdev')
-rw-r--r-- | devel/libsmdev/Makefile | 6 | ||||
-rw-r--r-- | devel/libsmdev/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/libsmdev/Makefile b/devel/libsmdev/Makefile index ba96ac6430ea..5b9b0ddc6599 100644 --- a/devel/libsmdev/Makefile +++ b/devel/libsmdev/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libsmdev -DISTVERSION= alpha-20141021 +DISTVERSION= alpha-20150105 CATEGORIES= devel -MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSNEJFQ1FqanFYVUU/ \ +MASTER_SITES= https://github.com/libyal/libsmdev/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org @@ -14,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/libsmdev/distinfo b/devel/libsmdev/distinfo index 9231c06006cc..0e46e4b03623 100644 --- a/devel/libsmdev/distinfo +++ b/devel/libsmdev/distinfo @@ -1,2 +1,2 @@ -SHA256 (libsmdev-alpha-20141021.tar.gz) = 0717a78f05cbf705f85d909c3074faf3d18e69b76986a1fa3562843bd2f4f676 -SIZE (libsmdev-alpha-20141021.tar.gz) = 1122934 +SHA256 (libsmdev-alpha-20150105.tar.gz) = 497a402a36aa31c0ec497db5f4ece6c840a6a3900a45e00e17aaae248348a5e8 +SIZE (libsmdev-alpha-20150105.tar.gz) = 1123551 |