ports/60181: update to dailystrips port
Steve Wills
steve at stevenwills.com
Fri Dec 12 15:40:21 UTC 2003
>Number: 60181
>Category: ports
>Synopsis: update to dailystrips port
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 12 07:40:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Steve
>Release: FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD tigger.example.com 4.8-RELEASE FreeBSD 4.8-RELEASE #5: Tue Apr 15 21:42:39 EDT 2003 steve at tigger.example.com:/common/FreeBSD/obj/common/FreeBSD/src/sys/TIGGER i386
>Description:
Patch to fix several bugs in the dailystrips port.
The patch below fixes several bugs in the dailystrips ports. First,
the path to perl was not getting updated for dailystrips-clean. Second,
include the README for dailystrips-clean. Finally, include
dailystrips-update, update its path to perl and include its
documentation.
>How-To-Repeat:
>Fix:
--- Makefile.orig Fri Dec 12 09:51:02 2003
+++ Makefile Fri Dec 12 10:00:41 2003
@@ -24,16 +24,19 @@
post-patch:
@${REINPLACE_CMD} 's|^#!/usr/bin/perl|#!${PERL}|; \
s!/usr/share/dailystrips/strips.def!${DATADIR}/strips.def!' \
- ${WRKSRC}/dailystrips
+ ${WRKSRC}/dailystrips ${WRKSRC}/dailystrips-clean \
+ ${WRKSRC}/dailystrips-update
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dailystrips ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/dailystrips-clean ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/dailystrips-update ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/strips.def ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in README README.DEFS README.LOCAL
+.for file in README README.DEFS README.LOCAL README.dailystrips-clean \
+ README.dailystrips-update
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
--- pkg-plist.orig Fri Dec 12 09:58:29 2003
+++ pkg-plist Fri Dec 12 09:58:19 2003
@@ -1,8 +1,11 @@
bin/dailystrips
bin/dailystrips-clean
+bin/dailystrips-update
share/dailystrips/strips.def
%%PORTDOCS%%share/doc/dailystrips/README
%%PORTDOCS%%share/doc/dailystrips/README.DEFS
%%PORTDOCS%%share/doc/dailystrips/README.LOCAL
+%%PORTDOCS%%share/doc/dailystrips/README.dailystrips-clean
+%%PORTDOCS%%share/doc/dailystrips/README.dailystrips-update
%%PORTDOCS%%@dirrm share/doc/dailystrips
@dirrm share/dailystrips
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list