diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-05 08:12:58 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-05 08:12:58 +0000 |
commit | b6e2c14a4cba7dddce93fc287c1def0c3160ab65 (patch) | |
tree | be39004049518ad2f4b3706a41883f20635dfad7 /java | |
parent | 50e40690aeacdebb6e4acbd0106987c7e4b4ade3 (diff) | |
download | ports-b6e2c14a4cba7dddce93fc287c1def0c3160ab65.tar.gz ports-b6e2c14a4cba7dddce93fc287c1def0c3160ab65.zip |
Update to 1.4.0 and unbreak.
PR: ports/123854
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=214337
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-clay-core/Makefile | 9 | ||||
-rw-r--r-- | java/eclipse-clay-core/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/java/eclipse-clay-core/Makefile b/java/eclipse-clay-core/Makefile index 41a3b66d9f5d..f756618c868d 100644 --- a/java/eclipse-clay-core/Makefile +++ b/java/eclipse-clay-core/Makefile @@ -6,8 +6,7 @@ # PORTNAME= clay -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.4.0 CATEGORIES= java devel MASTER_SITES= PKGNAMEPREFIX= eclipse- @@ -20,8 +19,6 @@ COMMENT= A database design tool for the Eclipse development environment RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.2.2.v20070208/feature.xml:${PORTSDIR}/java/eclipse-gef -BROKEN= The URL to manually fetch the DISTFILES gives a 404 - RESTRICTED= License agreement is required to download. NO_BUILD= yes @@ -30,12 +27,12 @@ USE_ZIP= yes DISABLE_SIZE?= yes PLIST_SUB= RELEASEVERSION=${PORTVERSION} -DISTVERSION= 20050831 +DISTVERSION= 20070918 .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DIST_SUBDIR}/jp.azzurri.clay.core_${PORTVERSION}.bin.dist.${DISTVERSION}.zip) && !defined(PACKAGE_BUILDING) -IGNORE='You must manually fetch the tarball from http://www.azzurri.jp/en/software/clay/download.jsp and place it in ${DISTDIR}/${DIST_SUBDIR} then run make again.' +IGNORE='You must manually fetch the tarball from http://www.azzurri.jp/en/clay/download.html and place it in ${DISTDIR}/${DIST_SUBDIR} then run make again.' .endif do-install: diff --git a/java/eclipse-clay-core/distinfo b/java/eclipse-clay-core/distinfo index 0e35ed2a9c87..c5e277397804 100644 --- a/java/eclipse-clay-core/distinfo +++ b/java/eclipse-clay-core/distinfo @@ -1,3 +1,3 @@ -MD5 (eclipse/jp.azzurri.clay.core_1.2.0.bin.dist.20050831.zip) = 4a1af101dda075431a75911412eb4486 -SHA256 (eclipse/jp.azzurri.clay.core_1.2.0.bin.dist.20050831.zip) = 610af0b82ad52fe794e4725bda9488bbad27ba95196cc63fd9c5b26ffade9530 -SIZE (eclipse/jp.azzurri.clay.core_1.2.0.bin.dist.20050831.zip) = 820139 +MD5 (eclipse/jp.azzurri.clay.core_1.4.0.bin.dist.20070918.zip) = fff59625e9f07fa53f2ba5c5c4e23cea +SHA256 (eclipse/jp.azzurri.clay.core_1.4.0.bin.dist.20070918.zip) = a8ee197ec068380f934501c26f22900643b1e30ae944b6f4059ee830c8734f28 +SIZE (eclipse/jp.azzurri.clay.core_1.4.0.bin.dist.20070918.zip) = 1124080 |