diff options
author | joneum <joneum@FreeBSD.org> | 2018-01-17 20:18:39 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-01-17 20:18:39 +0800 |
commit | 538bde18830eac099564498a3f6752c163da9570 (patch) | |
tree | 1418e1a2bf4d868866c820b21c4a13738fa44067 /www | |
parent | 54de4db19e796862c1cf54845f50153c97c0f0a8 (diff) | |
download | freebsd-ports-gnome-538bde18830eac099564498a3f6752c163da9570.tar.gz freebsd-ports-gnome-538bde18830eac099564498a3f6752c163da9570.tar.zst freebsd-ports-gnome-538bde18830eac099564498a3f6752c163da9570.zip |
www/pecl-yaf: Update from 3.0.5 to 3.0.6
Changelog: https://pecl.php.net/package-changelog.php?package=yaf&release=3.0.6
*While here:
- Switch to DISTVERSION
- Pet portlint
- Add LICENSE_FILE
PR: 225245
Submitted by: johnpupu@gmail.com (maintainer)
Approved by: mentors (implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-yaf/Makefile | 6 | ||||
-rw-r--r-- | www/pecl-yaf/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile index fe97a11156c0..b0ec766913af 100644 --- a/www/pecl-yaf/Makefile +++ b/www/pecl-yaf/Makefile @@ -2,18 +2,20 @@ # $FreeBSD$ PORTNAME= yaf -PORTVERSION= 3.0.5 +DISTVERSION= 3.0.6 CATEGORIES= www MAINTAINER= johnpupu@gmail.com COMMENT= MVC framework written as a C PHP extension LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + +IGNORE_WITH_PHP=56 LIB_DEPENDS= libpcre.so:devel/pcre CONFIGURE_ARGS= --with-php-config=${LOCALBASE}/bin/php-config USES= localbase php:pecl -IGNORE_WITH_PHP=56 .include <bsd.port.mk> diff --git a/www/pecl-yaf/distinfo b/www/pecl-yaf/distinfo index cd9e4ead77db..4d7a1c24a50d 100644 --- a/www/pecl-yaf/distinfo +++ b/www/pecl-yaf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499788970 -SHA256 (PECL/yaf-3.0.5.tgz) = 89476baa99b6350f3d26eb22f161fbfbe79bf0bace28d00776f9d719ce88a44e -SIZE (PECL/yaf-3.0.5.tgz) = 96790 +TIMESTAMP = 1516190167 +SHA256 (PECL/yaf-3.0.6.tgz) = d21a08e42bd9ab95cf924530f55b3c1023bcd67325b90fb7b89897abc78d3cf5 +SIZE (PECL/yaf-3.0.6.tgz) = 96876 |