The following reply was made to PR misc/180605; it has been noted by GNATS.
From: [email protected] (dfilter service) To: [email protected] 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 <[email protected]> (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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
