- 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
This commit is contained in:
TAKATSU Tomonari 2012-09-24 11:43:45 +00:00
parent 1785520646
commit da4137305e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304774
3 changed files with 25 additions and 7 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= newfile
PORTVERSION= 1.0.14
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF

View File

@ -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")

View File

@ -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/