Bug 175278 - [PATCH] editors/flim: Update MASTER_SITES and WWW etc.
Summary: [PATCH] editors/flim: 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:30 UTC by Yasuhiro Kimura
Modified: 2013-01-26 11:20 UTC (History)
0 users

See Also:


Attachments
patch-flim (1.86 KB, text/plain)
2013-01-14 06:30 UTC, Yasuhiro Kimura
no flags Details
patch-flim (1.83 KB, text/plain; charset=Shift_JIS)
2013-01-14 17:56 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:30:00 UTC
	
	- Update MASTER_SITES and WWW.
	- Add license information.
	- Adopt OptionsNG.
	- Trim makefile header.
	- Pet portlint.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-14 06:30:15 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:56:36 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:13:12 UTC
State Changed
From-To: open->closed

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

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

Modified:
  head/editors/flim/Makefile
  head/editors/flim/pkg-descr
  head/editors/flim/pkg-plist.emacs21

Modified: head/editors/flim/Makefile
==============================================================================
--- head/editors/flim/Makefile	Sat Jan 26 11:06:01 2013	(r311004)
+++ head/editors/flim/Makefile	Sat Jan 26 11:13:01 2013	(r311005)
@@ -1,21 +1,19 @@
-# New ports collection makefile for:	flim-1.14.x for emacs21
-# Date created:		9 May 1999
-# Whom:			Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
-#
+# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	flim
 PORTVERSION=	${FLIM_VER}
 PORTREVISION=	11
 PORTEPOCH=	1
 CATEGORIES=	editors elisp
-MASTER_SITES=	http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/flim-1.14/
+MASTER_SITES=	http://git.chise.org/elisp/dist/flim/flim-1.14/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
 MAINTAINER?=	nobutaka@FreeBSD.org
 COMMENT?=	FLIM, message representation or encoding elisp library for emacs
 
+LICENSE=	GPLv2
+
 PORTCLASS?=	master
 
 # distfile version
@@ -34,6 +32,9 @@ USE_EMACS=	yes
 EMACS_MASTERDIR_PKGFILES=YES
 DESCR=		${PKGDIR}/pkg-descr
 
+OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFAULT=	DOCS
+
 # target name for make build
 ALL_TARGET?=	elc
 # environments
@@ -103,7 +104,7 @@ POST_INSTALL_TARGET+=	info-package-insta
 .else
 POST_INSTALL_TARGET+=	info-install
 .endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 POST_INSTALL_TARGET+=	doc-install
 .endif
 

Modified: head/editors/flim/pkg-descr
==============================================================================
--- head/editors/flim/pkg-descr	Sat Jan 26 11:06:01 2013	(r311004)
+++ head/editors/flim/pkg-descr	Sat Jan 26 11:13:01 2013	(r311005)
@@ -9,4 +9,4 @@ FLIM, message representation or encoding
 
 Ported by shige@FreeBSD.ORG
 
-WWW: http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/FLIM/ (in Japanese)
+WWW: http://git.chise.org/elisp/flim/ (in Japanese)

Modified: head/editors/flim/pkg-plist.emacs21
==============================================================================
--- head/editors/flim/pkg-plist.emacs21	Sat Jan 26 11:06:01 2013	(r311004)
+++ head/editors/flim/pkg-plist.emacs21	Sat Jan 26 11:13:01 2013	(r311005)
@@ -84,4 +84,4 @@ info/mime-en.info
 info/mime-ja.info
 @exec install-info %D/info/mime-ja.info %D/info/dir
 share/flim/%%FLIM_COOKIE%%
-@unexec /bin/rmdir %D/share/flim || true
+@dirrmtry share/flim
_______________________________________________
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"