Date: Fri, 19 Feb 2021 12:43:28 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566058 - head/databases/slony1v2 Message-ID: <202102191243.11JChSnh096160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> - # 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102191243.11JChSnh096160>