svn commit: r422989 - head/ports-mgmt/porttree

John Marino marino at FreeBSD.org
Fri Sep 30 14:30:53 UTC 2016


Author: marino
Date: Fri Sep 30 14:30:52 2016
New Revision: 422989
URL: https://svnweb.freebsd.org/changeset/ports/422989

Log:
  ports-mgmt/porttree: switch MASTER_SITE to SF to unbreak
  
  PR:		213025
  Submitted by:	maintainer

Modified:
  head/ports-mgmt/porttree/Makefile
  head/ports-mgmt/porttree/distinfo

Modified: head/ports-mgmt/porttree/Makefile
==============================================================================
--- head/ports-mgmt/porttree/Makefile	Fri Sep 30 14:01:42 2016	(r422988)
+++ head/ports-mgmt/porttree/Makefile	Fri Sep 30 14:30:52 2016	(r422989)
@@ -4,15 +4,14 @@
 PORTNAME=	porttree
 PORTVERSION=	0.3.r${SVN_REV}
 CATEGORIES=	ports-mgmt python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	SF
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	Vladimir.Chukharev at gmail.com
 COMMENT=	Show dependences of FreeBSD port as pseudo graphical tree
 
 LICENSE=	MIT
 
-BROKEN=		Unfetchable (google code has gone away)
-
 USES=		python tar:bzip2
 
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}networkx>=1.5:math/py-networkx
@@ -26,6 +25,7 @@ SVN_REV=	52
 NO_BUILD=	yes
 NO_INSTALL=	yes
 PLIST_FILES=	bin/porttree man/man1/porttree.1.gz
+NO_ARCH=	yes
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${STAGEDIR}${PREFIX}/bin/porttree

Modified: head/ports-mgmt/porttree/distinfo
==============================================================================
--- head/ports-mgmt/porttree/distinfo	Fri Sep 30 14:01:42 2016	(r422988)
+++ head/ports-mgmt/porttree/distinfo	Fri Sep 30 14:30:52 2016	(r422989)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1474982854
 SHA256 (porttree-0.3.r52.tar.bz2) = d67ae79e93c1e66db4f325b426a2a17ae991941cecb967e3691d88516bd8dbe9
 SIZE (porttree-0.3.r52.tar.bz2) = 9965


More information about the svn-ports-all mailing list