ports/184447: Fix pkgname conflicts for databases/pgpool-II-22 23 and 30.
Mathieu Arnold
mat at FreeBSD.org
Mon Dec 2 17:40:01 UTC 2013
>Number: 184447
>Category: ports
>Synopsis: Fix pkgname conflicts for databases/pgpool-II-22 23 and 30.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 02 17:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Mathieu Arnold
>Release: FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
>How-To-Repeat:
>Fix:
--- databases_pgpool.diff begins here ---
Index: databases/pgpool-II-22/Makefile
===================================================================
--- databases/pgpool-II-22/Makefile (revision 335482)
+++ databases/pgpool-II-22/Makefile (working copy)
@@ -6,6 +6,7 @@
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2478/
+PKGNAMESUFFIX= 22
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= A connection pool server for PostgreSQL
@@ -14,7 +15,6 @@
GNU_CONFIGURE= yes
USE_PGSQL= yes
USE_LDCONFIG= yes
-NO_LATEST_LINK= yes
CONFLICTS= pgpool-3.* pgpool-II-*
USE_RC_SUBR= pgpool
Index: databases/pgpool-II-23/Makefile
===================================================================
--- databases/pgpool-II-23/Makefile (revision 335482)
+++ databases/pgpool-II-23/Makefile (working copy)
@@ -5,6 +5,7 @@
PORTVERSION= 2.3.3
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2664/
+PKGNAMESUFFIX= 23
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= A connection pool server for PostgreSQL
@@ -13,7 +14,6 @@
GNU_CONFIGURE= yes
USE_PGSQL= yes
USE_LDCONFIG= yes
-NO_LATEST_LINK= yes
CONFLICTS= pgpool-3.* pgpool-II-*
USE_RC_SUBR= pgpool
Index: databases/pgpool-II-30/Makefile
===================================================================
--- databases/pgpool-II-30/Makefile (revision 335482)
+++ databases/pgpool-II-30/Makefile (working copy)
@@ -5,6 +5,7 @@
PORTVERSION= 3.0.4
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/3076/
+PKGNAMESUFFIX= 30
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= A connection pool server for PostgreSQL
@@ -15,7 +16,6 @@
GNU_CONFIGURE= yes
USE_PGSQL= yes
USE_LDCONFIG= yes
-NO_LATEST_LINK= yes
CONFLICTS= pgpool-3.* pgpool-II-2.* pgpool-II-3.1.*
USE_RC_SUBR= pgpool
--- databases_pgpool.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list