From nobody@FreeBSD.org  Fri Aug 26 12:53:07 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CDF08106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Aug 2011 12:53:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id BE6DE8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Aug 2011 12:53:07 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7QCr7E3064559
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Aug 2011 12:53:07 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p7QCr7YJ064553;
	Fri, 26 Aug 2011 12:53:07 GMT
	(envelope-from nobody)
Message-Id: <201108261253.p7QCr7YJ064553@red.freebsd.org>
Date: Fri, 26 Aug 2011 12:53:07 GMT
From: Valery Komarov <komarov@valerka.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [update] devel/php5-pinba
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: raven428@gmail.com

>Number:         160210
>Category:       ports
>Synopsis:       [update] devel/php5-pinba
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    scheidell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 26 13:00:15 UTC 2011
>Closed-Date:    Sat Jan 07 14:57:24 UTC 2012
>Last-Modified:  Sat Jan  7 15:00:23 UTC 2012
>Originator:     Valery Komarov
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
>Description:
Update to new version (PORTVERSION=2011.08.18)

work only with lang/php5 with options LINKTHR

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ./php5-pinba.orig/Makefile ./php5-pinba/Makefile
--- ./php5-pinba.orig/Makefile	2011-07-05 15:59:45.000000000 +0400
+++ ./php5-pinba/Makefile	2011-08-26 16:30:35.000000000 +0400
@@ -6,17 +6,17 @@
 #
 
 PORTNAME=	pinba
-PORTVERSION=	2009.12.24
+PORTVERSION=	2011.08.18
 CATEGORIES=	devel
-MASTER_SITES=	http://aston2.com/~raven/unix/pinba/ \
- 		http://mks-chel.ru/~raven/FreeBSD/pinba/
+MASTER_SITES=	http://valerka.net/ports/
+
 PKGNAMEPREFIX=	php5-
-DISTNAME=	pinba_extension-200912240755
+DISTNAME=	pinba_extension-201108181155
 
 MAINTAINER=	raven428@gmail.com
 COMMENT=	PHP-extension part of statistics server for PHP
 
-BUILD_DEPENDS=	${LOCALBASE}/include/google/protobuf/descriptor.h:${PORTSDIR}/devel/protobuf
+LIB_DEPENDS=	protobuf.7:${PORTSDIR}/devel/protobuf
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
diff -ruN ./php5-pinba.orig/distinfo ./php5-pinba/distinfo
--- ./php5-pinba.orig/distinfo	2011-07-03 18:58:28.000000000 +0400
+++ ./php5-pinba/distinfo	2011-08-23 11:12:20.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (pinba_extension-200912240755.tar.gz) = 61a90e1fd1645821945952fb9cf323ed3db6f9686b61fd66714384465b817757
-SIZE (pinba_extension-200912240755.tar.gz) = 11181
+SHA256 (pinba_extension-201108181155.tar.gz) = 772c5686c2b91a592f08b4f3ffad2deece754a012479b071e8ba9bfe0a1f5ee9
+SIZE (pinba_extension-201108181155.tar.gz) = 11954


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Aug 26 13:00:26 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160210 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: raven428@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160210: [update] devel/php5-pinba
Date: Fri, 26 Aug 2011 13:00:24 UT

 Maintainer of devel/php5-pinba,
 
 Please note that PR ports/160210 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160210
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Pavel Timofeev <timp87@gmail.com>
To: bug-followup@FreeBSD.org, komarov@valerka.net
Cc:  
Subject: Re: ports/160210: [update] devel/php5-pinba
Date: Sat, 27 Aug 2011 10:13:11 +0400

 --0015174c124a766a0404ab768e07
 Content-Type: text/plain; charset=UTF-8
 
 Please, make it work with mysql 5.5.
 Current version works only with mysql 5.1.
 
 --0015174c124a766a0404ab768e07
 Content-Type: text/html; charset=UTF-8
 
 Please, make it work with mysql 5.5.<br>Current version works only with mysql 5.1.<br>
 
 --0015174c124a766a0404ab768e07--

From: Valery Komarov <komarov@valerka.net>
To: bug-followup@FreeBSD.org, Pavel Timofeev <timp87@gmail.com>
Cc:  
Subject: Re: ports/160210: [update] devel/php5-pinba
Date: Sat, 27 Aug 2011 11:02:00 +0400

 This  is  php5  extension  work only with  pinba-engine but not with MySQL
 I have sent pinba-engine in PR-160209
 http://www.freebsd.org/cgi/query-pr.cgi?pr=160209
 

From: Pavel Timofeev <timp87@gmail.com>
To: Valery Komarov <komarov@valerka.net>
Cc: bug-followup@freebsd.org
Subject: Re: ports/160210: [update] devel/php5-pinba
Date: Sat, 27 Aug 2011 11:14:14 +0400

 --0015174c124ad3e35a04ab7768ce
 Content-Type: text/plain; charset=UTF-8
 
 2011/8/27 Valery Komarov <komarov@valerka.net>
 
 > This  is  php5  extension  work only with  pinba-engine but not with MySQL
 >
 Oh, sorry.
 
 
 > I have sent pinba-engine in PR-160209
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=160209
 >
 FreeBSD ports already have it
 /usr/ports/devel/pinba_engine
 
 --0015174c124ad3e35a04ab7768ce--

From: Pavel Timofeev <timp87@gmail.com>
To: Valery Komarov <komarov@valerka.net>
Cc: bug-followup@freebsd.org
Subject: Re: ports/160210: [update] devel/php5-pinba
Date: Sat, 27 Aug 2011 13:27:39 +0400

 --001517448300eba20c04ab7945ec
 Content-Type: text/plain; charset=UTF-8
 
 Can you make pinba_engine works with mysql 5.5?
 
 --001517448300eba20c04ab7945ec--

From: Valery Komarov <komarov@valerka.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160210: [update] devel/php5-pinba
Date: Sat, 27 Aug 2011 19:28:57 +0400

 ------------10A1022391164F240
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 I update my patch
 MASTER_SITES now github
 ------------10A1022391164F240
 Content-Type: application/octet-stream;
  name="php5-pinba.patch"
 Content-transfer-encoding: base64
 Content-Disposition: attachment;
  filename="php5-pinba.patch"
 
 ZGlmZiAtcnVOIC4vcGhwNS1waW5iYS5vcmlnL01ha2VmaWxlIC4vcGhwNS1waW5iYS9NYWtl
 ZmlsZQotLS0gLi9waHA1LXBpbmJhLm9yaWcvTWFrZWZpbGUJMjAxMS0wNy0wNSAxNTo1OTo0
 NS4wMDAwMDAwMDAgKzA0MDAKKysrIC4vcGhwNS1waW5iYS9NYWtlZmlsZQkyMDExLTA4LTI2
 IDE4OjQ1OjAwLjAwMDAwMDAwMCArMDQwMApAQCAtNiwxNyArNiwyMCBAQAogIwogCiBQT1JU
 TkFNRT0JcGluYmEKLVBPUlRWRVJTSU9OPQkyMDA5LjEyLjI0CitQT1JUVkVSU0lPTj0JMjAx
 MS4wOC4xOAogQ0FURUdPUklFUz0JZGV2ZWwKLU1BU1RFUl9TSVRFUz0JaHR0cDovL2FzdG9u
 Mi5jb20vfnJhdmVuL3VuaXgvcGluYmEvIFwKLSAJCWh0dHA6Ly9ta3MtY2hlbC5ydS9+cmF2
 ZW4vRnJlZUJTRC9waW5iYS8KK01BU1RFUl9TSVRFUz0JaHR0cHM6Ly9naXRodWIuY29tL3Rv
 bnkyMDAxL3BpbmJhX2V4dGVuc2lvbi90YXJiYWxsLyR7R0lUVkVSU0lPTn0vCisKIFBLR05B
 TUVQUkVGSVg9CXBocDUtCi1ESVNUTkFNRT0JcGluYmFfZXh0ZW5zaW9uLTIwMDkxMjI0MDc1
 NQorRElTVE5BTUU9CXRvbnkyMDAxLXBpbmJhX2V4dGVuc2lvbi0ke0dJVFZFUlNJT059CisK
 K0dJVFZFUlNJT049CTRkZTQwMWMKK0ZFVENIX0FSR1M9CS1wUnIKIAogTUFJTlRBSU5FUj0J
 cmF2ZW40MjhAZ21haWwuY29tCiBDT01NRU5UPQlQSFAtZXh0ZW5zaW9uIHBhcnQgb2Ygc3Rh
 dGlzdGljcyBzZXJ2ZXIgZm9yIFBIUAogCi1CVUlMRF9ERVBFTkRTPQkke0xPQ0FMQkFTRX0v
 aW5jbHVkZS9nb29nbGUvcHJvdG9idWYvZGVzY3JpcHRvci5oOiR7UE9SVFNESVJ9L2RldmVs
 L3Byb3RvYnVmCitMSUJfREVQRU5EUz0JcHJvdG9idWYuNzoke1BPUlRTRElSfS9kZXZlbC9w
 cm90b2J1ZgogCiBXUktTUkM9CQkke1dSS0RJUn0vJHtESVNUTkFNRX0KIApkaWZmIC1ydU4g
 Li9waHA1LXBpbmJhLm9yaWcvZGlzdGluZm8gLi9waHA1LXBpbmJhL2Rpc3RpbmZvCi0tLSAu
 L3BocDUtcGluYmEub3JpZy9kaXN0aW5mbwkyMDExLTA3LTAzIDE4OjU4OjI4LjAwMDAwMDAw
 MCArMDQwMAorKysgLi9waHA1LXBpbmJhL2Rpc3RpbmZvCTIwMTEtMDgtMjYgMTg6NDU6MDAu
 MDAwMDAwMDAwICswNDAwCkBAIC0xLDIgKzEsMiBAQAotU0hBMjU2IChwaW5iYV9leHRlbnNp
 b24tMjAwOTEyMjQwNzU1LnRhci5neikgPSA2MWE5MGUxZmQxNjQ1ODIxOTQ1OTUyZmI5Y2Yz
 MjNlZDNkYjZmOTY4NmI2MWZkNjY3MTQzODQ0NjViODE3NzU3Ci1TSVpFIChwaW5iYV9leHRl
 bnNpb24tMjAwOTEyMjQwNzU1LnRhci5neikgPSAxMTE4MQorU0hBMjU2ICh0b255MjAwMS1w
 aW5iYV9leHRlbnNpb24tNGRlNDAxYy50YXIuZ3opID0gY2U0ODZjYzRmNTA0MTFlNDg1MWZh
 MjhlOGQ4NDcxODQ2OTgzN2IxODdkNzcxYWU5ZTA3Mjk1MzFkYTc5MzQ2ZAorU0laRSAodG9u
 eTIwMDEtcGluYmFfZXh0ZW5zaW9uLTRkZTQwMWMudGFyLmd6KSA9IDEyMDQ0Cg==
 ------------10A1022391164F240--
 
