Date: Mon, 01 Aug 2005 19:05:21 +0400 From: Andrej Zverev <az@inec.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84436: [update] editors/puff - use PLIST instead of pkg-plist Message-ID: <E1Dzbqz-0000hZ-9A@az.inec.ru> Resent-Message-ID: <200508011510.j71FAAte053843@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84436 >Category: ports >Synopsis: [update] editors/puff - use PLIST instead of pkg-plist >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: Mon Aug 01 15:10:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Cosmetic changes: 1. Use PLIST_FILES pkg-plist - removed >How-To-Repeat: >Fix: --- puff.diff begins here --- diff -Nru puff.orig/Makefile puff/Makefile --- puff.orig/Makefile Sat Apr 10 21:26:35 2004 +++ puff/Makefile Mon Aug 1 19:01:50 2005 @@ -7,6 +7,7 @@ PORTNAME= puff PORTVERSION= 0.42 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.developerpit.com/puff/ @@ -14,5 +15,7 @@ COMMENT= Simple and efficient text editor WRKSRC= ${WRKDIR}/puff + +PLIST_FILES= bin/puff etc/puff.conf.sample .include <bsd.port.mk> diff -Nru puff.orig/pkg-plist puff/pkg-plist --- puff.orig/pkg-plist Fri Jun 6 16:22:21 2003 +++ puff/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1,2 +0,0 @@ -bin/puff -etc/puff.conf.sample --- puff.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Dzbqz-0000hZ-9A>