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)
This commit is contained in:
parent
5c81e5925e
commit
51b0d7ddab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291285
3 changed files with 5 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue