svn commit: r376559 - head/devel/libvshadow

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


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

Log:
  Update to alpha-20150106

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

Modified: head/devel/libvshadow/Makefile
==============================================================================
--- head/devel/libvshadow/Makefile	Thu Jan  8 19:00:50 2015	(r376558)
+++ head/devel/libvshadow/Makefile	Thu Jan  8 19:02:00 2015	(r376559)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	libvshadow
-PORTVERSION=	20141023
+PORTVERSION=	20150106
 CATEGORIES=	devel
-MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSZDZXRFVMdnZCeHc/ \
+MASTER_SITES=	https://github.com/libyal/libvshadow/releases/download/${PORTVERSION}/ \
 		LOCAL/antoine
 DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}
 
@@ -14,7 +14,7 @@ COMMENT=	Library to support the Volume S
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		fuse gettext iconv libtool pathfix pkgconfig python:2
+USES=		fuse gettext iconv libtool pathfix pkgconfig python
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes

Modified: head/devel/libvshadow/distinfo
==============================================================================
--- head/devel/libvshadow/distinfo	Thu Jan  8 19:00:50 2015	(r376558)
+++ head/devel/libvshadow/distinfo	Thu Jan  8 19:02:00 2015	(r376559)
@@ -1,2 +1,2 @@
-SHA256 (libvshadow-alpha-20141023.tar.gz) = ccac07805da4cdcd4c1c84b69cd1122ec2e64bed3fbd73997d5e94faaa89a963
-SIZE (libvshadow-alpha-20141023.tar.gz) = 1307553
+SHA256 (libvshadow-alpha-20150106.tar.gz) = 4b6edd70aef52ae5a23d7e7e42be7db44c2c68e5566d0626c8f03234088b108c
+SIZE (libvshadow-alpha-20150106.tar.gz) = 1310527

Modified: head/devel/libvshadow/pkg-descr
==============================================================================
--- head/devel/libvshadow/pkg-descr	Thu Jan  8 19:00:50 2015	(r376558)
+++ head/devel/libvshadow/pkg-descr	Thu Jan  8 19:02:00 2015	(r376559)
@@ -2,4 +2,4 @@ libvshadow is a library and tools to sup
 (VSS) format. The VSS format is used by Windows, as of Vista, to maintain
 copies of data on a storage media volume.
 
-WWW: http://code.google.com/p/libvshadow/
+WWW: https://github.com/libyal/libvshadow


More information about the svn-ports-all mailing list