summaryrefslogtreecommitdiff
path: root/lang/abcl
diff options
context:
space:
mode:
Diffstat (limited to 'lang/abcl')
-rw-r--r--lang/abcl/Makefile4
-rw-r--r--lang/abcl/distinfo9
-rw-r--r--lang/abcl/patches/patch-build.xml23
3 files changed, 6 insertions, 30 deletions
diff --git a/lang/abcl/Makefile b/lang/abcl/Makefile
index 08957416868..ca1fcd1976b 100644
--- a/lang/abcl/Makefile
+++ b/lang/abcl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2012/10/02 20:11:35 asau Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/17 21:47:31 asau Exp $
-DISTNAME= abcl-src-1.0.1
+DISTNAME= abcl-src-1.1.0
PKGNAME= $(DISTNAME:C/-src//)
CATEGORIES= lang
MASTER_SITES= http://common-lisp.net/project/armedbear/releases/$(PKGVERSION_NOREV)/
diff --git a/lang/abcl/distinfo b/lang/abcl/distinfo
index 7ea666fe75a..60adc51aa78 100644
--- a/lang/abcl/distinfo
+++ b/lang/abcl/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/08/08 20:24:44 asau Exp $
+$NetBSD: distinfo,v 1.2 2012/12/17 21:47:31 asau Exp $
-SHA1 (abcl-src-1.0.1.tar.gz) = 476a3d93f8be9e58cacae650230248edb44190e5
-RMD160 (abcl-src-1.0.1.tar.gz) = 6927789abdb2ceb77e41427c717ba637160bcac6
-Size (abcl-src-1.0.1.tar.gz) = 916430 bytes
-SHA1 (patch-build.xml) = f566bf5d4c2be6921e19c5400b4e453fb4dbee25
+SHA1 (abcl-src-1.1.0.tar.gz) = 0079bbefaa98431e7f7b1c597cb8dd1fe8abaa24
+RMD160 (abcl-src-1.1.0.tar.gz) = 1d615dfb4add0b598e268398363a578fa51e8af2
+Size (abcl-src-1.1.0.tar.gz) = 994498 bytes
diff --git a/lang/abcl/patches/patch-build.xml b/lang/abcl/patches/patch-build.xml
deleted file mode 100644
index 3dbe5b18eeb..00000000000
--- a/lang/abcl/patches/patch-build.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-build.xml,v 1.1.1.1 2012/08/08 20:24:44 asau Exp $
-
---- build.xml.orig 2012-01-09 09:55:11.000000000 +0000
-+++ build.xml
-@@ -43,6 +43,9 @@ For help on the automatic tests availabl
- <property name="abcl.ext.dir"
- value="${basedir}/ext"/>
-
-+ <property name="abcl.runtime.jar.path"
-+ value="${abcl.jar.path}"/>
-+
- <fail message="Please build using Ant 1.7.1 or higher.">
- <condition>
- <not>
-@@ -451,7 +454,7 @@ from ${abcl.home.dir}
- <!-- Set from commandline or in 'build.properties' -->
- <property name="additional.jars" value=""/>
- <path id="abcl.runtime.classpath">
-- <pathelement location="${abcl.jar.path}"/>
-+ <pathelement location="${abcl.runtime.jar.path}"/>
- <pathelement path="${additional.jars}"/>
- </path>
- <!-- set via '-Djava.options=JAVA_OPTIONS' or in 'build.properties -->