Hi,

please find below the very *important* (as used on a daily basis) update 
to nyancat 1.2.1.

Comments? OKs?

Regards,
Joerg


Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/nyancat/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    11 Mar 2013 11:23:57 -0000      1.2
+++ Makefile    19 Oct 2013 13:33:16 -0000
@@ -2,7 +2,10 @@
 
 COMMENT=       nyancat in your terminal
 
-DISTNAME=      nyancat-20121007
+V=             1.2.1
+DISTNAME=      ${V}
+DIST_SUBDIR=   nyancat
+PKGNAME=       nyancat-${V}
 
 CATEGORIES=    misc
 
@@ -13,11 +16,11 @@ PERMIT_PACKAGE_CDROM=       Yes
 
 WANTLIB += c
 
-MASTER_SITES=  http://spacehopper.org/mirrors/
+MASTER_SITES=  ${HOMEPAGE}/archive/
 
 NO_TEST=       Yes
 
-WRKDIST=       ${WRKDIR}/nyancat-master
+WRKDIST=       ${WRKDIR}/${PKGNAME}
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/nyancat ${PREFIX}/bin
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/nyancat/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    5 Nov 2012 22:20:37 -0000       1.1.1.1
+++ distinfo    19 Oct 2013 13:33:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (nyancat-20121007.tar.gz) = f537Hm+Nah3zi8hgFFSU4mvAqSR6j04ebRAlo9kQjCg=
-SIZE (nyancat-20121007.tar.gz) = 13749
+SHA256 (nyancat/1.2.1.tar.gz) = pb+vtuppkXBxqgX5pS20PkfpcnLrL0xsgnYwzdsBWXI=
+SIZE (nyancat/1.2.1.tar.gz) = 14109
Index: patches/patch-src_nyancat_c
===================================================================
RCS file: /cvs/ports/misc/nyancat/patches/patch-src_nyancat_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-src_nyancat_c
--- patches/patch-src_nyancat_c 5 Nov 2012 22:20:37 -0000       1.1.1.1
+++ patches/patch-src_nyancat_c 19 Oct 2013 13:33:16 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_nyancat_c,v 1.1.1.1 2012/11/05 22:20:37 sthen Exp $
---- src/nyancat.c.orig Sun Oct  7 19:41:43 2012
-+++ src/nyancat.c      Mon Nov  5 22:12:33 2012
-@@ -545,6 +545,8 @@ int main(int argc, char ** argv) {
+--- src/nyancat.c.orig Sat Oct 19 15:25:00 2013
++++ src/nyancat.c      Sat Oct 19 15:26:25 2013
+@@ -550,6 +550,8 @@ int main(int argc, char ** argv) {
                ttype = 6; /* No color support */
        } else if (strstr(term, "fallback")) {
                ttype = 4; /* Unicode fallback */

Reply via email to