From owner-svn-ports-head@FreeBSD.ORG Fri Apr 4 11:37:55 2014 Return-Path: Delivered-To: svn-ports-head@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 EB909573; Fri, 4 Apr 2014 11:37:55 +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 D8397E9; Fri, 4 Apr 2014 11:37:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s34BbtOL055063; Fri, 4 Apr 2014 11:37:55 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s34BbtWN055062; Fri, 4 Apr 2014 11:37:55 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201404041137.s34BbtWN055062@svn.freebsd.org> From: Rene Ladan Date: Fri, 4 Apr 2014 11:37:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350099 - head/mail/getlive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 11:37:56 -0000 Author: rene Date: Fri Apr 4 11:37:55 2014 New Revision: 350099 URL: http://svnweb.freebsd.org/changeset/ports/350099 QAT: https://qat.redports.org/buildarchive/r350099/ Log: mail/getlive: Use shebangfix, bump PORTREVISION Approved by: portmgr (infrastructure blanket) Modified: head/mail/getlive/Makefile Modified: head/mail/getlive/Makefile ============================================================================== --- head/mail/getlive/Makefile Fri Apr 4 11:36:08 2014 (r350098) +++ head/mail/getlive/Makefile Fri Apr 4 11:37:55 2014 (r350099) @@ -3,6 +3,7 @@ PORTNAME= getlive DISTVERSION= 3_0_3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://tardisi.com/distfiles/ \ http://lawrencechen.net/distfiles/ @@ -18,7 +19,8 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= GetLive.pl USE_PERL5= run PLIST_FILES= bin/getlive etc/getlive.conf.sample