Date: Thu, 17 Oct 2013 13:39:36 +0000 (UTC) From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330639 - in head/databases: postgresql90-plperl postgresql90-plpython postgresql91-pltcl postgresql92-pltcl postgresql93-pltcl Message-ID: <201310171339.r9HDdaAH004503@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310171339.r9HDdaAH004503>