mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 20060912
PR: ports/103199 Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer)
This commit is contained in:
parent
7546d20ca5
commit
29969f56e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172878
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= alisp
|
||||
PORTVERSION= 20060717
|
||||
PORTVERSION= 20060912
|
||||
CATEGORIES= lang devel lisp
|
||||
MASTER_SITES= http://www.t3x.org/files/
|
||||
MASTER_SITES= http://t3x.org/files/
|
||||
|
||||
MAINTAINER= nmh@t3x.org
|
||||
COMMENT= An interpreter for purely symbolic LISP
|
||||
@ -16,11 +16,12 @@ COMMENT= An interpreter for purely symbolic LISP
|
||||
MAN7= alisp.7
|
||||
MANCOMPRESSED= no
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV+= BINOWN=${BINOWN} \
|
||||
BINGRP=${BINGRP} \
|
||||
PREFIX=${PREFIX}
|
||||
|
||||
# Please, please keep this!
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (alisp-20060717.tar.gz) = 5deccf952fb7e02e25b12e08286e01c6
|
||||
SIZE (alisp-20060717.tar.gz) = 70006
|
||||
SHA256 (alisp-20060717.tar.gz) = 0ea35c7756ee8980af1ed54cb3504c8b2e844a7e4096a83b6b978be0fb82b03e
|
||||
MD5 (alisp-20060912.tar.gz) = 6d503acc098f22d25957ce4e3e9b6106
|
||||
SIZE (alisp-20060912.tar.gz) = 71175
|
||||
SHA256 (alisp-20060912.tar.gz) = 2e9c8efda1f44da0c2213bd6a650b1a026af40748e3f7da41308617cdab7b729
|
||||
|
@ -15,6 +15,7 @@ include/alisp.h
|
||||
%%DATADIR%%/every.l
|
||||
%%DATADIR%%/fact.l
|
||||
%%DATADIR%%/filter.l
|
||||
%%DATADIR%%/gener.l
|
||||
%%DATADIR%%/hanoi.l
|
||||
%%DATADIR%%/headp.l
|
||||
%%DATADIR%%/hyper.l
|
||||
|
Loading…
Reference in New Issue
Block a user