ports/138293: [PATCH] www/logtools: Changed Makefile. Take maintainership.
Sylvio Cesar
scjamorim at bsd.com.br
Sat Aug 29 00:10:03 UTC 2009
>Number: 138293
>Category: ports
>Synopsis: [PATCH] www/logtools: Changed Makefile. Take maintainership.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Aug 29 00:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Sylvio Cesar
>Release: FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 3 22:10:47 BRT
>Description:
- Moved pkg-plist to into of Makefile with PLIST_FILES
- Take maintainership.
You can see log in mine tinderbox:
http://www.scjamorim.org/Home/logtools-0.13d_amd64.log
Removed file(s):
- pkg-plist
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- logtools-0.13d.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/logtools/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile 28 Aug 2009 17:37:17 -0000 1.12
+++ Makefile 29 Aug 2009 00:00:30 -0000
@@ -12,9 +12,16 @@
LOCAL/chinsan/logtools/
EXTRACT_SUFX= .tgz
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= scjamorim at bsd.com.br
COMMENT= Useful tools to deal with CLF files (Common Log File format)
+PLIST_FILES= bin/clfmerge \
+ bin/clfsplit \
+ bin/clfdomainsplit \
+ bin/logprn \
+ bin/funnel \
+ etc/clfdomainsplit.cfg
+
GNU_CONFIGURE= yes
MAN1= clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist 24 Jan 2002 15:08:41 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-bin/clfmerge
-bin/clfsplit
-bin/clfdomainsplit
-bin/logprn
-bin/funnel
-etc/clfdomainsplit.cfg
--- logtools-0.13d.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list