diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-18 09:14:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-18 09:14:57 +0000 |
commit | 5e34bbf97caeba92a93210a16a9d6d514f59fc7b (patch) | |
tree | 8835bcd4bba8b52602ab8ceacb03b79a65b5a605 /lang/alisp | |
parent | Incorporated into upstream version. PR: ports/58996. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=94238
Diffstat (limited to 'lang/alisp')
-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 |