ports/175277: [PATCH] editors/apel: update MASTER_SITES and WWW etc.
Yasuhiro KIMURA
yasu at utahime.org
Mon Jan 14 06:30:00 UTC 2013
>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 at FreeBSD.org>
-#
+# Created by: Shigeyuki FUKUSHIMA <shige at 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 at 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:
More information about the freebsd-ports-bugs
mailing list