Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2013 11:13:02 +0000 (UTC)
From:      MANTANI Nobutaka <nobutaka@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311005 - head/editors/flim
Message-ID:  <201301261113.r0QBD2jb073184@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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