aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-06-08 19:28:13 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-06-08 19:28:13 +0800
commit33d57f75106deeaf8284df917f75b18000d00b4b (patch)
tree05259a0114e506fe6e6c138d73fadce41951ed6e
parentee0b069079490761cdc8f3ff079b3b9ec2f1461f (diff)
downloadfreebsd-ports-gnome-33d57f75106deeaf8284df917f75b18000d00b4b.tar.gz
freebsd-ports-gnome-33d57f75106deeaf8284df917f75b18000d00b4b.tar.zst
freebsd-ports-gnome-33d57f75106deeaf8284df917f75b18000d00b4b.zip
- Remove temporary WRKSRC hack
- Rename distfile and fix checksum errors. These errors were due to renaming the upstream account, which changed which directory the distfile untarred in. - Shuffle MASTER_SITES so that FreeBSD.org and other more reliable mirrors come before github
-rw-r--r--ports-mgmt/portmaster/Makefile10
-rw-r--r--ports-mgmt/portmaster/distinfo4
2 files changed, 6 insertions, 8 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index 6ce91292cb46..07ca8a99d902 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -3,10 +3,10 @@
PORTNAME= portmaster
PORTVERSION= 3.16
CATEGORIES= ports-mgmt
-MASTER_SITES= GH \
- LOCAL/bdrewery/${PORTNAME}/ \
- http://mirror.shatow.net/freebsd/portmaster/
-DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-${GH_COMMIT}
+MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
+ http://mirror.shatow.net/freebsd/portmaster/ \
+ GH
+DISTNAME= g-${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-${GH_COMMIT}
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Manage your ports without external databases or languages
@@ -18,8 +18,6 @@ GH_ACCOUNT= freebsd
GH_COMMIT= 2a29846
GH_TAGNAME= ${GH_COMMIT}
-WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_PROJECT}-${GH_COMMIT}
-
OPTIONS_DEFINE= BASH ZSH
PLIST_FILES= sbin/portmaster etc/portmaster.rc.sample
diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo
index a7d9f4224bc5..f38b70585cc9 100644
--- a/ports-mgmt/portmaster/distinfo
+++ b/ports-mgmt/portmaster/distinfo
@@ -1,2 +1,2 @@
-SHA256 (freebsd-portmaster-3.16-2a29846.tar.gz) = 0e8dbaaa286348c98c8429c8e934b6d6bffe6c7325095a54d56692325194ba6a
-SIZE (freebsd-portmaster-3.16-2a29846.tar.gz) = 44506
+SHA256 (g-freebsd-portmaster-3.16-2a29846.tar.gz) = 760719f1678c810abd447329b5ad4b451afcbecfa2e4d8452d25dc0fc5034844
+SIZE (g-freebsd-portmaster-3.16-2a29846.tar.gz) = 44499