Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2004 16:56:08 +0100 (CET)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61886: sysutils/pkg_cutleaves: use the new PLIST_FILES, remove pkg-plist file
Message-ID:  <20040125155608.B8BAD3A55@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200401251600.i0PG0Xwj023233@freefall.freebsd.org>

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

>Number:         61886
>Category:       ports
>Synopsis:       sysutils/pkg_cutleaves: use the new PLIST_FILES, remove pkg-plist file
>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:   Sun Jan 25 08:00:33 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Tue Jan 13 15:01:55 CET 2004 root@kyuzo.dunkelkammer.void:/usr/src/sys/i386/compile/KYUZO i386
>Description:
Remove the port's pkg-plist file and use the PLIST_FILES macro instead.
>How-To-Repeat:
	
>Fix:
--- pkg_cutleaves-no-plist-file.patch begins here ---
diff -urN pkg_cutleaves.old/Makefile pkg_cutleaves/Makefile
--- pkg_cutleaves.old/Makefile	Sun Jan 25 16:39:15 2004
+++ pkg_cutleaves/Makefile	Sun Jan 25 16:45:27 2004
@@ -26,6 +26,8 @@
 
 MAN1=		pkg_cutleaves.1
 
+PLIST_FILES=	sbin/pkg_cutleaves
+
 do-fetch:
 	@${DO_NADA}
 
diff -urN pkg_cutleaves.old/pkg-plist pkg_cutleaves/pkg-plist
--- pkg_cutleaves.old/pkg-plist	Sun Jan 25 16:39:15 2004
+++ pkg_cutleaves/pkg-plist	Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
-sbin/pkg_cutleaves
--- pkg_cutleaves-no-plist-file.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?20040125155608.B8BAD3A55>