ports/175280: [PATCH] editors/semi: Update MASTER_SITES and WWW etc.
Yasuhiro KIMURA
yasu at utahime.org
Mon Jan 14 17:57:34 UTC 2013
I misunderstood the meaning of LICENSE_FILE. So please commit attached
patch instead original one.
Regards.
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile (revision 310361)
+++ Makefile (working copy)
@@ -1,20 +1,18 @@
-# New ports collection makefile for: semi-current for emacs
-# Date created: 9 May 1999
-# Whom: Shigeyuki FUKUSHIMA <shige at FreeBSD.org>
-#
+# Created by: Shigeyuki FUKUSHIMA <shige at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= semi
PORTVERSION= ${SEMI_VER}
PORTREVISION= 14
CATEGORIES= editors elisp
-MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/semi/semi-1.14-for-flim-1.14/
+MASTER_SITES= http://git.chise.org/elisp/dist/semi/semi-1.14-for-flim-1.14/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER?= nobutaka at FreeBSD.org
COMMENT?= SEMI, Library of MIME feature for GNU Emacs for emacs
+LICENSE= GPLv2
+
PORTCLASS?= master
# distfile version
@@ -42,7 +40,11 @@
LISPDIR="${SEMI_LISPDIR}" \
VERSION_SPECIFIC_LISPDIR="${SEMI_VERSION_SPECIFIC_LISPDIR}"
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT= DOCS
+
.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(EMACS_PORT_NAME)
.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
@@ -101,7 +103,7 @@
.else
@${MAKE} info-install
.endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MAKE} doc-install
.endif
Index: pkg-descr
===================================================================
--- pkg-descr (revision 310361)
+++ pkg-descr (working copy)
@@ -20,4 +20,4 @@
Ported by shige at FreeBSD.ORG
-WWW: http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/SEMI/ (in Japanese)
+WWW: http://git.chise.org/elisp/semi/ (in Japanese)
Index: pkg-plist.emacs20
===================================================================
--- pkg-plist.emacs20 (revision 310361)
+++ pkg-plist.emacs20 (working copy)
@@ -1,7 +1,7 @@
%%EMACS_VERSION_SITE_LISPDIR%%/semi/mail-mime-setup.el
%%EMACS_VERSION_SITE_LISPDIR%%/semi/mail-mime-setup.elc
%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-bbdb.el
- at unexec /bin/rm -f %D/%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-bbdb.elc
+ at rmtry %%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-bbdb.elc
%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-edit.el
%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-edit.elc
%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-image.el
@@ -17,7 +17,7 @@
%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-view.el
%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-view.elc
%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-w3.el
- at unexec /bin/rm -f %D/%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-w3.elc
+ at rmtry %%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-w3.elc
%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-def.el
%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-def.elc
%%EMACS_VERSION_SITE_LISPDIR%%/semi/pgg-gpg.el
@@ -55,4 +55,4 @@
info/mime-ui-ja.info
@exec install-info %D/info/mime-ui-ja.info %D/info/dir
share/semi/%%SEMI_COOKIE%%
- at unexec /bin/rmdir %D/share/semi || true
+ at dirrmtry share/semi
More information about the freebsd-ports-bugs
mailing list