From owner-svn-ports-all@FreeBSD.ORG Sun Sep 7 20:02:33 2014 Return-Path: Delivered-To: svn-ports-all@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 18D988CE; Sun, 7 Sep 2014 20:02:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03F7414B3; Sun, 7 Sep 2014 20:02:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s87K2W8I078315; Sun, 7 Sep 2014 20:02:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s87K2Wie078314; Sun, 7 Sep 2014 20:02:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409072002.s87K2Wie078314@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 7 Sep 2014 20:02:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367601 - head/sysutils/stalepid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2014 20:02:33 -0000 Author: antoine Date: Sun Sep 7 20:02:32 2014 New Revision: 367601 URL: http://svnweb.freebsd.org/changeset/ports/367601 QAT: https://qat.redports.org/buildarchive/r367601/ Log: - Allow staging as a regular user - Shebangfix Modified: head/sysutils/stalepid/Makefile Modified: head/sysutils/stalepid/Makefile ============================================================================== --- head/sysutils/stalepid/Makefile Sun Sep 7 20:02:17 2014 (r367600) +++ head/sysutils/stalepid/Makefile Sun Sep 7 20:02:32 2014 (r367601) @@ -3,6 +3,7 @@ PORTNAME= stalepid PORTVERSION= 1.0.b1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/stalepid/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} @@ -12,10 +13,9 @@ COMMENT= Check for stale pid files and r RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error -USES= perl5 +USES= perl5 shebangfix uidfix USE_PERL5= run - -WRKSRC= ${WRKDIR}/${DISTNAME} +SHEBANG_FILES= ${WRKSRC}/stalepid.pl PLIST_FILES= bin/stalepid man/man1/stalepid.1.gz