Bug 186843 - [MAINTAINER] www/pecl-yaf: update to 2.3.2
Summary: [MAINTAINER] www/pecl-yaf: update to 2.3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 14:10 UTC by johnpupu
Modified: 2014-02-23 15:30 UTC (History)
0 users

See Also:


Attachments
pecl-yaf-2.3.2.patch (861 bytes, patch)
2014-02-17 14:10 UTC, johnpupu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description johnpupu 2014-02-17 14:10:00 UTC
- Update to 2.3.2
- Redports - https://redports.org/buildarchive/20140217131900-3197/

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-17 14:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 johnpupu 2014-02-17 14:18:04 UTC
Redports - https://redports.org/buildarchive/20140217132301-41403/

-- 
John
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-23 15:20:53 UTC
Author: sunpoet
Date: Sun Feb 23 15:20:46 2014
New Revision: 345729
URL: http://svnweb.freebsd.org/changeset/ports/345729
QAT: https://qat.redports.org/buildarchive/r345729/

Log:
  - Update to 2.3.2
  - While I'm here, convert to new LIB_DEPENDS format
  
  Changes:	http://pecl.php.net/package-changelog.php?package=yaf
  PR:		ports/186843
  Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)

Modified:
  head/www/pecl-yaf/Makefile
  head/www/pecl-yaf/distinfo

Modified: head/www/pecl-yaf/Makefile
==============================================================================
--- head/www/pecl-yaf/Makefile	Sun Feb 23 15:20:40 2014	(r345728)
+++ head/www/pecl-yaf/Makefile	Sun Feb 23 15:20:46 2014	(r345729)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaf
-PORTVERSION=	2.2.9
+PORTVERSION=	2.3.2
 CATEGORIES=	www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -14,7 +14,7 @@ COMMENT=	MVC framework written as a C PH
 
 LICENSE=	PHP301
 
-LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
 CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS=	--with-php-config=${PREFIX}/bin/php-config

Modified: head/www/pecl-yaf/distinfo
==============================================================================
--- head/www/pecl-yaf/distinfo	Sun Feb 23 15:20:40 2014	(r345728)
+++ head/www/pecl-yaf/distinfo	Sun Feb 23 15:20:46 2014	(r345729)
@@ -1,2 +1,2 @@
-SHA256 (PECL/yaf-2.2.9.tgz) = 6ccae301e6c60b6adcadd50a0c44c34bb6c5a760d5295b842bfd3722001d9db6
-SIZE (PECL/yaf-2.2.9.tgz) = 95034
+SHA256 (PECL/yaf-2.3.2.tgz) = 30dece10e7716982ff25f0117ad630eb65a3fce139a14cb70472f980e302156b
+SIZE (PECL/yaf-2.3.2.tgz) = 105177
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-23 15:30:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!