From owner-svn-ports-all@FreeBSD.ORG Wed Oct 31 23:17:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A62B236; Wed, 31 Oct 2012 23:17:45 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1500B8FC1D; Wed, 31 Oct 2012 23:17:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9VNHisT057391; Wed, 31 Oct 2012 23:17:44 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9VNHi1r057388; Wed, 31 Oct 2012 23:17:44 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201210312317.q9VNHi1r057388@svn.freebsd.org> From: Florian Smeets Date: Wed, 31 Oct 2012 23:17:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306772 - head/lang/php53 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.14 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: Wed, 31 Oct 2012 23:17:45 -0000 Author: flo Date: Wed Oct 31 23:17:44 2012 New Revision: 306772 URL: http://svn.freebsd.org/changeset/ports/306772 Log: Rename the suhosin patch to suhosin-patch-5.3.x-0.9.10.1.patch.gz to prevent SHA256 and SIZE mismatches with the previous version. This is required as in php 5.3.18 2 copyright notices were updated with the current Year numbers, this prevents the stock suhosin patch to apply. Temporarily add my public_html on freefall to PATCH_SITES, as the MASTER_SITE_LOCAL sync does not seem to work currently. The diff between the latest available stock suhosin patch and the patch we apply to our port can be found here: http://people.freebsd.org/~flo/suhosin.diff Reported by: bdrewery Feature safe: yes Modified: head/lang/php53/Makefile head/lang/php53/distinfo Modified: head/lang/php53/Makefile ============================================================================== --- head/lang/php53/Makefile Wed Oct 31 23:00:31 2012 (r306771) +++ head/lang/php53/Makefile Wed Oct 31 23:17:44 2012 (r306772) @@ -58,12 +58,12 @@ MAN1= php-config.1 phpize.1 PATCH_DIST_STRIP= -p1 -PATCH_SITES+= ${MASTER_SITE_LOCAL} +PATCH_SITES+= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~flo/ PATCH_SITE_SUBDIR= flo .if ${PORT_OPTIONS:MSUHOSIN} -PATCHFILES+= suhosin-patch-5.3.x-0.9.10.patch.gz -PATCH_SITES+= http://download.suhosin.org/:suhosin +PATCHFILES+= suhosin-patch-5.3.x-0.9.10.1.patch.gz PLIST_SUB+= SUHOSIN="" .else PLIST_SUB+= SUHOSIN="@comment " Modified: head/lang/php53/distinfo ============================================================================== --- head/lang/php53/distinfo Wed Oct 31 23:00:31 2012 (r306771) +++ head/lang/php53/distinfo Wed Oct 31 23:17:44 2012 (r306772) @@ -1,6 +1,6 @@ SHA256 (php-5.3.18.tar.bz2) = f065deecb78abb8ef101e1098866024af4ca10cb30139608c9a18e40236f1a2f SIZE (php-5.3.18.tar.bz2) = 11335289 -SHA256 (suhosin-patch-5.3.x-0.9.10.patch.gz) = 063c981679c3249030f3053f5232e97096deca446f32784f3e3727b45d742134 -SIZE (suhosin-patch-5.3.x-0.9.10.patch.gz) = 40804 +SHA256 (suhosin-patch-5.3.x-0.9.10.1.patch.gz) = 063c981679c3249030f3053f5232e97096deca446f32784f3e3727b45d742134 +SIZE (suhosin-patch-5.3.x-0.9.10.1.patch.gz) = 40804 SHA256 (php-5.3.x-mail-header.patch) = 5a677448b32d9f592703e2323a33facdb45e5c237dcca04aaea8ec3287f7db84 SIZE (php-5.3.x-mail-header.patch) = 3325