svn commit: r376558 - head/devel/libvhdi

Antoine Brodin antoine at FreeBSD.org
Thu Jan 8 19:00:52 UTC 2015


Author: antoine
Date: Thu Jan  8 19:00:50 2015
New Revision: 376558
URL: https://svnweb.freebsd.org/changeset/ports/376558
QAT: https://qat.redports.org/buildarchive/r376558/

Log:
  Update to alpha-20150105

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

Modified: head/devel/libvhdi/Makefile
==============================================================================
--- head/devel/libvhdi/Makefile	Thu Jan  8 18:59:09 2015	(r376557)
+++ head/devel/libvhdi/Makefile	Thu Jan  8 19:00:50 2015	(r376558)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	libvhdi
-PORTVERSION=	20141021
+PORTVERSION=	20150105
 DISTVERSIONPREFIX=	alpha-
 CATEGORIES=	devel
-MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSY250RjRzRXQ0bDg/ \
+MASTER_SITES=	https://github.com/libyal/libvhdi/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/libvhdi/distinfo
==============================================================================
--- head/devel/libvhdi/distinfo	Thu Jan  8 18:59:09 2015	(r376557)
+++ head/devel/libvhdi/distinfo	Thu Jan  8 19:00:50 2015	(r376558)
@@ -1,2 +1,2 @@
-SHA256 (libvhdi-alpha-20141021.tar.gz) = 209f9a1c21a192d2b33a98abe0dd8253e538743cd3d57ec59abb393359009360
-SIZE (libvhdi-alpha-20141021.tar.gz) = 1306982
+SHA256 (libvhdi-alpha-20150105.tar.gz) = c56b61fda4b8ad5ba377188fae4ef0e0d86a2145d62be88f5f5d7e2b9c2c4389
+SIZE (libvhdi-alpha-20150105.tar.gz) = 1325162

Modified: head/devel/libvhdi/pkg-descr
==============================================================================
--- head/devel/libvhdi/pkg-descr	Thu Jan  8 18:59:09 2015	(r376557)
+++ head/devel/libvhdi/pkg-descr	Thu Jan  8 19:00:50 2015	(r376558)
@@ -1,3 +1,3 @@
 Library and tools to access the Virtual Hard Disk (VHD) image format.
 
-WWW: http://code.google.com/p/libvhdi/
+WWW: https://github.com/libyal/libvhdi


More information about the svn-ports-all mailing list