Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 16:08:44 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422142 - in head: devel/py-binplist www/py-pywebdav
Message-ID:  <201609141608.u8EG8it8001354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
 COMMENT=	WebDAV Library and Server for Python
 
-BROKEN=		Unfetchable (google code has gone away)
-
 USES=		python
 USE_PYTHON=	distutils autoplist
 



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