diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-09 02:59:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-09 02:59:09 +0800 |
commit | c168799bbfe2c3aa23572a921b4017781e7e17fe (patch) | |
tree | ca80300f3a012e53c5bbd7b3f84b06cd8de94bd7 /devel/libvmdk | |
parent | d7bc53fc897e39726d39b3efa72fd6ec635491d4 (diff) | |
download | freebsd-ports-gnome-c168799bbfe2c3aa23572a921b4017781e7e17fe.tar.gz freebsd-ports-gnome-c168799bbfe2c3aa23572a921b4017781e7e17fe.tar.zst freebsd-ports-gnome-c168799bbfe2c3aa23572a921b4017781e7e17fe.zip |
Update to alpha-20150105
Diffstat (limited to 'devel/libvmdk')
-rw-r--r-- | devel/libvmdk/Makefile | 6 | ||||
-rw-r--r-- | devel/libvmdk/distinfo | 4 | ||||
-rw-r--r-- | devel/libvmdk/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/libvmdk/Makefile b/devel/libvmdk/Makefile index ee7e4814efb1..b19b21000540 100644 --- a/devel/libvmdk/Makefile +++ b/devel/libvmdk/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= libvmdk -PORTVERSION= 20141021 +PORTVERSION= 20150105 DISTVERSIONPREFIX= alpha- CATEGORIES= devel -MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSQ1dOUmhqMkR2cm8/ \ +MASTER_SITES= https://github.com/libyal/libvmdk/releases/download/${PORTVERSION}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig python:2 +USES= fuse gettext iconv libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/devel/libvmdk/distinfo b/devel/libvmdk/distinfo index 1cdb248bacea..cfec449b4a3a 100644 --- a/devel/libvmdk/distinfo +++ b/devel/libvmdk/distinfo @@ -1,2 +1,2 @@ -SHA256 (libvmdk-alpha-20141021.tar.gz) = 41520a5a42853b76dc9b76efe61a05800dc6cb1b38945e8f24408cf412cb2958 -SIZE (libvmdk-alpha-20141021.tar.gz) = 1396766 +SHA256 (libvmdk-alpha-20150105.tar.gz) = 7d42cc6d588bebfc1a6c083ee82923ee4c074f489664c1472738db43ee6e43ed +SIZE (libvmdk-alpha-20150105.tar.gz) = 1416247 diff --git a/devel/libvmdk/pkg-descr b/devel/libvmdk/pkg-descr index 742f155d2ac3..22a6c6e5347d 100644 --- a/devel/libvmdk/pkg-descr +++ b/devel/libvmdk/pkg-descr @@ -1,3 +1,3 @@ Library and tools to access the VMware Virtual Disk (VMDK) format. -WWW: http://code.google.com/p/libvmdk/ +WWW: https://github.com/libyal/libvmdk |