Bug 175280 - [PATCH] editors/semi: Update MASTER_SITES and WWW etc.
Summary: [PATCH] editors/semi: Update MASTER_SITES and WWW etc.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 06:40 UTC by Yasuhiro Kimura
Modified: 2013-01-26 12:00 UTC (History)
0 users

See Also:


Attachments
patch-semi (2.92 KB, text/plain)
2013-01-14 06:40 UTC, Yasuhiro Kimura
no flags Details
patch-semi (2.88 KB, text/plain; charset=Shift_JIS)
2013-01-14 17:57 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-14 06:40:00 UTC
	- Update MASTER_SITES and WWW.
	- Add lincese information.
	- Adopt OptionsNG.
	- Trim makefile header.
	- Pet portlint.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-14 06:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2013-01-14 17:57:33 UTC
I misunderstood the meaning of LICENSE_FILE. So please commit attached
patch instead original one.

Regards.
Comment 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2013-01-26 11:51:11 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-01-26 11:51:19 UTC
Author: nobutaka
Date: Sat Jan 26 11:51:04 2013
New Revision: 311007
URL: http://svnweb.freebsd.org/changeset/ports/311007

Log:
  Update MASTER_SITES and WWW.
  Add lincese information.
  Adopt OptionsNG.
  Trim makefile header.
  Pet portlint.
  
  PR:		ports/175280
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Modified:
  head/editors/semi/Makefile
  head/editors/semi/pkg-descr
  head/editors/semi/pkg-plist.emacs20

Modified: head/editors/semi/Makefile
==============================================================================
--- head/editors/semi/Makefile	Sat Jan 26 11:42:26 2013	(r311006)
+++ head/editors/semi/Makefile	Sat Jan 26 11:51:04 2013	(r311007)
@@ -1,20 +1,18 @@
-# New ports collection makefile for:	semi-current for emacs
-# Date created:		9 May 1999
-# Whom:			Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
-#
+# Created by: Shigeyuki FUKUSHIMA <shige@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@FreeBSD.org
 COMMENT?=	SEMI, Library of MIME feature for GNU Emacs for emacs
 
+LICENSE=	GPLv2
+
 PORTCLASS?=	master
 
 # distfile version
@@ -42,7 +40,11 @@ MAKE_ARGS+=	PREFIX="${LOCALBASE}" \
 		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 @@ post-install:
 .else
 	@${MAKE} info-install
 .endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MAKE} doc-install
 .endif
 

Modified: head/editors/semi/pkg-descr
==============================================================================
--- head/editors/semi/pkg-descr	Sat Jan 26 11:42:26 2013	(r311006)
+++ head/editors/semi/pkg-descr	Sat Jan 26 11:51:04 2013	(r311007)
@@ -20,4 +20,4 @@ SEMI, Library of MIME feature for GNU Em
 
 Ported by shige@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)

Modified: head/editors/semi/pkg-plist.emacs20
==============================================================================
--- head/editors/semi/pkg-plist.emacs20	Sat Jan 26 11:42:26 2013	(r311006)
+++ head/editors/semi/pkg-plist.emacs20	Sat Jan 26 11:51:04 2013	(r311007)
@@ -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
-@unexec /bin/rm -f %D/%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-bbdb.elc
+@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
-@unexec /bin/rm -f %D/%%EMACS_VERSION_SITE_LISPDIR%%/semi/mime-w3.elc
+@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-en.info
 info/mime-ui-ja.info
 @exec install-info %D/info/mime-ui-ja.info %D/info/dir
 share/semi/%%SEMI_COOKIE%%
-@unexec /bin/rmdir %D/share/semi || true
+@dirrmtry share/semi
_______________________________________________
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"