svn commit: r376557 - head/devel/libvmdk

Antoine Brodin antoine at FreeBSD.org
Thu Jan 8 18:59:11 UTC 2015


Author: antoine
Date: Thu Jan  8 18:59:09 2015
New Revision: 376557
URL: https://svnweb.freebsd.org/changeset/ports/376557
QAT: https://qat.redports.org/buildarchive/r376557/

Log:
  Update to alpha-20150105

Modified:
  head/devel/libvmdk/Makefile
  head/devel/libvmdk/distinfo
  head/devel/libvmdk/pkg-descr

Modified: head/devel/libvmdk/Makefile
==============================================================================
--- head/devel/libvmdk/Makefile	Thu Jan  8 18:55:23 2015	(r376556)
+++ head/devel/libvmdk/Makefile	Thu Jan  8 18:59:09 2015	(r376557)
@@ -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 at 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}

Modified: head/devel/libvmdk/distinfo
==============================================================================
--- head/devel/libvmdk/distinfo	Thu Jan  8 18:55:23 2015	(r376556)
+++ head/devel/libvmdk/distinfo	Thu Jan  8 18:59:09 2015	(r376557)
@@ -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

Modified: head/devel/libvmdk/pkg-descr
==============================================================================
--- head/devel/libvmdk/pkg-descr	Thu Jan  8 18:55:23 2015	(r376556)
+++ head/devel/libvmdk/pkg-descr	Thu Jan  8 18:59:09 2015	(r376557)
@@ -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


More information about the svn-ports-all mailing list