Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2013 06:39:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323944 - head/devel/libvshadow
Message-ID:  <201307300639.r6U6d441005519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307300639.r6U6d441005519>