State-Changed-From-To: feedback->open 
State-Changed-By: eadler 
State-Changed-When: Sun Dec 25 17:53:13 UTC 2011 
State-Changed-Why:  
feedback / maintainer timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160210 
State-Changed-From-To: open->feedback 
State-Changed-By: scheidell 
State-Changed-When: Fri Jan 6 22:46:39 UTC 2012 
State-Changed-Why:  
I'll take it 


Responsible-Changed-From-To: freebsd-ports-bugs->scheidell 
Responsible-Changed-By: scheidell 
Responsible-Changed-When: Fri Jan 6 22:46:39 UTC 2012 
Responsible-Changed-Why:  
pinba_engine now works with mysql 5.5 (Thanks Valery) 
Valery: would you like to take maintainership of this port? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160210 
State-Changed-From-To: feedback->closed 
State-Changed-By: scheidell 
State-Changed-When: Sat Jan 7 14:56:53 UTC 2012 
State-Changed-Why:  
Committed with changes, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160210 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160210: commit references a PR
Date: Sat,  7 Jan 2012 14:55:20 +0000 (UTC)

 scheidell    2012-01-07 14:55:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/php5-pinba     Makefile distinfo 
   Log:
   - Update to 0.8.0 [1]
   - Added .include for bsd.thrift.mk to keep ports in sync [2]
   - Committer has agreed to be maintainer via private email
   
   PR:             ports/160210 [1]
   Submitted by:   Valery Komarov <komarov@valerka.net> [1]
   Reviewed by:    scheidell [2]
   Approved by:    komarov@valerka.net (maintainer), gabor (mentor, implicit)
   
   Revision  Changes    Path
   1.3       +8 -6      ports/devel/php5-pinba/Makefile
   1.3       +2 -2      ports/devel/php5-pinba/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
