diff options
author | Romain Tartière <romain@FreeBSD.org> | 2014-01-18 16:35:12 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2014-01-18 16:35:12 +0000 |
commit | 0791768a738b24847582406ba9e936475937bf6e (patch) | |
tree | 0534d2f4da139aec5dfe7642ac17de53f10e987d /ports-mgmt/portshaker/Makefile | |
parent | 6eb2857024f04f63cbb56280d24f5b8846915620 (diff) | |
download | ports-0791768a738b24847582406ba9e936475937bf6e.tar.gz ports-0791768a738b24847582406ba9e936475937bf6e.zip |
Notes
Diffstat (limited to 'ports-mgmt/portshaker/Makefile')
-rw-r--r-- | ports-mgmt/portshaker/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ports-mgmt/portshaker/Makefile b/ports-mgmt/portshaker/Makefile index 97e9daba514e..dd02ff4186df 100644 --- a/ports-mgmt/portshaker/Makefile +++ b/ports-mgmt/portshaker/Makefile @@ -2,16 +2,20 @@ # $FreeBSD$ PORTNAME?= portshaker -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 PORTREVISION?= 0 CATEGORIES?= ports-mgmt -MASTER_SITES= http://bsd-sharp.googlecode.com/files/ \ - http://romain.blogreen.org/distfiles/ DISTNAME= portshaker-${PORTVERSION} MAINTAINER?= romain@FreeBSD.org COMMENT?= Maintain ports tree using multiple sources +USE_GITHUB= yes +GH_ACCOUNT= smortex +GH_PROJECT= portshaker +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 4b9cdfe + .if ${PORTNAME} == "portshaker" OPTIONS_DEFINE= RSYNC SVN GIT HG OPTIONS_DEFAULT= RSYNC SVN |