Bug 171345 - [PATCH] devel/newfile: Apply the latest styles
Summary: [PATCH] devel/newfile: Apply the latest styles
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: TAKATSU Tomonari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-05 15:00 UTC by TAKATSU Tomonari
Modified: 2012-09-24 12:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.03 KB, patch)
2012-09-05 15:00 UTC, TAKATSU Tomonari
no flags Details | Diff
newfile-1.0.14_3.patch (1.99 KB, patch)
2012-09-23 09:44 UTC, TAKATSU Tomonari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TAKATSU Tomonari freebsd_committer freebsd_triage 2012-09-05 15:00:09 UTC
- 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)

Fix: begin 644 newfile-1.0.14_2.patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-05 15:00:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tota

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-09-05 16:30:54 UTC
portmgr@,

Please confirm my patch in this PR whether I may commit it or not.

Thanks in advance,

-- 
TAKATSU Tomonari
Comment 3 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-09-10 14:48:10 UTC
Responsible Changed
From-To: tota->portmgr

Asking portmgr's opinion
Comment 4 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-09-23 09:44:42 UTC
I have adopted "Change to the header in ports Makefiles, take two" [1].
Would you confirm this attached patch?

http://blogs.freebsdish.org/portmgr/2012/09/17/change-to-the-header-in-ports-makefiles-take-two/
[1]

Regards,

-- 
TAKATSU Tomonari
Comment 5 Thomas Abthorpe freebsd_committer freebsd_triage 2012-09-24 04:35:51 UTC
On Thu, Sep 06, 2012 at 12:30:54AM +0900, TAKATSU Tomonari wrote:
> portmgr@,
> 
> Please confirm my patch in this PR whether I may commit it or not.
> 
> Thanks in advance,
> 
> -- 
> TAKATSU Tomonari


Confirmed, thanks for doing this.


Thomas

-- 
Thomas Abthorpe		| FreeBSD Committer
tabthorpe@FreeBSD.org	| http://people.freebsd.org/~tabthorpe
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-09-24 12:43:56 UTC
Author: tota
Date: Mon Sep 24 11:43:45 2012
New Revision: 304774
URL: http://svn.freebsd.org/changeset/ports/304774

Log:
  - Apply the latest styles to Makefile and pkg-descr which are generated by
    being executed "port create" command
    * "Change to the header in ports Makefiles, take two" [1]
    * Replace tab with space after WWW: in pkg-descr [2]
  - Bump PORTREVISION
  
  http://docs.freebsd.org/cgi/mid.cgi?20120917162245.GA55973 [1]
  http://www.freebsd.org/doc/en/books/porters-handbook/book.html#AEN95 [2]
  
  PR:		ports/171345
  Submitted by:	tota (myself)
  Approved by:	tabthorpe

Modified:
  head/devel/newfile/Makefile
  head/devel/newfile/files/patch-data_projects_port_Makefile
  head/devel/newfile/files/patch-data_projects_port_pkg-descr

Modified: head/devel/newfile/Makefile
==============================================================================
--- head/devel/newfile/Makefile	Mon Sep 24 09:15:59 2012	(r304773)
+++ head/devel/newfile/Makefile	Mon Sep 24 11:43:45 2012	(r304774)
@@ -7,7 +7,7 @@
 
 PORTNAME=	newfile
 PORTVERSION=	1.0.14
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SF
 

Modified: head/devel/newfile/files/patch-data_projects_port_Makefile
==============================================================================
--- head/devel/newfile/files/patch-data_projects_port_Makefile	Mon Sep 24 09:15:59 2012	(r304773)
+++ head/devel/newfile/files/patch-data_projects_port_Makefile	Mon Sep 24 11:43:45 2012	(r304774)
@@ -1,7 +1,24 @@
-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-23 17:12:06.000000000 +0900
+@@ -1,15 +1,11 @@
+ %# -*-mode: makefile-*-
+ %define c "# "
+-# New ports collection makefile for:	<:PROJECT>
+-# Date created:		<:DATE>
+ %if !defined("BSDMAIL")
+-# Whom:			<:AUTHOR> <<:EMAIL>>
++# Created by: <:AUTHOR> <<:EMAIL>>
+ %else
+-# Whom:			<:AUTHOR> <<:BSDMAIL>>
++# Created by: <:AUTHOR> <<:BSDMAIL>>
+ %endif # !defined("BSDMAIL")
+-#
+ # $FreeBSD$
+-#
+ 
+ PORTNAME=	<:PROJECT>
+ PORTVERSION=
+@@ -31,6 +27,7 @@
  %else
  MAINTAINER=	<:BSDMAIL>
  %endif # !defined("BSDMAIL")

Modified: head/devel/newfile/files/patch-data_projects_port_pkg-descr
==============================================================================
--- head/devel/newfile/files/patch-data_projects_port_pkg-descr	Mon Sep 24 09:15:59 2012	(r304773)
+++ head/devel/newfile/files/patch-data_projects_port_pkg-descr	Mon Sep 24 11:43:45 2012	(r304774)
@@ -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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-09-24 12:48:06 UTC
State Changed
From-To: open->closed

Committed. Thanks! 


Comment 8 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-09-24 12:48:06 UTC
Responsible Changed
From-To: portmgr->tota

Committed. Thanks!