aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgtcl/Makefile
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-11-12 10:07:41 +0800
committerwen <wen@FreeBSD.org>2010-11-12 10:07:41 +0800
commita30136bfc6aece38c896c659a91f9a42b5d93f61 (patch)
tree5a3216e22cb8ba2ef122e9a35d73040843574e82 /databases/pgtcl/Makefile
parentabbe2f149033642fd9d5235d7ad41ff110650b25 (diff)
downloadfreebsd-ports-gnome-a30136bfc6aece38c896c659a91f9a42b5d93f61.tar.gz
freebsd-ports-gnome-a30136bfc6aece38c896c659a91f9a42b5d93f61.tar.zst
freebsd-ports-gnome-a30136bfc6aece38c896c659a91f9a42b5d93f61.zip
- Update to 1.8.0
PR: ports/151703 Submitted by: Pierre David <pda@unistra.fr> Approved by: maintainer(timeout, >18 days)
Diffstat (limited to 'databases/pgtcl/Makefile')
-rw-r--r--databases/pgtcl/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile
index ef31309a10f1..36ce2eae7014 100644
--- a/databases/pgtcl/Makefile
+++ b/databases/pgtcl/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= pgtcl
-PORTVERSION= 1.6.2
-PORTREVISION= 1
+PORTVERSION= 1.8.0
CATEGORIES= databases tcl
+MASTER_SITES= http://pgfoundry.org/frs/download.php/2835/:src
DISTNAME= ${PORTNAME}${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src
-MASTER_SITES= http://pgfoundry.org/frs/download.php/1545/:src
MAINTAINER= mi@aldan.algebra.com
COMMENT= TCL extension for accessing a PostgreSQL server (PGTCL-NG)
+LICENSE= BSD
+
USE_TCL= yes
USE_PGSQL= yes
GNU_CONFIGURE= yes
@@ -24,8 +25,8 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.if !defined(NOPORTDOCS)
EXTRACT_ONLY= ${_DISTFILES:M*tar.gz}
-DISTFILES+= pgtcldocs-20070115.zip:doc
-MASTER_SITES+= http://pgfoundry.org/frs/download.php/1228/:doc
+DISTFILES+= pgtcldocs-20101010.zip:doc
+MASTER_SITES+= http://pgfoundry.org/frs/download.php/2836/:doc
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
.endif