svn commit: r330639 - in head/databases: postgresql90-plperl postgresql90-plpython postgresql91-pltcl postgresql92-pltcl postgresql93-pltcl
Palle Girgensohn
girgen at FreeBSD.org
Thu Oct 17 13:39:38 UTC 2013
Author: girgen
Date: Thu Oct 17 13:39:36 2013
New Revision: 330639
URL: http://svnweb.freebsd.org/changeset/ports/330639
Log:
Fix LATEST_LINK and some cleanup
Modified:
head/databases/postgresql90-plperl/Makefile
head/databases/postgresql90-plpython/Makefile
head/databases/postgresql91-pltcl/Makefile
head/databases/postgresql92-pltcl/Makefile
head/databases/postgresql93-pltcl/Makefile
Modified: head/databases/postgresql90-plperl/Makefile
==============================================================================
--- head/databases/postgresql90-plperl/Makefile Thu Oct 17 13:28:50 2013 (r330638)
+++ head/databases/postgresql90-plperl/Makefile Thu Oct 17 13:39:36 2013 (r330639)
@@ -3,8 +3,7 @@
PORTNAME= postgresql
CATEGORIES= databases perl5
-PKGNAMESUFFIX?= ${DISTV:S/.//}-plperl
-DISTV= ${DISTVERSION:R}
+PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER= pgsql at FreeBSD.org
COMMENT= Write SQL functions for PostgreSQL using Perl5
Modified: head/databases/postgresql90-plpython/Makefile
==============================================================================
--- head/databases/postgresql90-plpython/Makefile Thu Oct 17 13:28:50 2013 (r330638)
+++ head/databases/postgresql90-plpython/Makefile Thu Oct 17 13:39:36 2013 (r330639)
@@ -2,8 +2,7 @@
PORTNAME= postgresql
CATEGORIES= databases python
-PKGNAMESUFFIX?= ${DISTV:S/.//}-plpython
-DISTV= ${DISTVERSION:R}
+PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER= pgsql at FreeBSD.org
COMMENT= Module for using Python to write SQL functions
Modified: head/databases/postgresql91-pltcl/Makefile
==============================================================================
--- head/databases/postgresql91-pltcl/Makefile Thu Oct 17 13:28:50 2013 (r330638)
+++ head/databases/postgresql91-pltcl/Makefile Thu Oct 17 13:39:36 2013 (r330639)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases tcl
-PKGNAMESUFFIX?= ${DISTV:S/.//}-pltcl
+PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER= pgsql at FreeBSD.org
COMMENT= Module for using Tcl to write SQL functions
Modified: head/databases/postgresql92-pltcl/Makefile
==============================================================================
--- head/databases/postgresql92-pltcl/Makefile Thu Oct 17 13:28:50 2013 (r330638)
+++ head/databases/postgresql92-pltcl/Makefile Thu Oct 17 13:39:36 2013 (r330639)
@@ -4,4 +4,4 @@
WANT_PGSQL_VER= 92
NO_STAGE= yes
-.include "${.CURDIR}/../postgresql90-pltcl/Makefile"
+.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
Modified: head/databases/postgresql93-pltcl/Makefile
==============================================================================
--- head/databases/postgresql93-pltcl/Makefile Thu Oct 17 13:28:50 2013 (r330638)
+++ head/databases/postgresql93-pltcl/Makefile Thu Oct 17 13:39:36 2013 (r330639)
@@ -4,4 +4,4 @@
WANT_PGSQL_VER= 93
NO_STAGE= yes
-.include "${.CURDIR}/../postgresql90-pltcl/Makefile"
+.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
More information about the svn-ports-all
mailing list