From yasu@home.utahime.org  Mon Jan 14 06:26:52 2013
Return-Path: <yasu@home.utahime.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 86D0562C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Jan 2013 06:26:52 +0000 (UTC)
	(envelope-from yasu@home.utahime.org)
Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210])
	by mx1.freebsd.org (Postfix) with ESMTP id 52A21400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Jan 2013 06:26:51 +0000 (UTC)
Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1])
	by gate.utahime.jp (Postfix) with ESMTP id 816C361F9D;
	Mon, 14 Jan 2013 15:26:44 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 5F4B04E632;
	Mon, 14 Jan 2013 15:26:44 +0900 (JST)
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id 447BE4E631; Mon, 14 Jan 2013 15:26:44 +0900 (JST)
Message-Id: <20130114062644.447BE4E631@eastasia.home.utahime.org>
Date: Mon, 14 Jan 2013 15:26:44 +0900 (JST)
From: Yasuhiro KIMURA <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] editors/apel: update MASTER_SITES and WWW etc.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         175277
>Category:       ports
>Synopsis:       [PATCH] editors/apel: update MASTER_SITES and WWW etc.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nobutaka
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 14 06:30:00 UTC 2013
>Closed-Date:    Sat Jan 26 10:52:36 UTC 2013
>Last-Modified:  Sat Jan 26 11:00:00 UTC 2013
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Fri Jan 11 10:39:45 JST 2013 xxxx amd64


	
>Description:

	- Update MASTER_SITES and WWW.
	- Add license information.
	- Adopt OptionsNG.
	- Trim makefile header.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-apel begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 310295)
+++ Makefile	(working copy)
@@ -1,20 +1,19 @@
-# New ports collection makefile for:	apel for emacs
-# Date created:		23 September 1998
-# Whom:			Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
-#
+# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	apel
 PORTVERSION=	${APEL_VER}
 PORTREVISION=	8
 CATEGORIES=	editors elisp
-MASTER_SITES=	http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/apel/
+MASTER_SITES=	http://git.chise.org/elisp/dist/apel/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
 MAINTAINER?=	nobutaka@FreeBSD.org
 COMMENT?=	A Portable Emacs Library for emacs
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/apel-ver.el
+
 # distfile version
 APEL_VER=	10.8
 # apel lispdir
@@ -33,6 +32,10 @@
 		LISPDIR="${APEL_LISPDIR}" \
 		VERSION_SPECIFIC_LISPDIR="${APEL_VERSION_SPECIFIC_LISPDIR}"
 
