svn commit: r448138 - in head/databases: postgresql10-pltcl postgresql95-plperl postgresql95-plpython postgresql96-docs postgresql96-pltcl
Mathieu Arnold
mat at FreeBSD.org
Thu Aug 17 16:19:02 UTC 2017
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 at 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 at 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 at 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 at 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 at FreeBSD.org
COMMENT= Module for using Tcl to write SQL functions
More information about the svn-ports-all
mailing list