Index: head/databases/slony1v2/Makefile =================================================================== --- head/databases/slony1v2/Makefile (revision 566057) +++ head/databases/slony1v2/Makefile (revision 566058) @@ -1,70 +1,71 @@ # Created by: Radim Kolar # $FreeBSD$ PORTNAME= slony1v2 PORTVERSION= 2.2.10 CATEGORIES= databases MASTER_SITES= http://main.slony.info/downloads/2.2/source/ DISTNAME= slony1-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME}-docs${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 USES= bison gmake shebangfix tar:bzip2 pgsql WANT_PGSQL= server USE_RC_SUBR= slon SHEBANG_FILES= tools/altperl/slonik_restart_node.pl SUB_FILES= pkg-message slon-mkservice.sh SUB_LIST+= NAME=slon OPTIONS_DEFINE= DOCS PERLTOOLS OPTIONS_SUB= yes PERLTOOLS_DESC= Install perl configuration tools CONFLICTS?= slony1-1* CONFIGURE_ENV+= FLEX=${LOCALBASE}/bin/flex PERLTOOLS_USES= perl5 PERLTOOLS_CONFIGURE_ENV= PERL=${PERL} PERLTOOLS_CONFIGURE_ON= --with-perltools=${LOCALBASE}/sbin 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 \ --with-pgincludedir=${LOCALBASE}/include \ --with-pgincludeserverdir=${LOCALBASE}/include/postgresql/server \ --with-pglibdir=${LOCALBASE}/lib \ --with-pgpkglibdir=${LOCALBASE}/lib/postgresql \ --with-pgsharedir=${LOCALBASE}/share/postgresql PORTDOCS= * -DOCS= COPYRIGHT INSTALL README README.Unicode RELEASE \ +DOCS= README README.Unicode RELEASE \ SAMPLE TODO UPGRADING post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/slon ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/slonik ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/slony_logshipper ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/*.so @${MKDIR} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/adminguide .for _file in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${_file} ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/doc/adminguide/*.html ${WRKSRC}/doc/adminguide/*.png ${STAGEDIR}${DOCSDIR}/adminguide/ ${INSTALL_SCRIPT} ${WRKDIR}/slon-mkservice.sh ${STAGEDIR}${PREFIX}/sbin/slon-mkservice ${INSTALL_DATA} ${FILESDIR}/slon.conf-sample ${STAGEDIR}${PREFIX}/etc .include Index: head/databases/slony1v2/pkg-descr =================================================================== --- head/databases/slony1v2/pkg-descr (revision 566057) +++ head/databases/slony1v2/pkg-descr (revision 566058) @@ -1,19 +1,19 @@ Slony-I is enterprise-level "master to multiple slaves" replication system with cascading and failover. The big picture for the development of Slony-I is to build a master-slave system that includes all features and capabilities needed to replicate large databases to a reasonably limited number of slave systems. Slony-I is developed as a system for data centers and backup sites, where the normal mode of operation is that all nodes are available. Differences from 1.2 stream - Removal of TABLE ADD KEY - It drops all support for databases prior to PostgreSQL version 8.3. -WWW: http://www.slony.info/ +WWW: https://www.slony.info/