ports/148213: [PATCH] databases/postgresql-jdbc: update to 8.4.701 (with SUB_FILES)

Jimmy Olgeni olgeni at FreeBSD.org
Mon Jun 28 15:10:02 UTC 2010


>Number:         148213
>Category:       ports
>Synopsis:       [PATCH] databases/postgresql-jdbc: update to 8.4.701 (with SUB_FILES)
>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:   Mon Jun 28 15:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 8.1-RC1 i386
>Organization:
>Environment:
System: FreeBSD backoffice 8.1-RC1 FreeBSD 8.1-RC1 #0: Fri Jun 25 21:42:58 CEST 2010
>Description:
- Update to 8.4.701 and use SUB_FILES

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

Removed file(s):
- pkg-message

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

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

--- postgresql-jdbc-8.4.701.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	28 Jun 2010 15:04:20 -0000
@@ -6,9 +6,8 @@
 #
 
 PORTNAME=	postgresql
-PORTVERSION=	8.3.603
+PORTVERSION=	8.4.701
 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	28 Jun 2010 15:04:20 -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-701.src.tar.gz) = 9e91abdd1139e66d9e8e9ae6f9428e2f
+SHA256 (postgresql/postgresql-jdbc-8.4-701.src.tar.gz) = d2748885b99b414fb2a1d68659b18effb87c9d3379181ad1f3d3e1e40cf61d90
+SIZE (postgresql/postgresql-jdbc-8.4-701.src.tar.gz) = 551752
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: 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	28 Jun 2010 15:04:20 -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.701.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list