From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 25 18:10:06 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEF2EB83 for ; Tue, 25 Feb 2014 18:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD36B1668 for ; Tue, 25 Feb 2014 18:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1PIA5l5042430 for ; Tue, 25 Feb 2014 18:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1PIA5QL042429; Tue, 25 Feb 2014 18:10:05 GMT (envelope-from gnats) Resent-Date: Tue, 25 Feb 2014 18:10:05 GMT Resent-Message-Id: <201402251810.s1PIA5QL042429@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18CDB865 for ; Tue, 25 Feb 2014 18:01:44 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id DE58015ED for ; Tue, 25 Feb 2014 18:01:43 +0000 (UTC) Received: from coppermine.my.domain (ZT028143.ppp.dion.ne.jp [59.128.28.143]) by omta02.auone-net.jp (au one net mail) with ESMTP id 15B3B1560016 for ; Wed, 26 Feb 2014 03:01:41 +0900 (JST) Message-Id: <20140226025303.e582425f9cf092e10fca7594@yahoo.com> Date: Wed, 26 Feb 2014 02:53:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/187054: sysutils/vils: Update MASTER_SITES and WWW: line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 18:10:06 -0000 >Number: 187054 >Category: ports >Synopsis: sysutils/vils: Update MASTER_SITES and WWW: line >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 25 18:10:05 UTC 2014 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Support shebangfix USES macro >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/vils/Makefile sysutils/vils/Makefile --- /usr/ports/sysutils/vils/Makefile 2014-02-11 02:38:38.000000000 +0900 +++ sysutils/vils/Makefile 2014-02-26 00:00:00.000000000 +0900 @@ -3,29 +3,34 @@ PORTNAME= vils PORTVERSION= 20020228 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://www.secnetix.de/~olli/scripts/ +MASTER_SITES= http://www.secnetix.de/~olli/scripts/Generic-utilities/ DISTFILES= vils MAINTAINER= ports@FreeBSD.org COMMENT= Use your favorite editor to rename files -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 +LICENSE= BSD -BUILD_DEPENDS= zsh:${PORTSDIR}/shells/zsh -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= zsh:${PORTSDIR}/shells/zsh -PLIST_FILES= bin/${PORTNAME} +NO_BUILD= yes +NO_WRKSUBDIR= yes -do-extract: - ${MKDIR} ${WRKDIR} - ${CP} ${DISTDIR}/vils ${WRKDIR}/vils +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= -f +EXTRACT_AFTER_ARGS= ${WRKDIR} + +USES= shebangfix +SHEBANG_FILES= vils +SHEBANG_LANG= zsh +zsh_OLD_CMD= /bin/zsh +zsh_CMD= ${LOCALBASE}/bin/zsh -do-build: - @${REINPLACE_CMD} -e 's/\/bin\/zsh/\/usr\/local\/bin\/zsh/' ${WRKDIR}/vils +PLIST_FILES= bin/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/vils ${STAGEDIR}${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_SCRIPT} vils ${STAGEDIR}${PREFIX}/bin) .include diff -urN /usr/ports/sysutils/vils/pkg-descr sysutils/vils/pkg-descr --- /usr/ports/sysutils/vils/pkg-descr 2014-01-23 04:20:22.000000000 +0900 +++ sysutils/vils/pkg-descr 2014-02-26 00:00:00.000000000 +0900 @@ -1,6 +1,8 @@ -This little script enables you to ``edit an ls'', i.e. it will load a list of -filenames into your favourite editor (presumably vi). Any changes to the -filenames will result in renaming the respective files. Read the comments in -the script for details. +This little script enables you to ``edit an ls'', i.e. it will load a +list of filenames into your favourite editor (presumably vi). Any +changes to the filenames will result in renaming the respective files. +Read the comments in the script for details. BSD-style copyright and standard disclaimer applies. + +WWW: http://www.secnetix.de/~olli/ >Release-Note: >Audit-Trail: >Unformatted: