ports/107768: [MAINTAINER] net/p5-Net-Write: [SUMMARIZE CHANGES]
Christopher Boumenot
boumenot at gmail.com
Wed Jan 10 18:50:18 UTC 2007
>Number: 107768
>Category: ports
>Synopsis: [MAINTAINER] net/p5-Net-Write: [SUMMARIZE CHANGES]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 10 18:50:17 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Christopher Boumenot
>Release: FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006
>Description:
Change :=, to = in the Makefile for RUN_DEPENDS.
Fix the pkg-plist.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-Net-Write-1.00.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Write/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 19 Dec 2006 18:43:41 -0000 1.2
+++ Makefile 10 Jan 2007 18:42:33 -0000
@@ -17,7 +17,7 @@
BUILD_DEPENDS= p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \
p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 \
p5-Net-Pcap>=0.14:${PORTSDIR}/net/p5-Net-Pcap
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Write/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist 19 Dec 2006 18:43:41 -0000 1.2
+++ pkg-plist 10 Jan 2007 18:42:33 -0000
@@ -6,5 +6,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write/.packlist
@dirrmtry %%SITE_PERL%%/Net/Write
@dirrmtry %%SITE_PERL%%/Net
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net/Write
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
--- p5-Net-Write-1.00.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list