svn commit: r422142 - in head: devel/py-binplist www/py-pywebdav

Mathieu Arnold mat at FreeBSD.org
Wed Sep 14 16:08:45 UTC 2016


Author: mat
Date: Wed Sep 14 16:08:44 2016
New Revision: 422142
URL: https://svnweb.freebsd.org/changeset/ports/422142

Log:
  Messed up those two.
  
  Pointy hat:	mat
  Sponsored by:	Absolight

Modified:
  head/devel/py-binplist/Makefile   (contents, props changed)
  head/www/py-pywebdav/Makefile   (contents, props changed)

Modified: head/devel/py-binplist/Makefile
==============================================================================
--- head/devel/py-binplist/Makefile	Wed Sep 14 16:07:55 2016	(r422141)
+++ head/devel/py-binplist/Makefile	Wed Sep 14 16:08:44 2016	(r422142)
@@ -4,7 +4,7 @@
 PORTNAME=	binplist
 PORTVERSION=	0.1.4
 CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP GOOGLE_CODE
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	antoine at FreeBSD.org
@@ -12,8 +12,6 @@ COMMENT=	Binary plist parser
 
 LICENSE=	APACHE20
 
-BROKEN=		Unfetchable (google code has gone away)
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz
 
 USES=		python

Modified: head/www/py-pywebdav/Makefile
==============================================================================
--- head/www/py-pywebdav/Makefile	Wed Sep 14 16:07:55 2016	(r422141)
+++ head/www/py-pywebdav/Makefile	Wed Sep 14 16:08:44 2016	(r422142)
@@ -5,14 +5,12 @@ PORTNAME=	PyWebDAV
 PORTVERSION=	0.9.8
 PORTREVISION=	1
 CATEGORIES=	www net python
-MASTER_SITES=	GOOGLE_CODE CHEESESHOP
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	WebDAV Library and Server for Python
 
-BROKEN=		Unfetchable (google code has gone away)
-
 USES=		python
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-head mailing list