Bug 180605 - fix port revision for databases/php52-pdo_firebird and net/php52-ldap.orig
Summary: fix port revision for databases/php52-pdo_firebird and net/php52-ldap.orig
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-17 11:00 UTC by admin
Modified: 2013-07-18 02:32 UTC (History)
0 users

See Also:


Attachments
file.diff (814 bytes, patch)
2013-07-17 11:00 UTC, admin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description admin 2013-07-17 11:00:00 UTC
fix port revision for databases/php52-pdo_firebird and net/php52-ldap.orig

Fix: see patch

Patch attached with submission follows:
How-To-Repeat: build port =)
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-07-17 11:21:52 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"
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2013-07-17 11:21:55 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2013-07-18 02:32:11 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

make this a ports PR for posterity.