Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2010 16:10:58 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        girgen@FreeBSD.org
Subject:   ports/150884: [PATCH] databases/postgresql-jdbc: update to 8.4.702
Message-ID:  <201009231410.o8NEAw30087203@backoffice.colby.local>
Resent-Message-ID: <201009231420.o8NEK1lD014925@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150884
>Category:       ports
>Synopsis:       [PATCH] databases/postgresql-jdbc: update to 8.4.702
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 23 14:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD backoffice 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 14:01:04 CEST 2010
>Description:
- Update to 8.4.702
- Slight improvement of ports/148213 (remove duplicate rmdir of %%DOCSDIR%%)

Added file(s):
- files/pkg-message.in

Removed file(s):
- pkg-message

Port maintainer (girgen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- postgresql-jdbc-8.4.702.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/postgresql-jdbc/Makefile,v
retrieving revision 1.29
diff -u -u -r1.29 Makefile
--- Makefile	6 Jun 2008 13:17:00 -0000	1.29
+++ Makefile	23 Sep 2010 14:09:16 -0000
@@ -6,9 +6,8 @@
 #
 
 PORTNAME=	postgresql
-PORTVERSION=	8.3.603
+PORTVERSION=	8.4.702
 DISTVERSIONSUFFIX=.src
-PORTREVISION=	1
 CATEGORIES=	databases java
 MASTER_SITES=	http://jdbc.postgresql.org/download/
 PKGNAMESUFFIX=	-jdbc
@@ -22,7 +21,7 @@
 USE_ANT=	yes
 USE_JAVA=	yes
 
-PKGMESSAGE=	${WRKDIR}/.pkg-message
+SUB_FILES=	pkg-message
 
 post-patch:
 	${REINPLACE_CMD} 's,/usr/local/pgsql/share/java,${JAVAJARDIR},' ${WRKSRC}/README
@@ -36,9 +35,6 @@
 .endif
 
 post-install:
-	@ ${SED} -e "s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g" \
-	  -e "s|%%JAVAJARDIR%%|${JAVAJARDIR}|g" \
-	  < ${PKGDIR}/pkg-message > ${PKGMESSAGE}
-	@ ${CAT} ${PKGMESSAGE}
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/databases/postgresql-jdbc/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	26 Feb 2008 22:45:55 -0000	1.7
+++ distinfo	23 Sep 2010 14:09:16 -0000
@@ -1,3 +1,3 @@
-MD5 (postgresql/postgresql-jdbc-8.3-603.src.tar.gz) = 6e130d3dc307d27757252ff28ce9a9f2
-SHA256 (postgresql/postgresql-jdbc-8.3-603.src.tar.gz) = d7fa28a6f059887ae8d692c0e8a8befac688b3755ac6f46ab07e2119018e4f2d
-SIZE (postgresql/postgresql-jdbc-8.3-603.src.tar.gz) = 521517
+MD5 (postgresql/postgresql-jdbc-8.4-702.src.tar.gz) = badb1344322a6993405b5289738a6701
+SHA256 (postgresql/postgresql-jdbc-8.4-702.src.tar.gz) = c4c40b262df6505f374a05811439ef0722fd2b5a59d4af21ffd8959bf2ed40b8
+SIZE (postgresql/postgresql-jdbc-8.4-702.src.tar.gz) = 609501
Index: pkg-message
===================================================================
RCS file: pkg-message
diff -N pkg-message
--- pkg-message	10 Nov 2005 02:41:43 -0000	1.4
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,8 +0,0 @@
-PostgreSQL JDBC support installed!
-
-postgresql.jar resides in
-%%JAVAJARDIR%%/postgresql.jar
-Add this to your CLASSPATH!
-
-java examples reside in
-%%EXAMPLESDIR%%/jdbc
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/databases/postgresql-jdbc/pkg-plist,v
retrieving revision 1.12
diff -u -u -r1.12 pkg-plist
--- pkg-plist	26 Feb 2008 22:45:55 -0000	1.12
+++ pkg-plist	23 Sep 2010 14:09:16 -0000
@@ -1,4 +1,3 @@
 %%PORTDOCS%%%%DOCSDIR%%/README-jdbc
 %%JAVAJARDIR%%/postgresql.jar
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
-@dirrmtry %%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
Index: files/pkg-message.in
===================================================================
RCS file: files/pkg-message.in
diff -N files/pkg-message.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/pkg-message.in	23 Sep 2010 14:09:16 -0000
@@ -0,0 +1,7 @@
+PostgreSQL JDBC support installed.
+
+postgresql.jar resides in:
+
+%%JAVAJARDIR%%/postgresql.jar
+
+Add this to your CLASSPATH.
--- postgresql-jdbc-8.4.702.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009231410.o8NEAw30087203>