svn commit: r323944 - head/devel/libvshadow

Antoine Brodin antoine at FreeBSD.org
Tue Jul 30 06:39:05 UTC 2013


Author: antoine
Date: Tue Jul 30 06:39:04 2013
New Revision: 323944
URL: http://svnweb.freebsd.org/changeset/ports/323944

Log:
  Update libvshadow to 20130723, this makes it fetchable again
  While here, mark that it is not ready for python 3 yet

Modified:
  head/devel/libvshadow/Makefile
  head/devel/libvshadow/distinfo

Modified: head/devel/libvshadow/Makefile
==============================================================================
--- head/devel/libvshadow/Makefile	Tue Jul 30 06:37:29 2013	(r323943)
+++ head/devel/libvshadow/Makefile	Tue Jul 30 06:39:04 2013	(r323944)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	libvshadow
-PORTVERSION=	20130509
+PORTVERSION=	20130723
 CATEGORIES=	devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSZDZXRFVMdnZCeHc/ \
+		LOCAL/antoine
 DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}
 
 MAINTAINER=	nobutaka at FreeBSD.org
@@ -14,7 +15,7 @@ LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		fuse pathfix gettext iconv
-USE_PYTHON=	yes
+USE_PYTHON=	-2.7
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes

Modified: head/devel/libvshadow/distinfo
==============================================================================
--- head/devel/libvshadow/distinfo	Tue Jul 30 06:37:29 2013	(r323943)
+++ head/devel/libvshadow/distinfo	Tue Jul 30 06:39:04 2013	(r323944)
@@ -1,2 +1,2 @@
-SHA256 (libvshadow-alpha-20130509.tar.gz) = c611bd2de28711777664eb2dbc1e891bac38d336e2070743f93445c45a0ad5fd
-SIZE (libvshadow-alpha-20130509.tar.gz) = 1298150
+SHA256 (libvshadow-alpha-20130723.tar.gz) = 03be7af5369058b21dddf0dbb6c8ed3ad2b028dc20e46810b76380e520c05925
+SIZE (libvshadow-alpha-20130723.tar.gz) = 1297428


More information about the svn-ports-all mailing list