1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Update to alpha-20150106

This commit is contained in:
Antoine Brodin 2015-01-08 19:02:00 +00:00
parent c6904da8aa
commit be74d70196
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376559
3 changed files with 6 additions and 6 deletions

View File

@ -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 Service Snapshot (VSS) format
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

View File

@ -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

View File

@ -2,4 +2,4 @@ libvshadow is a library and tools to support the Volume Service Snapshot
(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