Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jun 2010 09:44:20 +0200
From:      Kurt Jaeger <fbsd-ports@opsec.eu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        contact@toha.org.ua
Subject:   ports/147493: [ports] java/dbvis update
Message-ID:  <E1OKo3I-0007ou-4M@fa8.opsec.eu>
Resent-Message-ID: <201006050750.o557o2aL087077@freefall.freebsd.org>

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

>Number:         147493
>Category:       ports
>Synopsis:       [ports] java/dbvis update
>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:   Sat Jun 05 07:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
-
>Environment:
System: FreeBSD fa8.opsec.eu 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 21:11:58 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	Fix Makefile to bring java/dbvis to the current version
>How-To-Repeat:
	
>Fix:


diff -r -u /usr/ports/java/dbvis/Makefile java/dbvis/Makefile
--- /usr/ports/java/dbvis/Makefile	2010-01-25 09:14:49.000000000 +0100
+++ java/dbvis/Makefile	2010-06-05 09:40:29.000000000 +0200
@@ -6,15 +6,19 @@
 #
 
 PORTNAME=	dbvis
-PORTVERSION=	6.5.6
+PORTVERSION=	7.0.7
 CATEGORIES=	java devel
-MASTER_SITES=	http://www.minq.se/product_download/dbvis-6.5.6/media/
+MASTER_SITES=	# http://www.dbvis.com/products/dbvis/download/
 DISTNAME=	dbvis_unix_${PORTVERSION:S/./_/g}
 
 MAINTAINER=	contact@toha.org.ua
 COMMENT=	DbVisualizer database tool
 
-BROKEN=		does not fetch
+.if !exists(${DISTDIR}/${DISTNAME})#{
+DISTFILE_INSTRUCTIONS=\n\
+Fetch UNIX tar.gz from http://www.dbvis.com/products/dbvis/download/\n\n\
+Please place the downloaded file in ${DISTDIR}\n\n
+.endif#}
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.5+
@@ -24,6 +28,12 @@
 PLIST_FILES=	bin/dbvis
 WRKSRC=		DbVisualizer-${PORTVERSION}
 
+pre-fetch:
+.if defined(DISTFILE_INSTRUCTIONS)
+	@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
+	@exit 1
+.endif
+
 do-install:
 	cd ${WRKDIR}/${WRKSRC} \
 	  && ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \; \
diff -r -u /usr/ports/java/dbvis/distinfo java/dbvis/distinfo
--- /usr/ports/java/dbvis/distinfo	2009-06-21 23:49:04.000000000 +0200
+++ java/dbvis/distinfo	2010-06-05 09:26:33.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (dbvis_unix_6_5_6.tar.gz) = f9dcfc60ee634770002cc245a6a14bb1
-SHA256 (dbvis_unix_6_5_6.tar.gz) = 7c438f862f1d4a81f665a71ff2d8f3d4e14a610825be878638eaa2c37ce0cbfa
-SIZE (dbvis_unix_6_5_6.tar.gz) = 23544217
+MD5 (dbvis_unix_7_0_7.tar.gz) = 110e3fc3a4903db8d04d5df62293eb6c
+SHA256 (dbvis_unix_7_0_7.tar.gz) = bf35aa8ce51c0a3f6c0353b462db45312d52496542d6b538f971320b96bc658c
+SIZE (dbvis_unix_7_0_7.tar.gz) = 29323618


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1OKo3I-0007ou-4M>