From owner-svn-ports-head@freebsd.org Thu Aug 17 16:19:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3C56DC7CB3; Thu, 17 Aug 2017 16:19:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A85627D6B4; Thu, 17 Aug 2017 16:19:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7HGJ1vs012937; Thu, 17 Aug 2017 16:19:01 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7HGJ1EV012932; Thu, 17 Aug 2017 16:19:01 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201708171619.v7HGJ1EV012932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 17 Aug 2017 16:19:01 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/databases: postgresql10-pltcl postgresql95-plperl postgresql95-plpython postgresql96-docs postgresql96-pltcl X-SVN-Commit-Revision: 448138 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2017 16:19:02 -0000 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