1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- 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
This commit is contained in:
Bryan Drewery 2013-06-08 11:28:13 +00:00
parent b2c5e67000
commit f579b30bcd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320240
2 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -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