From owner-svn-ports-head@freebsd.org Fri Feb 19 12:43:29 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D9DE529B33; Fri, 19 Feb 2021 12:43:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dhrpn23cmz3w5T; Fri, 19 Feb 2021 12:43:29 +0000 (UTC) (envelope-from amdmi3@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 395533F1E; Fri, 19 Feb 2021 12:43:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JChTK2096162; Fri, 19 Feb 2021 12:43:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11JChSnh096160; Fri, 19 Feb 2021 12:43:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202102191243.11JChSnh096160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 19 Feb 2021 12:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566058 - head/databases/slony1v2 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/databases/slony1v2 X-SVN-Commit-Revision: 566058 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.34 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: Fri, 19 Feb 2021 12:43:29 -0000 Author: amdmi3 Date: Fri Feb 19 12:43:28 2021 New Revision: 566058 URL: https://svnweb.freebsd.org/changeset/ports/566058 Log: - Add LICENSE [1] - While here, dont't install unneeded docs, remove needless .include and update WWW PR: 248917 [1] Submitted by: dgilbert@eicat.ca (maintainer) [1] Modified: head/databases/slony1v2/Makefile head/databases/slony1v2/pkg-descr Modified: head/databases/slony1v2/Makefile ============================================================================== --- head/databases/slony1v2/Makefile Fri Feb 19 12:33:36 2021 (r566057) +++ head/databases/slony1v2/Makefile Fri Feb 19 12:43:28 2021 (r566058) @@ -12,6 +12,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= dgilbert@eicat.ca COMMENT= PostgreSQL master to multiple replicas replication system +LICENSE= PostgreSQL +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex GNU_CONFIGURE= yes @@ -37,8 +40,6 @@ PERLTOOLS_CONFIGURE_ON= --with-perltools=${LOCALBASE} PERLTOOLS_BUILD_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg PERLTOOLS_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg -.include - # let configure find postgres stuff in non-standard places CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \ --with-pgbindir=${LOCALBASE}/bin \ @@ -50,7 +51,7 @@ CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \ PORTDOCS= * -DOCS= COPYRIGHT INSTALL README README.Unicode RELEASE \ +DOCS= README README.Unicode RELEASE \ SAMPLE TODO UPGRADING post-install: Modified: head/databases/slony1v2/pkg-descr ============================================================================== --- head/databases/slony1v2/pkg-descr Fri Feb 19 12:33:36 2021 (r566057) +++ head/databases/slony1v2/pkg-descr Fri Feb 19 12:43:28 2021 (r566058) @@ -16,4 +16,4 @@ Differences from 1.2 stream - It drops all support for databases prior to PostgreSQL version 8.3. -WWW: http://www.slony.info/ +WWW: https://www.slony.info/