Date: Wed, 14 Jul 2021 16:17:02 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a4e60f2b6f06 - main - devel/pear-PHP_CodeSniffer: Update to 3.6.0 Message-ID: <202107141617.16EGH27U008966@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4e60f2b6f0681b9a97bd87444a5c56b5c7d3830 commit a4e60f2b6f0681b9a97bd87444a5c56b5c7d3830 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 15:51:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:09:49 +0000 devel/pear-PHP_CodeSniffer: Update to 3.6.0 - Reformat pkg-descr Changes: https://pear.php.net/package/PHP_CodeSniffer/download/ https://github.com/squizlabs/PHP_CodeSniffer/releases --- devel/pear-PHP_CodeSniffer/Makefile | 7 ++++--- devel/pear-PHP_CodeSniffer/distinfo | 6 +++--- devel/pear-PHP_CodeSniffer/pkg-descr | 10 +++++----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/devel/pear-PHP_CodeSniffer/Makefile b/devel/pear-PHP_CodeSniffer/Makefile index e2a524c35797..ef002d32153a 100644 --- a/devel/pear-PHP_CodeSniffer/Makefile +++ b/devel/pear-PHP_CodeSniffer/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping <wenheping@gmail.com> PORTNAME= PHP_CodeSniffer -DISTVERSION= 3.5.4 +PORTVERSION= 3.6.0 CATEGORIES= devel www pear MAINTAINER= sunpoet@FreeBSD.org @@ -10,8 +10,9 @@ COMMENT= PHP Script Tokenises and Sniffs PHP and JavaScript code LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/licence.txt -USES= pear php -USE_PHP= ctype simplexml tokenizer xmlwriter +USES= pear +USE_PHP= simplexml tokenizer xmlwriter NO_ARCH= yes + .include <bsd.port.mk> diff --git a/devel/pear-PHP_CodeSniffer/distinfo b/devel/pear-PHP_CodeSniffer/distinfo index 87d8fd9531d7..ad7f861477c8 100644 --- a/devel/pear-PHP_CodeSniffer/distinfo +++ b/devel/pear-PHP_CodeSniffer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580817406 -SHA256 (PEAR/PHP_CodeSniffer-3.5.4.tgz) = 4e74daca48d496f7d9512b507d41974d1e96296a08220908c2000596c41a62eb -SIZE (PEAR/PHP_CodeSniffer-3.5.4.tgz) = 697668 +TIMESTAMP = 1625585470 +SHA256 (PEAR/PHP_CodeSniffer-3.6.0.tgz) = 8313459b7cf2b0dbc0e36e855cf0f7992dcf239e2a700a1710cfb115d086cf8f +SIZE (PEAR/PHP_CodeSniffer-3.6.0.tgz) = 762998 diff --git a/devel/pear-PHP_CodeSniffer/pkg-descr b/devel/pear-PHP_CodeSniffer/pkg-descr index 0bc947b8f97d..a14ea7449434 100644 --- a/devel/pear-PHP_CodeSniffer/pkg-descr +++ b/devel/pear-PHP_CodeSniffer/pkg-descr @@ -1,7 +1,7 @@ -PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script -that tokenizes PHP, JavaScript and CSS files to detect violations -of a defined coding standard, and a second phpcbf script to automatically -correct coding standard violations. PHP_CodeSniffer is an essential -development tool that ensures your code remains clean and consistent. +PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that +tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding +standard, and a second phpcbf script to automatically correct coding standard +violations. PHP_CodeSniffer is an essential development tool that ensures your +code remains clean and consistent. WWW: https://pear.php.net/package/PHP_CodeSniffer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141617.16EGH27U008966>