From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 17:17:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 69AFDA27; Tue, 15 Oct 2013 17:17:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 491AB2832; Tue, 15 Oct 2013 17:17:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9FHH9Kk068876; Tue, 15 Oct 2013 17:17:09 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9FHH6D7068850; Tue, 15 Oct 2013 17:17:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310151717.r9FHH6D7068850@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 Oct 2013 17:17:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330414 - in head/databases: postgresql84-client postgresql84-contrib postgresql84-server postgresql90-client postgresql90-contrib postgresql90-server postgresql91-client postgresql91-c... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 17:17:09 -0000 Author: sunpoet Date: Tue Oct 15 17:17:05 2013 New Revision: 330414 URL: http://svnweb.freebsd.org/changeset/ports/330414 Log: - Remove DISTV: only used in PKGNAMESUFFIX and complained by portlint - Convert to new LIB_DEPENDS format for postgresql*-contrib Submitted by: sunpoet (myself) Reviewed by: crees (pgsql) Approved by: jgh (pgsql) Modified: head/databases/postgresql84-client/Makefile (contents, props changed) head/databases/postgresql84-contrib/Makefile (contents, props changed) head/databases/postgresql84-server/Makefile head/databases/postgresql90-client/Makefile (contents, props changed) head/databases/postgresql90-contrib/Makefile (contents, props changed) head/databases/postgresql90-server/Makefile head/databases/postgresql91-client/Makefile (contents, props changed) head/databases/postgresql91-contrib/Makefile (contents, props changed) head/databases/postgresql91-server/Makefile head/databases/postgresql92-client/Makefile (contents, props changed) head/databases/postgresql92-contrib/Makefile (contents, props changed) head/databases/postgresql92-server/Makefile head/databases/postgresql93-client/Makefile (contents, props changed) head/databases/postgresql93-contrib/Makefile (contents, props changed) head/databases/postgresql93-server/Makefile Modified: head/databases/postgresql84-client/Makefile ============================================================================== --- head/databases/postgresql84-client/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql84-client/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -3,8 +3,7 @@ PORTNAME= postgresql PORTREVISION= 0 -PKGNAMESUFFIX?= ${DISTV:S/.//}-client -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} COMMENT= PostgreSQL database (client) Modified: head/databases/postgresql84-contrib/Makefile ============================================================================== --- head/databases/postgresql84-contrib/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql84-contrib/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -4,13 +4,13 @@ PORTNAME= postgresql PORTREVISION= 0 CATEGORIES= databases -PKGNAMESUFFIX?= ${DISTV:S/.//}-contrib -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \ + libxml2.so:${PORTSDIR}/textproc/libxml2 USE_PGSQL= yes DEFAULT_PGSQL_VER=84 Modified: head/databases/postgresql84-server/Makefile ============================================================================== --- head/databases/postgresql84-server/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql84-server/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -7,8 +7,7 @@ PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= source/v${DISTVERSION} -PKGNAMESUFFIX?= ${DISTV:S/.//}-server -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere Modified: head/databases/postgresql90-client/Makefile ============================================================================== --- head/databases/postgresql90-client/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql90-client/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -3,8 +3,7 @@ PORTNAME= postgresql PORTREVISION= 0 -PKGNAMESUFFIX?= ${DISTV:S/.//}-client -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} COMMENT= PostgreSQL database (client) Modified: head/databases/postgresql90-contrib/Makefile ============================================================================== --- head/databases/postgresql90-contrib/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql90-contrib/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -4,14 +4,13 @@ PORTNAME= postgresql PORTREVISION= 0 CATEGORIES= databases -PKGNAMESUFFIX?= ${DISTV:S/.//}-contrib -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \ + libxml2.so:${PORTSDIR}/textproc/libxml2 USE_PGSQL= yes DEFAULT_PGSQL_VER=90 Modified: head/databases/postgresql90-server/Makefile ============================================================================== --- head/databases/postgresql90-server/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql90-server/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -3,8 +3,7 @@ DISTVERSION?= 9.0.14 PORTREVISION= 0 -PKGNAMESUFFIX?= ${DISTV:S/.//}-server -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: head/databases/postgresql91-client/Makefile ============================================================================== --- head/databases/postgresql91-client/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql91-client/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PKGNAMESUFFIX?= ${DISTV:S/.//}-client -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} COMMENT= PostgreSQL database (client) Modified: head/databases/postgresql91-contrib/Makefile ============================================================================== --- head/databases/postgresql91-contrib/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql91-contrib/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -3,14 +3,13 @@ PORTNAME= postgresql CATEGORIES= databases -PKGNAMESUFFIX?= ${DISTV:S/.//}-contrib -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \ + libxml2.so:${PORTSDIR}/textproc/libxml2 USE_PGSQL= yes DEFAULT_PGSQL_VER=91 Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql91-server/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -7,8 +7,7 @@ PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= source/v${DISTVERSION} -PKGNAMESUFFIX?= ${DISTV:S/.//}-server -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere Modified: head/databases/postgresql92-client/Makefile ============================================================================== --- head/databases/postgresql92-client/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql92-client/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PKGNAMESUFFIX?= ${DISTV:S/.//}-client -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} COMMENT= PostgreSQL database (client) Modified: head/databases/postgresql92-contrib/Makefile ============================================================================== --- head/databases/postgresql92-contrib/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql92-contrib/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -3,14 +3,13 @@ PORTNAME= postgresql CATEGORIES= databases -PKGNAMESUFFIX?= ${DISTV:S/.//}-contrib -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \ + libxml2.so:${PORTSDIR}/textproc/libxml2 USE_PGSQL= yes DEFAULT_PGSQL_VER=92 Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql92-server/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -7,8 +7,7 @@ PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= source/v${DISTVERSION} -PKGNAMESUFFIX?= ${DISTV:S/.//}-server -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere Modified: head/databases/postgresql93-client/Makefile ============================================================================== --- head/databases/postgresql93-client/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql93-client/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -3,8 +3,7 @@ PORTNAME= postgresql PORTREVISION= 0 -PKGNAMESUFFIX?= ${DISTV:S/.//}-client -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} COMMENT= PostgreSQL database (client) Modified: head/databases/postgresql93-contrib/Makefile ============================================================================== --- head/databases/postgresql93-contrib/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql93-contrib/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -4,14 +4,13 @@ PORTNAME= postgresql PORTREVISION= 0 CATEGORIES= databases -PKGNAMESUFFIX?= ${DISTV:S/.//}-contrib -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \ + libxml2.so:${PORTSDIR}/textproc/libxml2 USE_PGSQL= yes DEFAULT_PGSQL_VER=93 Modified: head/databases/postgresql93-server/Makefile ============================================================================== --- head/databases/postgresql93-server/Makefile Tue Oct 15 16:59:06 2013 (r330413) +++ head/databases/postgresql93-server/Makefile Tue Oct 15 17:17:05 2013 (r330414) @@ -3,8 +3,7 @@ DISTVERSION?= 9.3.1 PORTREVISION?= 0 -PKGNAMESUFFIX?= ${DISTV:S/.//}-server -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org