Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Sep 2012 22:56:34 +0900 (JST)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171345: [PATCH] devel/newfile: Apply the latest styles
Message-ID:  <20120905135634.61636B82A@rtfm.jp>
Resent-Message-ID: <201209051400.q85E09kx063183@freefall.freebsd.org>

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

>Number:         171345
>Category:       ports
>Synopsis:       [PATCH] devel/newfile: Apply the latest styles
>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:   Wed Sep 05 14:00:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 8.2-RELEASE-p9 amd64
>Organization:
none (private)
>Environment:
System: FreeBSD photon.local.lan 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012
>Description:
- Apply the latest styles to Makefile and pkg-descr which are generated by
  being executed "port create"
  * Change to new header information in Makefile   [1]
  * Replace tab with space after WWW: in pkg-descr [2]
- Bump PORTREVISION

  http://www.freebsd.org/doc/en/books/porters-handbook/book.html#PORTING-MAKEFILE [1]
  http://www.freebsd.org/doc/en/books/porters-handbook/book.html#AEN94            [2]

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

begin 644 newfile-1.0.14_2.patch
Index: devel/newfile/files/patch-data_projects_port_Makefile
===================================================================
--- devel/newfile/files/patch-data_projects_port_Makefile	(revision 303698)
+++ devel/newfile/files/patch-data_projects_port_Makefile	(working copy)
@@ -1,7 +1,22 @@
-diff -ruN data/projects/port@Makefile.orig data/projects/port@Makefile
 --- data/projects/port@Makefile.orig	2003-11-03 21:34:51.000000000 +0900
-+++ data/projects/port@Makefile	2005-08-07 01:31:43.486085664 +0900
-@@ -31,6 +31,7 @@
++++ data/projects/port@Makefile	2012-09-05 22:05:30.000000000 +0900
+@@ -1,15 +1,6 @@
+ %# -*-mode: makefile-*-
+ %define c "# "
+-# New ports collection makefile for:	<:PROJECT>
+-# Date created:		<:DATE>
+-%if !defined("BSDMAIL")
+-# Whom:			<:AUTHOR> <<:EMAIL>>
+-%else
+-# Whom:			<:AUTHOR> <<:BSDMAIL>>
+-%endif # !defined("BSDMAIL")
+-#
+ # $FreeBSD$
+-#
+ 
+ PORTNAME=	<:PROJECT>
+ PORTVERSION=
+@@ -31,6 +22,7 @@
  %else
  MAINTAINER=	<:BSDMAIL>
  %endif # !defined("BSDMAIL")
Index: devel/newfile/files/patch-data_projects_port_pkg-descr
===================================================================
--- devel/newfile/files/patch-data_projects_port_pkg-descr	(revision 303698)
+++ devel/newfile/files/patch-data_projects_port_pkg-descr	(working copy)
@@ -1,7 +1,8 @@
---- data/projects/port@pkg-descr.orig	Fri Jul 14 15:03:26 2006
-+++ data/projects/port@pkg-descr	Fri Jul 14 15:03:44 2006
+--- data/projects/port@pkg-descr.orig	2003-11-03 21:33:36.000000000 +0900
++++ data/projects/port@pkg-descr	2012-09-05 20:56:03.000000000 +0900
 @@ -1,4 +1,3 @@
  [description of the port]
  
 -Author:	Author's name and e-mail address
- WWW:	http://port.home.page/
+-WWW:	http://port.home.page/
++WWW: http://port.home.page/
Index: devel/newfile/Makefile
===================================================================
--- devel/newfile/Makefile	(revision 303698)
+++ devel/newfile/Makefile	(working copy)
@@ -7,7 +7,7 @@
 
 PORTNAME=	newfile
 PORTVERSION=	1.0.14
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
end

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



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