Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2017 16:19:01 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448138 - in head/databases: postgresql10-pltcl postgresql95-plperl postgresql95-plpython postgresql96-docs postgresql96-pltcl
Message-ID:  <201708171619.v7HGJ1EV012932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Aug 17 16:19:01 2017
New Revision: 448138
URL: https://svnweb.freebsd.org/changeset/ports/448138

Log:
  Fix the PostgreSQL 10 package names.
  
  Most of them were called things like postgresql10beta3-docs-10.b3
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  head/databases/postgresql10-pltcl/Makefile   (contents, props changed)
  head/databases/postgresql95-plperl/Makefile   (contents, props changed)
  head/databases/postgresql95-plpython/Makefile   (contents, props changed)
  head/databases/postgresql96-docs/Makefile   (contents, props changed)
  head/databases/postgresql96-pltcl/Makefile   (contents, props changed)

Modified: head/databases/postgresql10-pltcl/Makefile
==============================================================================
--- head/databases/postgresql10-pltcl/Makefile	Thu Aug 17 16:10:19 2017	(r448137)
+++ head/databases/postgresql10-pltcl/Makefile	Thu Aug 17 16:19:01 2017	(r448138)
@@ -3,7 +3,7 @@
 
 PORTNAME=	postgresql
 CATEGORIES=	databases tcl
-PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
+PKGNAMESUFFIX?=	${WANT_PGSQL_VER:S/.//}${COMPONENT}
 
 MAINTAINER=	pgsql@FreeBSD.org
 COMMENT=	Module for using Tcl to write SQL functions

Modified: head/databases/postgresql95-plperl/Makefile
==============================================================================
--- head/databases/postgresql95-plperl/Makefile	Thu Aug 17 16:10:19 2017	(r448137)
+++ head/databases/postgresql95-plperl/Makefile	Thu Aug 17 16:19:01 2017	(r448138)
@@ -4,7 +4,7 @@
 PORTNAME=	postgresql
 PORTREVISION=	1
 CATEGORIES=	databases perl5
-PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
+PKGNAMESUFFIX?=	${WANT_PGSQL_VER:S/.//}${COMPONENT}
 
 MAINTAINER=	pgsql@FreeBSD.org
 COMMENT=	Write SQL functions for PostgreSQL using Perl5

Modified: head/databases/postgresql95-plpython/Makefile
==============================================================================
--- head/databases/postgresql95-plpython/Makefile	Thu Aug 17 16:10:19 2017	(r448137)
+++ head/databases/postgresql95-plpython/Makefile	Thu Aug 17 16:19:01 2017	(r448138)
@@ -2,7 +2,7 @@
 
 PORTNAME=	postgresql
 CATEGORIES=	databases python
-PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
+PKGNAMESUFFIX?=	${WANT_PGSQL_VER:S/.//}${COMPONENT}
 
 MAINTAINER=	pgsql@FreeBSD.org
 COMMENT=	Module for using Python to write SQL functions

Modified: head/databases/postgresql96-docs/Makefile
==============================================================================
--- head/databases/postgresql96-docs/Makefile	Thu Aug 17 16:10:19 2017	(r448137)
+++ head/databases/postgresql96-docs/Makefile	Thu Aug 17 16:19:01 2017	(r448138)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postgresql
-PKGNAMESUFFIX?=	${DISTV:S/.//}-docs
+PKGNAMESUFFIX?=	${WANT_PGSQL_VER:S,.,,}-docs
 DISTV=	${DISTVERSION:R}
 
 MAINTAINER=	pgsql@FreeBSD.org

Modified: head/databases/postgresql96-pltcl/Makefile
==============================================================================
--- head/databases/postgresql96-pltcl/Makefile	Thu Aug 17 16:10:19 2017	(r448137)
+++ head/databases/postgresql96-pltcl/Makefile	Thu Aug 17 16:19:01 2017	(r448138)
@@ -3,7 +3,7 @@
 
 PORTNAME=	postgresql
 CATEGORIES=	databases tcl
-PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
+PKGNAMESUFFIX?=	${WANT_PGSQL_VER:S/.//}${COMPONENT}
 
 MAINTAINER=	pgsql@FreeBSD.org
 COMMENT=	Module for using Tcl to write SQL functions



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708171619.v7HGJ1EV012932>