From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 14 06:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DF48089F for ; Mon, 14 Jan 2013 06:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C3048699 for ; Mon, 14 Jan 2013 06:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0E6e0Ln032792 for ; Mon, 14 Jan 2013 06:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0E6e0W6032788; Mon, 14 Jan 2013 06:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 14 Jan 2013 06:40:00 GMT Resent-Message-Id: <201301140640.r0E6e0W6032788@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BF26A846 for ; Mon, 14 Jan 2013 06:32:00 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 6C26A663 for ; Mon, 14 Jan 2013 06:32:00 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id AE09F61F9D; Mon, 14 Jan 2013 15:31:59 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 820B84E62F; Mon, 14 Jan 2013 15:31:59 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 55D974E62E; Mon, 14 Jan 2013 15:31:59 +0900 (JST) Message-Id: <20130114063159.55D974E62E@eastasia.home.utahime.org> Date: Mon, 14 Jan 2013 15:31:59 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175280: [PATCH] editors/semi: Update MASTER_SITES and WWW etc. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 06:40:00 -0000 >Number: 175280 >Category: ports >Synopsis: [PATCH] editors/semi: Update MASTER_SITES and WWW etc. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 14 06:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD xxxx 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Fri Jan 11 10:39:45 JST 2013 xxxx amd64 >Description: - Update MASTER_SITES and WWW. - Add lincese information. - Adopt OptionsNG. - Trim makefile header. - Pet portlint. >How-To-Repeat: >Fix: --- patch-semi begins here --- Index: Makefile =================================================================== --- Makefile (revision 310295) +++ Makefile (working copy) @@ -1,20 +1,19 @@ -# New ports collection makefile for: semi-current for emacs -# Date created: 9 May 1999 -# Whom: Shigeyuki FUKUSHIMA -# +# Created by: Shigeyuki FUKUSHIMA # $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 +LICENSE_FILE= ${WRKSRC}/mime-setup.el + PORTCLASS?= master # distfile version @@ -42,7 +41,11 @@ LISPDIR="${SEMI_LISPDIR}" \ VERSION_SPECIFIC_LISPDIR="${SEMI_VERSION_SPECIFIC_LISPDIR}" +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= DOCS + .include +.include .if defined(EMACS_PORT_NAME) .if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") @@ -101,7 +104,7 @@ .else @${MAKE} info-install .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MAKE} doc-install .endif Index: pkg-descr =================================================================== --- pkg-descr (revision 310295) +++ pkg-descr (working copy) @@ -20,4 +20,4 @@ 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) Index: pkg-plist.emacs20 =================================================================== --- pkg-plist.emacs20 (revision 310295) +++ 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 -@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-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 --- patch-semi ends here --- >Release-Note: >Audit-Trail: >Unformatted: