From nobody@FreeBSD.org  Wed Jul 17 09:52:24 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 8537591C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Jul 2013 09:52:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 77FD5D9
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Jul 2013 09:52:24 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6H9qNYu065884
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Jul 2013 09:52:23 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6H9qNGP065856;
	Wed, 17 Jul 2013 09:52:23 GMT
	(envelope-from nobody)
Message-Id: <201307170952.r6H9qNGP065856@oldred.freebsd.org>
Date: Wed, 17 Jul 2013 09:52:23 GMT
From: Alex Keda <admin@lissyara.su>
To: freebsd-gnats-submit@FreeBSD.org
Subject: fix port revision for databases/php52-pdo_firebird and net/php52-ldap.orig
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180605
>Category:       ports
>Synopsis:       fix port revision for databases/php52-pdo_firebird and net/php52-ldap.orig
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 17 10:00:00 UTC 2013
>Closed-Date:    Wed Jul 17 10:22:02 UTC 2013
>Last-Modified:  Thu Jul 18 01:32:50 UTC 2013
>Originator:     Alex Keda
>Release:        9.1-RELEASE
>Organization:
USSR
>Environment:
FreeBSD dns0.host-food.ru 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0: Fri Mar 15 17:38:11 MSK 2013     root@dns0.host-food.ru:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
fix port revision for databases/php52-pdo_firebird and net/php52-ldap.orig
>How-To-Repeat:
build port =)
>Fix:
see patch

Patch attached with submission follows:

diff -Nru databases/php52-pdo_firebird.orig/Makefile databases/php52-pdo_firebird/Makefile
--- databases/php52-pdo_firebird.orig/Makefile	2013-03-30 08:37:26.000000000 +0400
+++ databases/php52-pdo_firebird/Makefile	2013-07-17 13:45:55.000000000 +0400
@@ -5,7 +5,6 @@
 # $FreeBSD: databases/php52-pdo_firebird/Makefile 315592 2013-03-30 04:37:26Z acm $
 #
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php52
diff -Nru net/php52-ldap.orig/Makefile net/php52-ldap/Makefile
--- net/php52-ldap.orig/Makefile	2012-11-17 10:00:15.000000000 +0400
+++ net/php52-ldap/Makefile	2013-07-17 13:45:38.000000000 +0400
@@ -5,7 +5,6 @@
 # $FreeBSD: ports/net/php52-ldap/Makefile,v 1.3 2012/11/17 06:00:15 svnexp Exp $
 #
 
-PORTREVISION=	1
 CATEGORIES=	net
 
 MASTERDIR=	${.CURDIR}/../../lang/php52


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Wed Jul 17 10:21:55 UTC 2013 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/180605: commit references a PR
Date: Wed, 17 Jul 2013 10:21:52 +0000 (UTC)

 Author: erwin
 Date: Wed Jul 17 10:21:39 2013
 New Revision: 323158
 URL: http://svnweb.freebsd.org/changeset/ports/323158
 
 Log:
   Don't set PORTREVISION here, but inherit from master port.
   
   PR:		180605
   Submitted by:	Alex Keda <admin@lissyara.su> (maintainer)
 
 Modified:
   head/databases/php52-pdo_firebird/Makefile
   head/net/php52-ldap/Makefile
 
 Modified: head/databases/php52-pdo_firebird/Makefile
 ==============================================================================
 --- head/databases/php52-pdo_firebird/Makefile	Wed Jul 17 09:36:13 2013	(r323157)
 +++ head/databases/php52-pdo_firebird/Makefile	Wed Jul 17 10:21:39 2013	(r323158)
 @@ -5,7 +5,6 @@
  # $FreeBSD$
  #
  
 -PORTREVISION=	1
  CATEGORIES=	databases
  
  MASTERDIR=	${.CURDIR}/../../lang/php52
 
 Modified: head/net/php52-ldap/Makefile
 ==============================================================================
 --- head/net/php52-ldap/Makefile	Wed Jul 17 09:36:13 2013	(r323157)
 +++ head/net/php52-ldap/Makefile	Wed Jul 17 10:21:39 2013	(r323158)
 @@ -5,7 +5,6 @@
  # $FreeBSD$
  #
  
 -PORTREVISION=	1
  CATEGORIES=	net
  
  MASTERDIR=	${.CURDIR}/../../lang/php52
 _______________________________________________
 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"
 
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jul 18 01:32:11 UTC 2013 
Responsible-Changed-Why:  
make this a ports PR for posterity. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180605 
>Unformatted:
