svn commit: r422155 - head/devel/py-argparse

Antoine Brodin antoine at FreeBSD.org
Wed Sep 14 19:28:00 UTC 2016


Author: antoine
Date: Wed Sep 14 19:27:59 2016
New Revision: 422155
URL: https://svnweb.freebsd.org/changeset/ports/422155

Log:
  Unbreak by switching to CHEESESHOP

Modified:
  head/devel/py-argparse/Makefile

Modified: head/devel/py-argparse/Makefile
==============================================================================
--- head/devel/py-argparse/Makefile	Wed Sep 14 19:25:19 2016	(r422154)
+++ head/devel/py-argparse/Makefile	Wed Sep 14 19:27:59 2016	(r422155)
@@ -5,7 +5,7 @@ PORTNAME=	argparse
 PORTVERSION=	1.2.1
 PORTREVISION=	1
 CATEGORIES=	devel python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	lwhsu at FreeBSD.org
@@ -13,8 +13,6 @@ COMMENT=	Optparse-inspired command-line 
 
 LICENSE=	PSFL
 
-BROKEN=		Unfetchable (google code has gone away)
-
 USES=		python
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-head mailing list