From owner-svn-ports-head@freebsd.org Thu Oct 6 15:43:52 2016 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 D3DDABD3726; Thu, 6 Oct 2016 15:43:52 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A2C0DC9E; Thu, 6 Oct 2016 15:43:52 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u96Fhpn7048551; Thu, 6 Oct 2016 15:43:51 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u96Fhpwt048549; Thu, 6 Oct 2016 15:43:51 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201610061543.u96Fhpwt048549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Thu, 6 Oct 2016 15:43:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423410 - head/www/mod_perl2 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.23 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: Thu, 06 Oct 2016 15:43:52 -0000 Author: ohauer Date: Thu Oct 6 15:43:51 2016 New Revision: 423410 URL: https://svnweb.freebsd.org/changeset/ports/423410 Log: - update to 2.10-rc2 Changelog: Declare MP_vtbl_env and MP_vtbl_envelem as 'extern' to fix linker errors on OSX/Darwin. Modified: head/www/mod_perl2/Makefile head/www/mod_perl2/distinfo Modified: head/www/mod_perl2/Makefile ============================================================================== --- head/www/mod_perl2/Makefile Thu Oct 6 15:37:27 2016 (r423409) +++ head/www/mod_perl2/Makefile Thu Oct 6 15:43:51 2016 (r423410) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= mod_perl -DISTVERSION= 2.0.10-rc1 +DISTVERSION= 2.0.10-rc2 PORTEPOCH= 3 CATEGORIES= www perl5 #MASTER_SITES= APACHE/perl -MASTER_SITES= LOCAL/ohauer +MASTER_SITES= http://dist.apache.org/repos/dist/dev/perl/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} PKGNAMESUFFIX= 2 Modified: head/www/mod_perl2/distinfo ============================================================================== --- head/www/mod_perl2/distinfo Thu Oct 6 15:37:27 2016 (r423409) +++ head/www/mod_perl2/distinfo Thu Oct 6 15:43:51 2016 (r423410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475303673 -SHA256 (mod_perl-2.0.10-rc1.tar.gz) = d01da2b8b8acd9e2f4853f130f142259296310fb961bb3c55ad029b5a8d5d7af -SIZE (mod_perl-2.0.10-rc1.tar.gz) = 3845157 +TIMESTAMP = 1475759029 +SHA256 (mod_perl-2.0.10-rc2.tar.gz) = 7ff834f1a14af1417fd4e28693cc827b82c9575226bd166990d7051b5afb116d +SIZE (mod_perl-2.0.10-rc2.tar.gz) = 3845692