Index: head/databases/postgis-jdbc/Makefile =================================================================== --- head/databases/postgis-jdbc/Makefile (revision 149780) +++ head/databases/postgis-jdbc/Makefile (revision 149781) @@ -1,39 +1,39 @@ # New ports collection makefile for: postgis-jdbc # Date created: June 25 2004 # Whom: Sam Lawrance # # $FreeBSD$ # PORTNAME= postgis-jdbc -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= databases java MASTER_SITES= http://postgis.refractions.net/download/ DISTNAME= postgis-${PORTVERSION} MAINTAINER= lawrance@FreeBSD.org COMMENT= PostGIS spatial data structures for JDBC BUILD_DEPENDS= ${JAVALIBDIR}/postgresql.jar:${PORTSDIR}/databases/postgresql-jdbc USE_JAVA= yes JAVA_VERSION= 1.4+ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE} USE_GMAKE= yes MAKE_ARGS= EXAMPLESDIR="${EXAMPLESDIR}" \ DESTDIR="${JAVAJARDIR}" \ INSTALL_DATA="${INSTALL_DATA}" \ JAVAC="${JAVAC}" \ JAVA="${JAVA}" \ JAR="${JAR}" \ CLASSPATH="${JAVALIBDIR}/postgresql.jar" \ mkinstalldirs="${MKDIR}" WRKSRC= ${WRKDIR}/${DISTNAME}/jdbc2 do-install: ${INSTALL_DATA} ${WRKSRC}/postgis.jar ${JAVAJARDIR} ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/src/examples/* ${EXAMPLESDIR} .include Property changes on: head/databases/postgis-jdbc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/databases/postgis-jdbc/distinfo =================================================================== --- head/databases/postgis-jdbc/distinfo (revision 149780) +++ head/databases/postgis-jdbc/distinfo (revision 149781) @@ -1,2 +1,3 @@ -MD5 (postgis-1.0.4.tar.gz) = b5a260c9ffdc663665b991f8016b7b85 -SIZE (postgis-1.0.4.tar.gz) = 1479923 +MD5 (postgis-1.0.5.tar.gz) = 0fb63a885a723b2d71b52207fd05888a +SHA256 (postgis-1.0.5.tar.gz) = 35aa79f660c1b2071557e4e6525654acfc03ff4a80710dd2456250d2693c8436 +SIZE (postgis-1.0.5.tar.gz) = 1396740 Property changes on: head/databases/postgis-jdbc/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property