From owner-svn-ports-all@FreeBSD.ORG Tue Jul 30 06:39:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 267DB423; Tue, 30 Jul 2013 06:39:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13FF92654; Tue, 30 Jul 2013 06:39:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6U6d4x1005521; Tue, 30 Jul 2013 06:39:04 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6U6d441005519; Tue, 30 Jul 2013 06:39:04 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201307300639.r6U6d441005519@svn.freebsd.org> From: Antoine Brodin Date: Tue, 30 Jul 2013 06:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323944 - head/devel/libvshadow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 06:39:05 -0000 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