svn commit: r566058 - head/databases/slony1v2

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 19 12:43:29 UTC 2021


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 at 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 at 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/


More information about the svn-ports-all mailing list