diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-18 17:14:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-18 17:14:57 +0800 |
commit | f23108f9d494f070b8daa9840acbf72b9936e2c0 (patch) | |
tree | e7363f41a374e2c5e456a95c51e676872ab91125 /lang | |
parent | 14f7021fb52dbf457d5b34f2e44049c3ba8f0139 (diff) | |
download | freebsd-ports-gnome-f23108f9d494f070b8daa9840acbf72b9936e2c0.tar.gz freebsd-ports-gnome-f23108f9d494f070b8daa9840acbf72b9936e2c0.tar.zst freebsd-ports-gnome-f23108f9d494f070b8daa9840acbf72b9936e2c0.zip |
Maintainer update to latest version. Major changes: renumbered versioning;
the user interface has changed to vi(1) style. For other changes and
bugfixes see alisp.t.
PR: ports/58996
Submitted by: nmh@t3x.org (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/alisp/Makefile | 7 | ||||
-rw-r--r-- | lang/alisp/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index 348652948399..69ed732bbe02 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -6,11 +6,10 @@ # PORTNAME= alisp -PORTVERSION= 8 -CATEGORIES= lang devel +PORTVERSION= 20031029 +CATEGORIES= lang devel lisp MASTER_SITES= http://t3x.dyndns.org/files/ \ http://www.t3x.org/files/ -DISTNAME= alisp${PORTVERSION} MAINTAINER= nmh@t3x.org COMMENT= A tail-recursive interpreter for purely symbolic LISP @@ -33,6 +32,6 @@ post-patch: ${WRKSRC}/Makefile ${REINPLACE_CMD} \ -e 's,/usr/local,${PREFIX},g' \ - ${WRKSRC}/cnf/dfl_unix.rc + ${WRKSRC}/cnf/unix.dfl .include <bsd.port.mk> diff --git a/lang/alisp/distinfo b/lang/alisp/distinfo index 5bbf4244eae3..0d50c7e2d178 100644 --- a/lang/alisp/distinfo +++ b/lang/alisp/distinfo @@ -1 +1 @@ -MD5 (alisp8.tar.gz) = b973ac56592d32b874bf1a954207d7be +MD5 (alisp-20031029.tar.gz) = faf2ffcd18458dfc36d410bd5f6087d9 |