+OPTIONS_DEFINE=	DOCS
+OPTINOS_DEFAULT=	DOCS
+
+.include <bsd.port.options.mk>
 .include <bsd.port.pre.mk>
 
 .if ${EMACS_VER:C/\..*//} >= 23
@@ -42,7 +45,7 @@
 .endif
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	@(cd ${WRKSRC} ; \
 	for i in ChangeLog README.* ; do \
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 310295)
+++ pkg-descr	(working copy)
@@ -29,4 +29,4 @@
 
 	(require 'apel-setupel)
 
-WWW: http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/index.en.html
+WWW: http://git.chise.org/elisp/apel/index.html.en
--- patch-apel ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 14 06:30:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175277 

From: Yasuhiro KIMURA <yasu@utahime.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/175277: [PATCH] editors/apel: update MASTER_SITES and WWW
 etc.
Date: Tue, 15 Jan 2013 02:55:15 +0900

 This is a multi-part message in MIME format.
 --------------010108000705000201020400
 Content-Type: text/plain; charset=ISO-2022-JP
 Content-Transfer-Encoding: 7bit
 
 I misunderstood the meaning of LICENSE_FILE. So please commit attached
 patch instead original one.
 
 Regards.
 
 
 --------------010108000705000201020400
 Content-Type: text/plain; charset=Shift_JIS;
  name="patch-apel"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment;
  filename="patch-apel"
 
 SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIE1ha2VmaWxlCShyZXZpc2lvbiAz
 MTAzNjEpCisrKyBNYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMSwyMCArMSwxOCBAQAot
 IyBOZXcgcG9ydHMgY29sbGVjdGlvbiBtYWtlZmlsZSBmb3I6CWFwZWwgZm9yIGVtYWNzCi0j
 IERhdGUgY3JlYXRlZDoJCTIzIFNlcHRlbWJlciAxOTk4Ci0jIFdob206CQkJU2hpZ2V5dWtp
 IEZVS1VTSElNQSA8c2hpZ2VARnJlZUJTRC5vcmc+Ci0jCisjIENyZWF0ZWQgYnk6IFNoaWdl
 eXVraSBGVUtVU0hJTUEgPHNoaWdlQEZyZWVCU0Qub3JnPgogIyAkRnJlZUJTRCQKLSMKIAog
 UE9SVE5BTUU9CWFwZWwKIFBPUlRWRVJTSU9OPQkke0FQRUxfVkVSfQogUE9SVFJFVklTSU9O
 PQk4CiBDQVRFR09SSUVTPQllZGl0b3JzIGVsaXNwCi1NQVNURVJfU0lURVM9CWh0dHA6Ly9r
 YW5qaS56aW5idW4ua3lvdG8tdS5hYy5qcC9+dG9tby9sZW1pL2Rpc3QvYXBlbC8KK01BU1RF
 Ul9TSVRFUz0JaHR0cDovL2dpdC5jaGlzZS5vcmcvZWxpc3AvZGlzdC9hcGVsLwogUEtHTkFN
 RVNVRkZJWD0JLSR7RU1BQ1NfUE9SVF9OQU1FfQogCiBNQUlOVEFJTkVSPz0Jbm9idXRha2FA
 RnJlZUJTRC5vcmcKIENPTU1FTlQ/PQlBIFBvcnRhYmxlIEVtYWNzIExpYnJhcnkgZm9yIGVt
 YWNzCiAKK0xJQ0VOU0U9CUdQTHYyCisKICMgZGlzdGZpbGUgdmVyc2lvbgogQVBFTF9WRVI9
 CTEwLjgKICMgYXBlbCBsaXNwZGlyCkBAIC0zMyw2ICszMSwxMCBAQAogCQlMSVNQRElSPSIk
 e0FQRUxfTElTUERJUn0iIFwKIAkJVkVSU0lPTl9TUEVDSUZJQ19MSVNQRElSPSIke0FQRUxf
 VkVSU0lPTl9TUEVDSUZJQ19MSVNQRElSfSIKIAorT1BUSU9OU19ERUZJTkU9CURPQ1MKK09Q
 VElOT1NfREVGQVVMVD0JRE9DUworCisuaW5jbHVkZSA8YnNkLnBvcnQub3B0aW9ucy5taz4K
 IC5pbmNsdWRlIDxic2QucG9ydC5wcmUubWs+CiAKIC5pZiAke0VNQUNTX1ZFUjpDL1wuLiov
 L30gPj0gMjMKQEAgLTQyLDcgKzQ0LDcgQEAKIC5lbmRpZgogCiBwb3N0LWluc3RhbGw6Ci0u
 aWYgIWRlZmluZWQoTk9QT1JURE9DUykKKy5pZiAke1BPUlRfT1BUSU9OUzpNRE9DU30KIAlA
 JHtNS0RJUn0gJHtET0NTRElSfQogCUAoY2QgJHtXUktTUkN9IDsgXAogCWZvciBpIGluIENo
 YW5nZUxvZyBSRUFETUUuKiA7IGRvIFwKSW5kZXg6IHBrZy1kZXNjcgo9PT09PT09PT09PT09
 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
 Ci0tLSBwa2ctZGVzY3IJKHJldmlzaW9uIDMxMDM2MSkKKysrIHBrZy1kZXNjcgkod29ya2lu
 ZyBjb3B5KQpAQCAtMjksNCArMjksNCBAQAogCiAJKHJlcXVpcmUgJ2FwZWwtc2V0dXBlbCkK
 IAotV1dXOiBodHRwOi8vd3d3LmthbmppLnppbmJ1bi5reW90by11LmFjLmpwL350b21vL2Vs
 aXNwL0FQRUwvaW5kZXguZW4uaHRtbAorV1dXOiBodHRwOi8vZ2l0LmNoaXNlLm9yZy9lbGlz
 cC9hcGVsL2luZGV4Lmh0bWwuZW4K
 --------------010108000705000201020400--
State-Changed-From-To: open->closed 
State-Changed-By: nobutaka 
State-Changed-When: Sat Jan 26 10:52:19 UTC 2013 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175277 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175277: commit references a PR
Date: Sat, 26 Jan 2013 10:52:15 +0000 (UTC)

 Author: nobutaka
 Date: Sat Jan 26 10:52:03 2013
 New Revision: 311003
 URL: http://svnweb.freebsd.org/changeset/ports/311003
 
 Log:
   Update MASTER_SITES and WWW.
   Add license information.
   Adopt OptionsNG.
   Trim Makefile header.
   
   PR:		ports/175277
   Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
 
 Modified:
   head/editors/apel/Makefile
   head/editors/apel/pkg-descr
 
 Modified: head/editors/apel/Makefile
 ==============================================================================
 --- head/editors/apel/Makefile	Sat Jan 26 10:37:03 2013	(r311002)
 +++ head/editors/apel/Makefile	Sat Jan 26 10:52:03 2013	(r311003)
 @@ -1,20 +1,18 @@
 -# New ports collection makefile for:	apel for emacs
 -# Date created:		23 September 1998
 -# Whom:			Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
 -#
 +# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	apel
  PORTVERSION=	${APEL_VER}
  PORTREVISION=	8
  CATEGORIES=	editors elisp
 -MASTER_SITES=	http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/apel/
 +MASTER_SITES=	http://git.chise.org/elisp/dist/apel/
  PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
  
  MAINTAINER?=	nobutaka@FreeBSD.org
  COMMENT?=	A Portable Emacs Library for emacs
  
 +LICENSE=	GPLv2
 +
  # distfile version
  APEL_VER=	10.8
  # apel lispdir
 @@ -33,6 +31,10 @@ MAKE_ARGS+=	PREFIX="${LOCALBASE}" \
  		LISPDIR="${APEL_LISPDIR}" \
  		VERSION_SPECIFIC_LISPDIR="${APEL_VERSION_SPECIFIC_LISPDIR}"
  
 +OPTIONS_DEFINE=	DOCS
 +OPTINOS_DEFAULT=	DOCS
 +
 +.include <bsd.port.options.mk>
  .include <bsd.port.pre.mk>
  
  .if ${EMACS_VER:C/\..*//} >= 23
 @@ -42,7 +44,7 @@ PLIST_SUB+=	EMACS23="@comment " NOEMACS2
  .endif
  
  post-install:
 -.if !defined(NOPORTDOCS)
 +.if ${PORT_OPTIONS:MDOCS}
  	@${MKDIR} ${DOCSDIR}
  	@(cd ${WRKSRC} ; \
  	for i in ChangeLog README.* ; do \
 
 Modified: head/editors/apel/pkg-descr
 ==============================================================================
 --- head/editors/apel/pkg-descr	Sat Jan 26 10:37:03 2013	(r311002)
 +++ head/editors/apel/pkg-descr	Sat Jan 26 10:52:03 2013	(r311003)
 @@ -29,4 +29,4 @@ To use apel, put the following setup int
  
  	(require 'apel-setupel)
  
 -WWW: http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/index.en.html
 +WWW: http://git.chise.org/elisp/apel/index.html.en
 _______________________________________________
 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"
 
>Unformatted:
