From owner-svn-ports-all@FreeBSD.ORG Thu May 7 20:45:29 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 154B3A6B; Thu, 7 May 2015 20:45:29 +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 02BF81C14; Thu, 7 May 2015 20:45:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KjSS2060263; Thu, 7 May 2015 20:45:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KjS6W060262; Thu, 7 May 2015 20:45:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072045.t47KjS6W060262@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385679 - branches/2015Q2/sysutils/p5-ZConf-Cron X-SVN-Group: ports-branches 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.20 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: Thu, 07 May 2015 20:45:29 -0000 Author: amdmi3 Date: Thu May 7 20:45:28 2015 New Revision: 385679 URL: https://svnweb.freebsd.org/changeset/ports/385679 Log: MFH: r385351 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/sysutils/p5-ZConf-Cron/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/sysutils/p5-ZConf-Cron/Makefile ============================================================================== --- branches/2015Q2/sysutils/p5-ZConf-Cron/Makefile Thu May 7 20:44:31 2015 (r385678) +++ branches/2015Q2/sysutils/p5-ZConf-Cron/Makefile Thu May 7 20:45:28 2015 (r385679) @@ -3,7 +3,7 @@ PORTNAME= ZConf-Cron PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -23,7 +23,8 @@ RUN_DEPENDS:= p5-DateTime-Event-Cron>=0: p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/gzccrontab bin/zccrontab bin/zccron USE_PERL5= configure .include