FreeBSD Bugzilla – Attachment 121482 Details for
Bug 164478
Upgrade databases/pgtcl to 2.0.0 (patch included)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pgtcl-patch.diff
pgtcl-patch.diff (text/x-diff; charset=us-ascii), 3.54 KB, created by
Jason Helfman
on 2012-01-26 21:55:11 UTC
(
hide
)
Description:
pgtcl-patch.diff
Filename:
MIME Type:
Creator:
Jason Helfman
Created:
2012-01-26 21:55:11 UTC
Size:
3.54 KB
patch
obsolete
>? work >Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/databases/pgtcl/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- Makefile 11 Jul 2011 04:35:49 -0000 1.8 >+++ Makefile 26 Jan 2012 20:57:03 -0000 >@@ -6,30 +6,29 @@ > # > > PORTNAME= pgtcl >-PORTVERSION= 1.9.0 >+PORTVERSION= 2.0.0 > CATEGORIES= databases tcl >-MASTER_SITES= SF/pgtclng/pgtclng/${PORTVERSION}:src \ >- SF/pgtclng/Manual/20110321:doc >+MASTER_SITES= SF/pgtclng/pgtclng/${PORTVERSION}/ \ >+ SF/pgtclng/Manual/${MANUALREL}/:doc \ >+ http://pgfoundry.org/frs/download.php/2836/:doc > MASTER_SITE_SUBDIR= pgtclng > DISTNAME= ${PORTNAME}${PORTVERSION} >-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src >+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} > > MAINTAINER= mi@aldan.algebra.com > COMMENT= TCL extension for accessing a PostgreSQL server (PGTCL-NG) > > LICENSE= BSD > >-USE_TCL= yes >+USE_TCL= 85+ >+MANUALREL= 20110918 > USE_PGSQL= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR} > LIBDIR= ${PREFIX}/lib/${PORTNAME} > PLIST_SUB+= PORTVERSION=${PORTVERSION} > .if !defined(NOPORTDOCS) >-EXTRACT_ONLY= ${_DISTFILES:M*tar.gz} >-DISTFILES+= pgtcldocs-20110321.zip:doc >-MASTER_SITES+= http://pgfoundry.org/frs/download.php/2836/:doc >-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip >+DISTFILES+= pgtcldocs-${MANUALREL}.zip:doc > .endif > > post-configure: >@@ -42,7 +41,9 @@ > ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl \ > ${WRKSRC}/libpgtcl${PORTVERSION}.so ${LIBDIR} > .if !defined(NOPORTDOCS) >- ${UNZIP_CMD} -oj ${DISTDIR}/${_DISTFILES:M*.zip} -d ${DOCSDIR} >+ ${MKDIR} ${DOCSDIR} >+ @cd ${WRKDIR}/pgtcldocs-${MANUALREL} && \ >+ ${COPYTREE_SHARE} \* ${DOCSDIR} > .endif > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/databases/pgtcl/distinfo,v >retrieving revision 1.4 >diff -u -r1.4 distinfo >--- distinfo 11 Jul 2011 04:35:49 -0000 1.4 >+++ distinfo 26 Jan 2012 20:57:03 -0000 >@@ -1,4 +1,4 @@ >-SHA256 (pgtcl1.9.0.tar.gz) = b637955c1a6e0353c9308231935f83495c95f59901535a2a3f0bcdc42ac383a1 >-SIZE (pgtcl1.9.0.tar.gz) = 189531 >-SHA256 (pgtcldocs-20110321.zip) = 0e7eac560db6fbe772b1bfcde35a05ca2c2a3f6ccee730817b84b4bbc1f5260e >-SIZE (pgtcldocs-20110321.zip) = 148280 >+SHA256 (pgtcl2.0.0.tar.gz) = f3d8195ecc140837f77985186b8618bb0e9f00a2e1681a46afd8af065ff35db2 >+SIZE (pgtcl2.0.0.tar.gz) = 193257 >+SHA256 (pgtcldocs-20110918.zip) = 1a86f0909b19358f4ade768f850ad02b27bc06b4cec32486783e133e37e8f344 >+SIZE (pgtcldocs-20110918.zip) = 152847 >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/databases/pgtcl/pkg-plist,v >retrieving revision 1.3 >diff -u -r1.3 pkg-plist >--- pkg-plist 11 Jul 2011 04:35:49 -0000 1.3 >+++ pkg-plist 26 Jan 2012 20:57:03 -0000 >@@ -3,6 +3,7 @@ > @dirrm lib/pgtcl > %%PORTDOCS%%%%DOCSDIR%%/index.html > %%PORTDOCS%%%%DOCSDIR%%/legalnotice.html >+%%PORTDOCS%%%%DOCSDIR%%/pg-backend-pid.html > %%PORTDOCS%%%%DOCSDIR%%/pg-blocking.html > %%PORTDOCS%%%%DOCSDIR%%/pg-cancelrequest.html > %%PORTDOCS%%%%DOCSDIR%%/pg-conndefaults.html >@@ -39,8 +40,9 @@ > %%PORTDOCS%%%%DOCSDIR%%/pg-result.html > %%PORTDOCS%%%%DOCSDIR%%/pg-select.html > %%PORTDOCS%%%%DOCSDIR%%/pg-sendquery-params.html >-%%PORTDOCS%%%%DOCSDIR%%/pg-sendquery.html > %%PORTDOCS%%%%DOCSDIR%%/pg-sendquery-prepared.html >+%%PORTDOCS%%%%DOCSDIR%%/pg-sendquery.html >+%%PORTDOCS%%%%DOCSDIR%%/pg-server-version.html > %%PORTDOCS%%%%DOCSDIR%%/pg-transaction-status.html > %%PORTDOCS%%%%DOCSDIR%%/pg-unescape-bytea.html > %%PORTDOCS%%%%DOCSDIR%%/pgtcl-example-async.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 164478
:
121480
|
121481
| 121482
Working