- Update MASTER_SITES and WWW. - Add license information. - Adopt OptionsNG. - Trim makefile header. - Pet portlint.
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer (via the GNATS Auto Assign Tool)
I misunderstood the meaning of LICENSE_FILE. So please commit attached patch instead original one. Regards.
State Changed From-To: open->closed Committed, thanks!
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"