aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2012-02-13 21:51:16 +0800
committerolgeni <olgeni@FreeBSD.org>2012-02-13 21:51:16 +0800
commit78c5c1a05eea5f0e5d66d78dcc606d1b6e068462 (patch)
treed309561f4736d8c7e1db5afedf8b0ba788b31352 /lang
parent4ad94670fcbd68b555796746985bfd5c93e1069a (diff)
downloadfreebsd-ports-gnome-78c5c1a05eea5f0e5d66d78dcc606d1b6e068462.tar.gz
freebsd-ports-gnome-78c5c1a05eea5f0e5d66d78dcc606d1b6e068462.tar.zst
freebsd-ports-gnome-78c5c1a05eea5f0e5d66d78dcc606d1b6e068462.zip
Upgrade to version 1.0.1 and fix home URL.
Set JAVA_VERSION to 1.5+ now that openjdk6 is the default JVM. PR: ports/162439 (plus 1.0.1 bump) Submitted by: olgeni Approved by: maintainer timeout (95 days)
Diffstat (limited to 'lang')
-rw-r--r--lang/abcl/Makefile5
-rw-r--r--lang/abcl/distinfo4
-rw-r--r--lang/abcl/pkg-descr2
3 files changed, 5 insertions, 6 deletions
diff --git a/lang/abcl/Makefile b/lang/abcl/Makefile
index 34f0bb80529f..706f887c386e 100644
--- a/lang/abcl/Makefile
+++ b/lang/abcl/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= abcl
-PORTVERSION= 0.25.0
-PORTREVISION= 1
+PORTVERSION= 1.0.1
CATEGORIES= lang lisp java
MASTER_SITES= http://common-lisp.net/project/armedbear/releases/${PORTVERSION}/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
@@ -22,7 +21,7 @@ SUB_LIST+= JAVAJARDIR="${JAVAJARDIR}"
SUB_FILES= abcl
USE_JAVA= yes
-JAVA_VERSION= 1.5
+JAVA_VERSION= 1.5+
USE_ANT= yes
do-install:
diff --git a/lang/abcl/distinfo b/lang/abcl/distinfo
index cf5c9cbc39bc..c9e02a3a2336 100644
--- a/lang/abcl/distinfo
+++ b/lang/abcl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (abcl-src-0.25.0.tar.gz) = ea4f1e0d9c33d397d88571068203e7ab8cdedead88e2a49921b06f1143535f41
-SIZE (abcl-src-0.25.0.tar.gz) = 812386
+SHA256 (abcl-src-1.0.1.tar.gz) = 87554671c17de2fb26d440fbe8c3faf61c963b9480be6a306bc6ec6253b8df84
+SIZE (abcl-src-1.0.1.tar.gz) = 916430
diff --git a/lang/abcl/pkg-descr b/lang/abcl/pkg-descr
index 4be4175af760..7403721a2d4f 100644
--- a/lang/abcl/pkg-descr
+++ b/lang/abcl/pkg-descr
@@ -9,4 +9,4 @@ development.
ABCL runs on platforms that support Java 1.4 (or later), including Linux,
Windows, and Mac OS X.
-WWW: http://armedbear.org/
+WWW: http://common-lisp.net/project/armedbear/