Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2013 19:50:52 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319587 - head/net/nyancat
Message-ID:  <201306011950.r51Joqal086214@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Jun  1 19:50:52 2013
New Revision: 319587
URL: http://svnweb.freebsd.org/changeset/ports/319587

Log:
  - Update to 1.2
  - Move to github
  - Adjust WWW
  - Trim header

Modified:
  head/net/nyancat/Makefile
  head/net/nyancat/distinfo
  head/net/nyancat/pkg-descr

Modified: head/net/nyancat/Makefile
==============================================================================
--- head/net/nyancat/Makefile	Sat Jun  1 19:22:38 2013	(r319586)
+++ head/net/nyancat/Makefile	Sat Jun  1 19:50:52 2013	(r319587)
@@ -1,23 +1,25 @@
-# New ports collection makefile for:	nyancat
-# Date created:				30 Mar 2012
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	nyancat
-PORTVERSION=	20120330
+PORTVERSION=	1.2
+PORTEPOCH=	1
 CATEGORIES=	net games
-MASTER_SITES=	CRITICAL
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Animated telnet server that renders a loop of the nyan cat animation
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	klange
+GH_TAGNAME=	${PORTVERSION}
+GH_COMMIT=	89c5bc8
 MAKE_JOBS_SAFE=	yes
 
 SUB_FILES=	pkg-message
 PLIST_FILES=	bin/nyancat
 
+WRKSRC=		${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-${GH_COMMIT}
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
 

Modified: head/net/nyancat/distinfo
==============================================================================
--- head/net/nyancat/distinfo	Sat Jun  1 19:22:38 2013	(r319586)
+++ head/net/nyancat/distinfo	Sat Jun  1 19:50:52 2013	(r319587)
@@ -1,2 +1,2 @@
-SHA256 (nyancat-20120330.tar.gz) = da2cef9f19699c4e2e6fe9b034c36ad4b0f2f3f9a774e9d017d3ff185264b0f1
-SIZE (nyancat-20120330.tar.gz) = 87006
+SHA256 (nyancat-1.2.tar.gz) = 875f6146c70fece6a54e429762020d8a88918cb39fd798c51a0d72b4db4056d4
+SIZE (nyancat-1.2.tar.gz) = 14099

Modified: head/net/nyancat/pkg-descr
==============================================================================
--- head/net/nyancat/pkg-descr	Sat Jun  1 19:22:38 2013	(r319586)
+++ head/net/nyancat/pkg-descr	Sat Jun  1 19:50:52 2013	(r319587)
@@ -1,4 +1,4 @@
 This is an animated, color, ANSI-text telnet server that renders a loop of the
 classic nyan cat animation.
 
-WWW: http://miku.acm.uiuc.edu/
+WWW: https://github.com/klange/nyancat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306011950.r51Joqal086214>