diff options
author | jhale <jhale@FreeBSD.org> | 2012-11-08 18:50:29 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-11-08 18:50:29 +0800 |
commit | 674069be189db0624473c780c002ef4e229a59ee (patch) | |
tree | e1b9e4690dd618720c5a4d185abb458bcc583e58 | |
parent | 06f66db1dd5d19ced70e26865adff54a4666cd58 (diff) | |
download | freebsd-ports-gnome-674069be189db0624473c780c002ef4e229a59ee.tar.gz freebsd-ports-gnome-674069be189db0624473c780c002ef4e229a59ee.tar.zst freebsd-ports-gnome-674069be189db0624473c780c002ef4e229a59ee.zip |
- 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 <johnpupu@gmail.com>
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes
-rw-r--r-- | security/pecl-taint/Makefile | 10 | ||||
-rw-r--r-- | security/pecl-taint/distinfo | 4 | ||||
-rw-r--r-- | security/pecl-taint/pkg-descr | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/security/pecl-taint/Makefile b/security/pecl-taint/Makefile index 813a13edd13b..fa04f852218e 100644 --- a/security/pecl-taint/Makefile +++ b/security/pecl-taint/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: php-yaf -# Date created: 13 May 2011 -# Whom: johnpupu <johnpupu@gmail.com> -# +# Created by: johnpupu <johnpupu@gmail.com> # $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 diff --git a/security/pecl-taint/distinfo b/security/pecl-taint/distinfo index 1d6b7b944b79..f913d09a4b49 100644 --- a/security/pecl-taint/distinfo +++ b/security/pecl-taint/distinfo @@ -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 diff --git a/security/pecl-taint/pkg-descr b/security/pecl-taint/pkg-descr index 7ecfe80b5259..0bb09575b657 100644 --- a/security/pecl-taint/pkg-descr +++ b/security/pecl-taint/pkg-descr @@ -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 |