From owner-svn-ports-head@FreeBSD.ORG Thu Nov 8 10:50:30 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D1A1EBE; Thu, 8 Nov 2012 10:50:30 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 289D78FC19; Thu, 8 Nov 2012 10:50:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA8AoUaQ053682; Thu, 8 Nov 2012 10:50:30 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA8AoTCY053678; Thu, 8 Nov 2012 10:50:29 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211081050.qA8AoTCY053678@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 8 Nov 2012 10:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307168 - head/security/pecl-taint 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.14 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, 08 Nov 2012 10:50:30 -0000 Author: jhale Date: Thu Nov 8 10:50:29 2012 New Revision: 307168 URL: http://svnweb.freebsd.org/changeset/ports/307168 Log: - Update to 1.2.0 While here: - Trim Makefile header - Fix capitalization and spacing in COMMENT and pkg-descr PR: ports/173466 Submitted by: John Chen Approved by: makc, avilla (mentors, implicit) Feature safe: yes Modified: head/security/pecl-taint/Makefile head/security/pecl-taint/distinfo (contents, props changed) head/security/pecl-taint/pkg-descr (contents, props changed) Modified: head/security/pecl-taint/Makefile ============================================================================== --- head/security/pecl-taint/Makefile Thu Nov 8 10:45:13 2012 (r307167) +++ head/security/pecl-taint/Makefile Thu Nov 8 10:50:29 2012 (r307168) @@ -1,12 +1,8 @@ -# New ports collection makefile for: php-yaf -# Date created: 13 May 2011 -# Whom: johnpupu -# +# Created by: johnpupu # $FreeBSD$ -# PORTNAME= taint -PORTVERSION= 1.0.0 +PORTVERSION= 1.2.0 CATEGORIES= security MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,7 +10,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com -COMMENT= Extension used for detecting XSS codes(tainted string) +COMMENT= Extension used for detecting XSS codes (tainted string) CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config Modified: head/security/pecl-taint/distinfo ============================================================================== --- head/security/pecl-taint/distinfo Thu Nov 8 10:45:13 2012 (r307167) +++ head/security/pecl-taint/distinfo Thu Nov 8 10:50:29 2012 (r307168) @@ -1,2 +1,2 @@ -SHA256 (PECL/taint-1.0.0.tgz) = 28ea4eb7397a866068c856b4e78ee53e43f8dc7e58d67d92404e35689d8ca844 -SIZE (PECL/taint-1.0.0.tgz) = 15174 +SHA256 (PECL/taint-1.2.0.tgz) = 32273356e68d37a1603b6ee5d07af1c8542112448a0b14ec4face99a1c0a1db4 +SIZE (PECL/taint-1.2.0.tgz) = 19631 Modified: head/security/pecl-taint/pkg-descr ============================================================================== --- head/security/pecl-taint/pkg-descr Thu Nov 8 10:45:13 2012 (r307167) +++ head/security/pecl-taint/pkg-descr Thu Nov 8 10:50:29 2012 (r307168) @@ -1,3 +1,3 @@ -extension used for detecting XSS codes(tainted string) +Extension used for detecting XSS codes (tainted string). WWW: http://pecl.php.net/package/taint