diff options
author | antoine <antoine@FreeBSD.org> | 2016-06-04 03:21:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-06-04 03:21:11 +0800 |
commit | 66e269b38f0b1ef32803d3d0c6b05d9787ceed69 (patch) | |
tree | 19548fa50074c5a8265d441c8577eefc7c66b27a /games | |
parent | 6c2fa90f829463b689e11b4f6e47cef700c730e6 (diff) | |
download | freebsd-ports-gnome-66e269b38f0b1ef32803d3d0c6b05d9787ceed69.tar.gz freebsd-ports-gnome-66e269b38f0b1ef32803d3d0c6b05d9787ceed69.tar.zst freebsd-ports-gnome-66e269b38f0b1ef32803d3d0c6b05d9787ceed69.zip |
- Unbreak games/cowsay with a new MASTER_SITES
- Pass maintainership to submitter
- Undeprecate irc/insub now that cowsay isn't broken
PR: 207063
Submitted by: Nikolai Lifanov
Approved by: maintainer timeout (4 months)
Diffstat (limited to 'games')
-rw-r--r-- | games/cowsay/Makefile | 15 | ||||
-rw-r--r-- | games/cowsay/distinfo | 3 |
2 files changed, 3 insertions, 15 deletions
diff --git a/games/cowsay/Makefile b/games/cowsay/Makefile index 918ab2ff0538..55d31a799dda 100644 --- a/games/cowsay/Makefile +++ b/games/cowsay/Makefile @@ -5,26 +5,15 @@ PORTNAME= cowsay PORTVERSION= 3.03 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://www.nog.net/~tony/warez/ +MASTER_SITES= SF/lifanov-ports-distfiles/${CATEGORIES}/${PORTNAME} -MAINTAINER= wxs@FreeBSD.org +MAINTAINER= lifanov@mail.lifanov.com COMMENT= Configurable talking characters in ASCII art -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 USES= perl5 NO_BUILD= # defined -.if defined(MAINTAINER_MODE) -DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}.sig -verify: fetch - @${ECHO_MSG} "Checking ${DISTNAME}${EXTRACT_SUFX}" - @gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig 2>/dev/null || echo "Bad signature!" - @${ECHO_MSG} "Done" -.endif - post-patch: @${REINPLACE_CMD} 's,usethisperl=.*,usethisperl=${PERL},' ${WRKSRC}/install.sh diff --git a/games/cowsay/distinfo b/games/cowsay/distinfo index 355a625020b6..f2f5c7122cac 100644 --- a/games/cowsay/distinfo +++ b/games/cowsay/distinfo @@ -1,4 +1,3 @@ +TIMESTAMP = 1464980374 SHA256 (cowsay-3.03.tar.gz) = 0b8672a7ac2b51183780db72618b42af8ec1ce02f6c05fe612510b650540b2af SIZE (cowsay-3.03.tar.gz) = 15189 -SHA256 (cowsay-3.03.tar.gz.sig) = b5ca879164549eed7d5a9da03f6307860142d91b000765508bb3cd1805cfd6f6 -SIZE (cowsay-3.03.tar.gz.sig) = 152 |