svn commit: r417530 - in head/games/cowsay: . files

Matthew Seaman matthew at FreeBSD.org
Sun Jun 26 15:13:23 UTC 2016


Author: matthew
Date: Sun Jun 26 15:13:22 2016
New Revision: 417530
URL: https://svnweb.freebsd.org/changeset/ports/417530

Log:
  Update to 3.04
  
    - switch to GitHub.  This is the account belonging to the original
      author of cowsay, who submitted the PR.
  
  PR:		210547
  Submitted by:	tony+freebsd at nog.net (author)
  Approved by:	lifanov at mail.lifanov.com (maintainer)

Modified:
  head/games/cowsay/Makefile
  head/games/cowsay/distinfo
  head/games/cowsay/files/patch-cowsay
  head/games/cowsay/pkg-descr
  head/games/cowsay/pkg-plist

Modified: head/games/cowsay/Makefile
==============================================================================
--- head/games/cowsay/Makefile	Sun Jun 26 15:09:59 2016	(r417529)
+++ head/games/cowsay/Makefile	Sun Jun 26 15:13:22 2016	(r417530)
@@ -2,16 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	cowsay
-PORTVERSION=	3.03
-PORTREVISION=	2
+PORTVERSION=	3.04
+DISTVERSIONPREFIX=	cowsay-
 CATEGORIES=	games
-MASTER_SITES=	SF/lifanov-ports-distfiles/${CATEGORIES}/${PORTNAME}
 
 MAINTAINER=	lifanov at mail.lifanov.com
 COMMENT=	Configurable talking characters in ASCII art
 
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		perl5
 
+USE_GITHUB=	yes
+
+GH_ACCOUNT=	tnalpgge
+GH_PROJECT=	rank-amateur-cowsay
+
 NO_BUILD=	# defined
 
 post-patch:
@@ -20,8 +27,8 @@ post-patch:
 do-install:
 	cd ${WRKSRC}; ${SH} install.sh ${STAGEDIR}${PREFIX}
 	@${SED} -i '' 's,${STAGEDIR},,' ${STAGEDIR}${PREFIX}/bin/cowsay
-	@${INSTALL_DATA} ${FILESDIR}/box.cow ${STAGEDIR}${PREFIX}/share/cows
-	@${INSTALL_DATA} ${FILESDIR}/jkh.cow ${STAGEDIR}${PREFIX}/share/cows
-	@${INSTALL_DATA} ${FILESDIR}/tux-stab.cow ${STAGEDIR}${PREFIX}/share/cows
+	${INSTALL_DATA} ${FILESDIR}/box.cow ${STAGEDIR}${PREFIX}/share/cows
+	${INSTALL_DATA} ${FILESDIR}/jkh.cow ${STAGEDIR}${PREFIX}/share/cows
+	${INSTALL_DATA} ${FILESDIR}/tux-stab.cow ${STAGEDIR}${PREFIX}/share/cows
 
 .include <bsd.port.mk>

Modified: head/games/cowsay/distinfo
==============================================================================
--- head/games/cowsay/distinfo	Sun Jun 26 15:09:59 2016	(r417529)
+++ head/games/cowsay/distinfo	Sun Jun 26 15:13:22 2016	(r417530)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464980374
-SHA256 (cowsay-3.03.tar.gz) = 0b8672a7ac2b51183780db72618b42af8ec1ce02f6c05fe612510b650540b2af
-SIZE (cowsay-3.03.tar.gz) = 15189
+TIMESTAMP = 1466936737
+SHA256 (tnalpgge-rank-amateur-cowsay-cowsay-3.04_GH0.tar.gz) = d8b871332cfc1f0b6c16832ecca413ca0ac14d58626491a6733829e3d655878b
+SIZE (tnalpgge-rank-amateur-cowsay-cowsay-3.04_GH0.tar.gz) = 31961

Modified: head/games/cowsay/files/patch-cowsay
==============================================================================
--- head/games/cowsay/files/patch-cowsay	Sun Jun 26 15:09:59 2016	(r417529)
+++ head/games/cowsay/files/patch-cowsay	Sun Jun 26 15:13:22 2016	(r417530)
@@ -1,7 +1,7 @@
 $NetBSD: patch-aa,v 1.1.1.1 2000/03/25 20:13:24 jlam Exp $
 
---- cowsay.orig	Thu Nov  4 11:29:53 1999
-+++ cowsay	Sat Mar 25 12:07:09 2000
+--- cowsay.orig	2016-06-25 02:45:15 UTC
++++ cowsay
 @@ -7,7 +7,7 @@
  ##
  
@@ -11,11 +11,10 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/03/25 2
  use File::Basename;
  use Getopt::Std;
  use Cwd;
-@@ -180,4 +180,21 @@
- Usage: $progname [-bdgpstwy] [-h] [-e eyes] [-f cowfile] 
+@@ -185,3 +185,20 @@ Usage: $progname [-bdgpstwy] [-h] [-e ey
            [-l] [-n] [-T tongue] [-W wrapcolumn] [message]
  EOF
-+}
+ }
 +
 +sub fill {
 +    my ($ip, $xp, @raw) = @_;
@@ -32,4 +31,4 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/03/25 2
 +    # separate paragraphs with blank lines
 +
 +    return join ($ip eq $xp ? "\n\n" : "\n", @para);
- }
++}

Modified: head/games/cowsay/pkg-descr
==============================================================================
--- head/games/cowsay/pkg-descr	Sun Jun 26 15:09:59 2016	(r417529)
+++ head/games/cowsay/pkg-descr	Sun Jun 26 15:13:22 2016	(r417530)
@@ -2,4 +2,4 @@ cowsay is a configurable talking ASCII c
 written in Perl.  It operates much as the figlet program does, and
 is written in the same spirit of silliness.
 
-WWW: http://www.nog.net/~tony/warez/cowsay.shtml
+WWW: https://github.com/tnalpgge/rank-amateur-cowsay

Modified: head/games/cowsay/pkg-plist
==============================================================================
--- head/games/cowsay/pkg-plist	Sun Jun 26 15:09:59 2016	(r417529)
+++ head/games/cowsay/pkg-plist	Sun Jun 26 15:13:22 2016	(r417530)
@@ -2,7 +2,15 @@ bin/cowsay
 bin/cowthink
 man/man1/cowsay.1.gz
 man/man1/cowthink.1.gz
+share/cows/DragonAndCow.pm
+share/cows/Example.pm
+share/cows/Frogs.pm
+share/cows/MechAndCow.pm
+share/cows/Stegosaurus.pm
+share/cows/TextBalloon.pm
+share/cows/TuxStab.pm
 share/cows/beavis.zen.cow
+share/cows/blowfish.cow
 share/cows/bong.cow
 share/cows/box.cow
 share/cows/bud-frogs.cow
@@ -46,8 +54,8 @@ share/cows/telebears.cow
 share/cows/three-eyes.cow
 share/cows/turkey.cow
 share/cows/turtle.cow
-share/cows/tux.cow
 share/cows/tux-stab.cow
+share/cows/tux.cow
 share/cows/udder.cow
 share/cows/vader-koala.cow
 share/cows/vader.cow


More information about the svn-ports-head mailing list