From owner-svn-ports-head@freebsd.org Sun Aug 23 20:51:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF6D89C051E; Sun, 23 Aug 2015 20:51:40 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.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 B02E8186E; Sun, 23 Aug 2015 20:51:40 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7NKpeJR010961; Sun, 23 Aug 2015 20:51:40 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7NKpelr010749; Sun, 23 Aug 2015 20:51:40 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201508232051.t7NKpelr010749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 23 Aug 2015 20:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395131 - head/ports-mgmt/p5-FreeBSD-Portindex 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.20 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: Sun, 23 Aug 2015 20:51:40 -0000 Author: matthew Date: Sun Aug 23 20:51:39 2015 New Revision: 395131 URL: https://svnweb.freebsd.org/changeset/ports/395131 Log: Update to version 3.5 - Fix a warning that appeared with perl-5.20 - Fix a crash bug due to the final step of the change from $OPTIONSFILE to $OPTIONS_FILE: now the backward compatibility setting of $OPTIONSFILE has gone, and it is left undefined, we should not use it. Reported by itetcu@ and Naram Qashat Modified: head/ports-mgmt/p5-FreeBSD-Portindex/Makefile head/ports-mgmt/p5-FreeBSD-Portindex/distinfo Modified: head/ports-mgmt/p5-FreeBSD-Portindex/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Portindex/Makefile Sun Aug 23 20:48:00 2015 (r395130) +++ head/ports-mgmt/p5-FreeBSD-Portindex/Makefile Sun Aug 23 20:51:39 2015 (r395131) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= FreeBSD-Portindex -PORTVERSION= 3.4 -PORTREVISION= 3 +PORTVERSION= 3.5 CATEGORIES= ports-mgmt perl5 MASTER_SITES= http://www.infracaninophile.co.uk/portindex/ PKGNAMEPREFIX= p5- Modified: head/ports-mgmt/p5-FreeBSD-Portindex/distinfo ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Portindex/distinfo Sun Aug 23 20:48:00 2015 (r395130) +++ head/ports-mgmt/p5-FreeBSD-Portindex/distinfo Sun Aug 23 20:51:39 2015 (r395131) @@ -1,2 +1,2 @@ -SHA256 (FreeBSD-Portindex-3.4.tar.xz) = a3156d02521a20adff2eb9a56c82c1fedae1f4506a7aad9b68542a15e1db1cf1 -SIZE (FreeBSD-Portindex-3.4.tar.xz) = 56396 +SHA256 (FreeBSD-Portindex-3.5.tar.xz) = d31d7a0e608295dcf3c56befb75a542e5254af5668eaa3816386bd6711c61cdb +SIZE (FreeBSD-Portindex-3.5.tar.xz) = 56572