svn commit: r459244 - head/www/pecl-yaf
Jochen Neumeister
joneum at FreeBSD.org
Wed Jan 17 12:18:41 UTC 2018
Author: joneum
Date: Wed Jan 17 12:18:39 2018
New Revision: 459244
URL: https://svnweb.freebsd.org/changeset/ports/459244
Log:
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 at gmail.com (maintainer)
Approved by: mentors (implicit)
Modified:
head/www/pecl-yaf/Makefile
head/www/pecl-yaf/distinfo
Modified: head/www/pecl-yaf/Makefile
==============================================================================
--- head/www/pecl-yaf/Makefile Wed Jan 17 12:11:56 2018 (r459243)
+++ head/www/pecl-yaf/Makefile Wed Jan 17 12:18:39 2018 (r459244)
@@ -2,18 +2,20 @@
# $FreeBSD$
PORTNAME= yaf
-PORTVERSION= 3.0.5
+DISTVERSION= 3.0.6
CATEGORIES= www
MAINTAINER= johnpupu at 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>
Modified: head/www/pecl-yaf/distinfo
==============================================================================
--- head/www/pecl-yaf/distinfo Wed Jan 17 12:11:56 2018 (r459243)
+++ head/www/pecl-yaf/distinfo Wed Jan 17 12:18:39 2018 (r459244)
@@ -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
More information about the svn-ports-all
mailing list