diff options
author | adamw <adamw@FreeBSD.org> | 2015-04-20 03:14:06 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-04-20 03:14:06 +0800 |
commit | a58be4377b41f70f0df71cd01ec60d0246bede62 (patch) | |
tree | 4ea910ab2e78e8c69cbeb43b1dfdd558f05b5bf4 /irc/insub | |
parent | 4a10d6e11130fad77e3a996ac033d30ecfbd9174 (diff) | |
download | freebsd-ports-gnome-a58be4377b41f70f0df71cd01ec60d0246bede62.tar.gz freebsd-ports-gnome-a58be4377b41f70f0df71cd01ec60d0246bede62.tar.zst freebsd-ports-gnome-a58be4377b41f70f0df71cd01ec60d0246bede62.zip |
Use the new USE_GITHUB.
And, reassign to ports@. I don't want to maintain this anymore.
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/Makefile | 7 | ||||
-rw-r--r-- | irc/insub/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 6a471ee80d8c..922a35117755 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -4,14 +4,16 @@ PORTNAME= insub PORTVERSION= 16.0 CATEGORIES= irc -MASTER_SITES= http://github.com/cjones/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/ -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Some scripts for expressing how you feel on IRC and the web RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ figlet:${PORTSDIR}/misc/figlet +USE_GITHUB= yes +GH_ACCOUNT= cjones + USES= perl5 python:2.5+ USE_PERL5= run @@ -21,7 +23,6 @@ COWS_DESC= Install a collection of cowsay(1) cows OPTIONS_SUB= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} DATADIR= ${PREFIX}/share/cows post-patch: diff --git a/irc/insub/distinfo b/irc/insub/distinfo index 04bfc727d7d9..daa2aec36fd3 100644 --- a/irc/insub/distinfo +++ b/irc/insub/distinfo @@ -1,2 +1,2 @@ -SHA256 (insub-16.0.tar.gz) = 6d7adb6d420e67ec802911672dfa0a17e84549aef28160dbaf81e4fbea5f375a -SIZE (insub-16.0.tar.gz) = 1988395 +SHA256 (insub-16.0_GH0.tar.gz) = 6a4b985ea48ca42eeea03b6db50c4274578fdb9c82f2748d1ed489baf142c915 +SIZE (insub-16.0_GH0.tar.gz) = 1987881 |