Hello ports@,

Here is a diff to update nyancat to latest version (1.5.1).

It's a minor release, but using the opportunity to correct license
information in the Makefile. The README mention the code is NCSA
licensed, and nyan.c indeed reflects this.

Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/nyancat/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile    29 Dec 2015 19:49:40 -0000      1.13
+++ Makefile    4 Jan 2016 09:29:13 -0000
@@ -6,18 +6,17 @@ COMMENT =     nyancat in your terminal
 
 GH_ACCOUNT =   klange
 GH_PROJECT =   nyancat
-GH_TAGNAME =   1.5.0
+GH_TAGNAME =   1.5.1
 EPOCH =                0
 
-
 CATEGORIES =   misc
 
-MAINTAINER =   Frederic Cambus <fcam...@users.sourceforge.net>
+MAINTAINER =   Frederic Cambus <f...@statdns.com>
 
-# BSD
+# NCSA
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += c
+WANTLIB +=     c
 
 NO_TEST =      Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/nyancat/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    1 Nov 2015 07:39:02 -0000       1.5
+++ distinfo    4 Jan 2016 09:29:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (nyancat-1.5.0.tar.gz) = muT3QAYLd7uoFdjU6XcS2CK9CBKhGLiLf9a0E2qXG84=
-SIZE (nyancat-1.5.0.tar.gz) = 15112
+SHA256 (nyancat-1.5.1.tar.gz) = yUjHadIwtOQThRc1QK6KsfNhdt5om24tbtNQDpF5tQo=
+SIZE (nyancat-1.5.1.tar.gz) = 15124

Reply via email to