svn commit: r312945 - in head/deskutils/dailystrips: . files

Jason Helfman jgh at FreeBSD.org
Mon Feb 25 23:58:18 UTC 2013


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 at 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 at FreeBSD.org
+MAINTAINER=	jgh at 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
+ 


More information about the svn-ports-head mailing list