aboutsummaryrefslogtreecommitdiff
path: root/databases/slony1v2
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2013-02-15 12:27:42 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2013-02-15 12:27:42 +0000
commite182bcee529c370d90d243acb37cf8c826fc74c0 (patch)
treecd38295bd54fac6eef4678189418a6fed636eed5 /databases/slony1v2
parent0642b991ee9eb3c2bd5f45902f1f0c7af8d8ba72 (diff)
downloadports-e182bcee529c370d90d243acb37cf8c826fc74c0.tar.gz
ports-e182bcee529c370d90d243acb37cf8c826fc74c0.zip
- Upgrade to version 2.1.3
- Remove reference to postgresql 8.2 - Cleanup Makefile header
Notes
Notes: svn path=/head/; revision=312286
Diffstat (limited to 'databases/slony1v2')
-rw-r--r--databases/slony1v2/Makefile19
-rw-r--r--databases/slony1v2/distinfo8
2 files changed, 13 insertions, 14 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile
index d6ff22398553..e2de8eae712c 100644
--- a/databases/slony1v2/Makefile
+++ b/databases/slony1v2/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: slony1
-# Date created: 20 Jun 2004
-# Whom: Radim Kolar
-#
+# Created by: Radim Kolar
# $FreeBSD$
-#
PORTNAME= slony1v2
-PORTVERSION= 2.1.2
+PORTVERSION= 2.1.3
CATEGORIES= databases
MASTER_SITES= http://main.slony.info/downloads/2.1/source/
DISTNAME= slony1-${PORTVERSION}
@@ -36,9 +32,7 @@ CONFLICTS?= slony1-1*
.include <bsd.port.pre.mk>
-IGNORE_WITH_PGSQL= 82
-
-CONFIGURE_ENV= FLEX=${LOCALBASE}/bin/flex
+CONFIGURE_ENV+= FLEX=${LOCALBASE}/bin/flex
.if ${PORT_OPTIONS:MPERLTOOLS}
USE_PERL5= yes
@@ -80,12 +74,17 @@ PGSQL_VER= ${DEFAULT_PGSQL_VER}
PORTDOCS= *
.endif
+DOCS= COPYRIGHT HISTORY-1.1 INSTALL README README.Unicode RELEASE \
+ RELEASE-2.0 SAMPLE TODO UPGRADING
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${MKDIR} ${DOCSDIR}/adminguide
@${MKDIR} ${DOCSDIR}/howto
- @${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/INSTALL ${WRKSRC}/SAMPLE ${WRKSRC}/README ${WRKSRC}/HISTORY-1.1 ${WRKSRC}/UPGRADING ${DOCSDIR}
+.for FILE in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
+.endfor
@${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${WRKSRC}/doc/howto/*.html ${DOCSDIR}/howto/
@${INSTALL_DATA} ${WRKSRC}/doc/adminguide/*.html ${WRKSRC}/doc/adminguide/*.png ${DOCSDIR}/adminguide/
.endif
diff --git a/databases/slony1v2/distinfo b/databases/slony1v2/distinfo
index 901bdc5802a1..20f593008a1f 100644
--- a/databases/slony1v2/distinfo
+++ b/databases/slony1v2/distinfo
@@ -1,4 +1,4 @@
-SHA256 (slony1-2.1.2.tar.bz2) = ae25f9b0ea91cf4884abf302b87c36effbc43e68be5b6665a31d03ed0cce182f
-SIZE (slony1-2.1.2.tar.bz2) = 1512301
-SHA256 (slony1-2.1.2-docs.tar.bz2) = 6f99ec5fbc218a7edf7923c1fd8a3b5f68e07c267df09c67db10259a43d26954
-SIZE (slony1-2.1.2-docs.tar.bz2) = 1314286
+SHA256 (slony1-2.1.3.tar.bz2) = 048b94c990afceb892f8f6631268bb66e93a3c630afc694b3a09f051c338790b
+SIZE (slony1-2.1.3.tar.bz2) = 1512693
+SHA256 (slony1-2.1.3-docs.tar.bz2) = 8588df1b06086809ce0fef7e1348405bf701c959e2b0affda9d6305f201d6fb4
+SIZE (slony1-2.1.3-docs.tar.bz2) = 1314210