ports/100288: [ patch ] devel/newfile: remove 'Author:' from pkg-descr template

Roman Bogorodskiy novel at FreeBSD.org
Fri Jul 14 11:30:18 UTC 2006


>Number:         100288
>Category:       ports
>Synopsis:       [ patch ] devel/newfile: remove 'Author:' from pkg-descr template
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 11:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec 10 03:18:20 UTC 2005 kensmith at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


>Description:
	Port devel/newfile is used by the port(1) utility for creating
	new ports with `port create` command. It creates pkg-descr file
	with the 'Author:' keyword, but the only keyword which should be
	used in pkg-descr is 'WWW:', as stated in PH:

	http://www.freebsd.org/doc/en/books/porters-handbook/porting-desc.html#AEN83

	So I've patched a template file for pkg-descr to remove 'Author:'.

>How-To-Repeat:
>Fix:

--- newfile.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/newfile/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	14 Oct 2005 06:59:26 -0000	1.14
+++ Makefile	14 Jul 2006 11:10:12 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	newfile
 PORTVERSION=	1.0.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: files/patch-data_projects_port_pkg-descr
===================================================================
RCS file: files/patch-data_projects_port_pkg-descr
diff -N files/patch-data_projects_port_pkg-descr
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-data_projects_port_pkg-descr	14 Jul 2006 11:10:12 -0000
@@ -0,0 +1,7 @@
+--- data/projects/port at pkg-descr.orig	Fri Jul 14 15:03:26 2006
++++ data/projects/port at pkg-descr	Fri Jul 14 15:03:44 2006
+@@ -1,4 +1,3 @@
+ [description of the port]
+ 
+-Author:	Author's name and e-mail address
+ WWW:	http://port.home.page/
--- newfile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list