aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2013-02-15 20:27:42 +0800
committerolgeni <olgeni@FreeBSD.org>2013-02-15 20:27:42 +0800
commitef18012c9acaefbac22fe668f3a542b3807a436a (patch)
treecd38295bd54fac6eef4678189418a6fed636eed5
parent7d314cbff4645004145f159606b5f6fac097ecd1 (diff)
downloadfreebsd-ports-gnome-ef18012c9acaefbac22fe668f3a542b3807a436a.tar.gz
freebsd-ports-gnome-ef18012c9acaefbac22fe668f3a542b3807a436a.tar.zst
freebsd-ports-gnome-ef18012c9acaefbac22fe668f3a542b3807a436a.zip
- Upgrade to version 2.1.3
- Remove reference to postgresql 8.2 - Cleanup Makefile header
-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