Date: Mon, 25 Feb 2013 23:58:18 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312945 - in head/deskutils/dailystrips: . files Message-ID: <201302252358.r1PNwIiO073843@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Mon Feb 25 23:58:17 2013 New Revision: 312945 URL: http://svnweb.freebsd.org/changeset/ports/312945 Log: - fix shermanslagoon download - while here fix formatting and take maintainership Submitted by: kritek@gmail.com (via mail) Added: head/deskutils/dailystrips/files/ head/deskutils/dailystrips/files/patch-strips.def (contents, props changed) Modified: head/deskutils/dailystrips/Makefile (contents, props changed) Modified: head/deskutils/dailystrips/Makefile ============================================================================== --- head/deskutils/dailystrips/Makefile Mon Feb 25 22:23:15 2013 (r312944) +++ head/deskutils/dailystrips/Makefile Mon Feb 25 23:58:17 2013 (r312945) @@ -3,11 +3,12 @@ PORTNAME= dailystrips PORTVERSION= 1.0.28 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= deskutils www MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jgh@FreeBSD.org COMMENT= Utility to download or view your favorite online comic strips daily LICENSE= GPLv2 @@ -44,7 +45,7 @@ do-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for file in README README.DEFS README.LOCAL README.dailystrips-clean \ - README.dailystrips-update + README.dailystrips-update ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif Added: head/deskutils/dailystrips/files/patch-strips.def ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/dailystrips/files/patch-strips.def Mon Feb 25 23:58:17 2013 (r312945) @@ -0,0 +1,11 @@ +--- ./strips.def.orig 2003-08-24 23:45:11.000000000 -0700 ++++ ./strips.def 2013-02-25 15:30:22.000000000 -0800 +@@ -4422,7 +4422,7 @@ + artist Jim Toomey + homepage http://www.slagoon.com + type generate +- imageurl $homepage/dailies/SL%y.%m.%d.gif ++ imageurl $homepage/dailies/SL%y%m%d.gif + provides latest + end +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302252358.r1PNwIiO073843>