svn commit: r310833 - in head/databases: postgresql84-server postgresql90-plpython postgresql91-server postgresql92-server

Chris Rees crees at FreeBSD.org
Tue Jan 22 18:32:01 UTC 2013


Author: crees
Date: Tue Jan 22 18:32:00 2013
New Revision: 310833
URL: http://svnweb.freebsd.org/changeset/ports/310833

Log:
  Remove versioned PKGNAMESUFFIX from -plpython ports; the versions differ anyway
  
  Submitted by:	sunpoet

Modified:
  head/databases/postgresql84-server/Makefile
  head/databases/postgresql90-plpython/Makefile
  head/databases/postgresql91-server/Makefile
  head/databases/postgresql92-server/Makefile

Modified: head/databases/postgresql84-server/Makefile
==============================================================================
--- head/databases/postgresql84-server/Makefile	Tue Jan 22 17:59:42 2013	(r310832)
+++ head/databases/postgresql84-server/Makefile	Tue Jan 22 18:32:00 2013	(r310833)
@@ -48,7 +48,7 @@ CONFIGURE_ENV+=	INCLUDES="${INCLUDES}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \
 		LDFLAGS_SL="${LDFLAGS_SL}"
 
-PLIST=		${PKGDIR}/pkg-plist${PKGNAMESUFFIX:C,[0-9]+,,}
+PLIST=		${PKGDIR}/pkg-plist${PKGNAMESUFFIX}
 
 BUILD_DIRS?=	src/timezone src/backend src/backend/utils/mb/conversion_procs \
 		src/backend/snowball src/bin/initdb src/bin/pg_ctl \

Modified: head/databases/postgresql90-plpython/Makefile
==============================================================================
--- head/databases/postgresql90-plpython/Makefile	Tue Jan 22 17:59:42 2013	(r310832)
+++ head/databases/postgresql90-plpython/Makefile	Tue Jan 22 18:32:00 2013	(r310833)
@@ -2,7 +2,7 @@
 
 PORTNAME=	postgresql
 CATEGORIES=	databases python
-PKGNAMESUFFIX=	${WANT_PGSQL_VER}-plpython
+PKGNAMESUFFIX=	-plpython
 
 MAINTAINER=	pgsql at FreeBSD.org
 COMMENT=	Module for using Python to write SQL functions

Modified: head/databases/postgresql91-server/Makefile
==============================================================================
--- head/databases/postgresql91-server/Makefile	Tue Jan 22 17:59:42 2013	(r310832)
+++ head/databases/postgresql91-server/Makefile	Tue Jan 22 18:32:00 2013	(r310833)
@@ -53,7 +53,7 @@ CONFIGURE_ENV+=	INCLUDES="${INCLUDES}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \
 		LDFLAGS_SL="${LDFLAGS_SL}"
 
-PLIST=		${PKGDIR}/pkg-plist${PKGNAMESUFFIX:C,[0-9]+,,}
+PLIST=		${PKGDIR}/pkg-plist${PKGNAMESUFFIX}
 
 INSTALL_DIRS?=	src/timezone src/backend \
 		src/backend/utils/mb/conversion_procs \

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Tue Jan 22 17:59:42 2013	(r310832)
+++ head/databases/postgresql92-server/Makefile	Tue Jan 22 18:32:00 2013	(r310833)
@@ -53,7 +53,7 @@ CONFIGURE_ENV+=	INCLUDES="${INCLUDES}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \
 		LDFLAGS_SL="${LDFLAGS_SL}"
 
-PLIST=		${PKGDIR}/pkg-plist${PKGNAMESUFFIX:C,[0-9]+,,}
+PLIST=		${PKGDIR}/pkg-plist${PKGNAMESUFFIX}
 
 INSTALL_DIRS?=	src/timezone src/backend \
 		src/backend/utils/mb/conversion_procs \


More information about the svn-ports-head mailing list