Date: Tue, 15 Oct 2013 17:17:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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... Message-ID: <201310151717.r9FHH6D7068850@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310151717.r9FHH6D7068850>