svn commit: r422144 - head/devel/py-gflags

Antoine Brodin antoine at FreeBSD.org
Wed Sep 14 17:26:46 UTC 2016


Author: antoine
Date: Wed Sep 14 17:26:45 2016
New Revision: 422144
URL: https://svnweb.freebsd.org/changeset/ports/422144

Log:
  - Unbreak by using CHEESESHOP, distfile differs from 1 line in SOURCES.txt
  - Remove dependency on the python2 metaport
  
  MFH:		2016Q3 (rerolled distfile)

Modified:
  head/devel/py-gflags/Makefile
  head/devel/py-gflags/distinfo

Modified: head/devel/py-gflags/Makefile
==============================================================================
--- head/devel/py-gflags/Makefile	Wed Sep 14 16:14:36 2016	(r422143)
+++ head/devel/py-gflags/Makefile	Wed Sep 14 17:26:45 2016	(r422144)
@@ -3,9 +3,9 @@
 
 PORTNAME=	gflags
 PORTVERSION=	2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	python-gflags-${PORTVERSION}
 
@@ -14,9 +14,7 @@ COMMENT=	Commandline flags module for Py
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN=		Unfetchable (google code has gone away)
-
-USES=		python:2 shebangfix
+USES=		python:2.7 shebangfix
 USE_PYTHON=	autoplist distutils
 
 SHEBANG_FILES=	gflags2man.py

Modified: head/devel/py-gflags/distinfo
==============================================================================
--- head/devel/py-gflags/distinfo	Wed Sep 14 16:14:36 2016	(r422143)
+++ head/devel/py-gflags/distinfo	Wed Sep 14 17:26:45 2016	(r422144)
@@ -1,2 +1,3 @@
-SHA256 (python-gflags-2.0.tar.gz) = 311066217acb8cd8519a4c872cb3fe64f02bcf105802bb761ab0de55c2386cd6
-SIZE (python-gflags-2.0.tar.gz) = 64929
+TIMESTAMP = 1473873529
+SHA256 (python-gflags-2.0.tar.gz) = 0dff6360423f3ec08cbe3bfaf37b339461a54a21d13be0dd5d9c9999ce531078
+SIZE (python-gflags-2.0.tar.gz) = 65094


More information about the svn-ports-head mailing list