mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 1.8.0
PR: ports/151703 Submitted by: Pierre David <pda@unistra.fr> Approved by: maintainer(timeout, >18 days)
This commit is contained in:
parent
146bade235
commit
722ae595dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264430
@ -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
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
MD5 (pgtcl1.6.2.tar.gz) = abf26e3cd7f8229f468045ed1fb7e748
|
||||
SHA256 (pgtcl1.6.2.tar.gz) = a84af34330b6de8db72e1c63c9db908b92244973e27e7b185aa7c4d34ad3de08
|
||||
SIZE (pgtcl1.6.2.tar.gz) = 180664
|
||||
MD5 (pgtcldocs-20070115.zip) = 8ce98e93b238c3329d0fe43810442c44
|
||||
SHA256 (pgtcldocs-20070115.zip) = c5bcab2f0169041bcf8a10ff80bb39500ef3d068d960cf8d10c1e48b2c1c49de
|
||||
SIZE (pgtcldocs-20070115.zip) = 128754
|
||||
SHA256 (pgtcl1.8.0.tar.gz) = 172dc1e5efd614b4cec3a4fa6070e123973ea1c578ba731219f984b5b0a218bb
|
||||
SIZE (pgtcl1.8.0.tar.gz) = 187842
|
||||
SHA256 (pgtcldocs-20101010.zip) = f15643de16063099236cc60394a387ac4d0a5ede79e12158145d9cc245eb3b5a
|
||||
SIZE (pgtcldocs-20101010.zip) = 154201
|
||||
|
@ -1,13 +0,0 @@
|
||||
size_t is the right type to use, but Tcl's core is not prepared for it.
|
||||
|
||||
-mi
|
||||
|
||||
--- pgtclCmds.c Mon Jan 15 21:41:07 2007
|
||||
+++ pgtclCmds.c Mon Jun 18 16:28:31 2007
|
||||
@@ -3644,5 +3644,5 @@
|
||||
{
|
||||
unsigned char *from_binary;
|
||||
- size_t from_len;
|
||||
+ int from_len;
|
||||
unsigned char *to_string;
|
||||
size_t to_len;
|
@ -1,13 +1,17 @@
|
||||
lib/pgtcl/libpgtcl%%PORTVERSION%%.so
|
||||
lib/pgtcl/pkgIndex.tcl
|
||||
@dirrm lib/pgtcl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ln-legalnotice.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/legalnotice.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-blocking.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-cancelrequest.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-conndefaults.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-connect.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-describe-cursor.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-describe-prepared.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-disconnect.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-encrypt-password.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-escape-bytea.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-escape-string.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-exec-params.html
|
||||
@ -25,6 +29,7 @@ lib/pgtcl/pkgIndex.tcl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-lo-open.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-lo-read.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-lo-tell.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-lo-truncate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-lo-unlink.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-lo-write.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg-notice-handler.html
|
||||
@ -49,15 +54,16 @@ lib/pgtcl/pkgIndex.tcl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-example-picstore-pq.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-example-picview-esc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-example-picview-lo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-make.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-example-picview-pq.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-example-results.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-examples.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-load-static.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-loading-load.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-loading.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-make-bcc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-make-macos.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-make-win.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-make-mingw.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-make.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-overview.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-preface.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgtcl-ref-async.html
|
||||
|
Loading…
Reference in New Issue
Block a user