Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2013 15:26:44 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175277: [PATCH] editors/apel: update MASTER_SITES and WWW etc.
Message-ID:  <20130114062644.447BE4E631@eastasia.home.utahime.org>
Resent-Message-ID: <201301140630.r0E6U0f1030994@freefall.freebsd.org>

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

>Number:         175277
>Category:       ports
>Synopsis:       [PATCH] editors/apel: update MASTER_SITES and WWW etc.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 14 06:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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