svn commit: r436921 - head/devel/plan9port
Alex Kozlov
ak at FreeBSD.org
Sat Mar 25 22:42:38 UTC 2017
Author: ak
Date: Sat Mar 25 22:42:36 2017
New Revision: 436921
URL: https://svnweb.freebsd.org/changeset/ports/436921
Log:
- Update MASTER_SITES: move from Google Code to GitHub to unbreak the port
- Update to 20170210 snapshot
PR: 217603
Submitted by: kdrakehp at zoho.com
Modified:
head/devel/plan9port/Makefile
head/devel/plan9port/distinfo
Modified: head/devel/plan9port/Makefile
==============================================================================
--- head/devel/plan9port/Makefile Sat Mar 25 22:08:16 2017 (r436920)
+++ head/devel/plan9port/Makefile Sat Mar 25 22:42:36 2017 (r436921)
@@ -2,10 +2,8 @@
# $FreeBSD$
PORTNAME= plan9port
-PORTVERSION= 20140306
-PORTREVISION= 5
+PORTVERSION= 20170210
CATEGORIES= devel plan9
-MASTER_SITES= https://plan9port.googlecode.com/files/
MAINTAINER= ports at FreeBSD.org
COMMENT= Port of many Plan 9 programs to Unix-like operating systems
@@ -15,9 +13,9 @@ LICENSE_NAME= Lucent Public License Vers
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
+GH_ACCOUNT= 9fans
+GH_TAGNAME= 9f34853
+USE_GITHUB= yes
BROKEN_ia64= does not install: cleanname not found
BROKEN_sparc64= does not install: cleanname not found
@@ -60,7 +58,7 @@ EMPTY_DIRS= plan9/mail/queue \
plan9/bin/lpbin
post-extract:
- ${MV} ${WRKDIR}/plan9port ${WRKDIR}/plan9
+ ${MV} ${WRKDIR}/plan9port-${GH_TAGNAME} ${WRKDIR}/plan9
post-patch:
@${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \
Modified: head/devel/plan9port/distinfo
==============================================================================
--- head/devel/plan9port/distinfo Sat Mar 25 22:08:16 2017 (r436920)
+++ head/devel/plan9port/distinfo Sat Mar 25 22:42:36 2017 (r436921)
@@ -1,2 +1,3 @@
-SHA256 (plan9port-20140306.tgz) = cbb826cde693abdaa2051c49e7ebf75119bf2a4791fe3b3229f1ac36a408eaeb
-SIZE (plan9port-20140306.tgz) = 54512505
+TIMESTAMP = 1490480978
+SHA256 (9fans-plan9port-20170210-9f34853_GH0.tar.gz) = bde67dd164872bb40444eb0397c6136f2469139a011c8262f3e6c5f8eae6dae4
+SIZE (9fans-plan9port-20170210-9f34853_GH0.tar.gz) = 23458438
More information about the svn-ports-all
mailing list