Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2009 21:04:19 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/138293: [PATCH] www/logtools: Changed Makefile. Take maintainership.
Message-ID:  <20090829000419.64566228001@fbsd72.scjamorim.org>
Resent-Message-ID: <200908290010.n7T0A321035348@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@FreeBSD.org
+MAINTAINER=	scjamorim@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090829000419.64566228001>