diff options
author | tdb <tdb@FreeBSD.org> | 2006-01-19 20:53:20 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-01-19 20:53:20 +0800 |
commit | 84368a3a04a0277e87793c257de911f6e1ee7340 (patch) | |
tree | 586825cfcda6e0726f02d119361c172a79d287ec /lang/clisp | |
parent | dd2c5447f74b66b15cf9be289c0f45238ac7c6a4 (diff) | |
download | freebsd-ports-gnome-84368a3a04a0277e87793c257de911f6e1ee7340.tar.gz freebsd-ports-gnome-84368a3a04a0277e87793c257de911f6e1ee7340.tar.zst freebsd-ports-gnome-84368a3a04a0277e87793c257de911f6e1ee7340.zip |
- Fix distinfo and unbreak.
- Distfile rerolled, changes as follows (full diff is ~500 lines):
Change version number from 2.36 to 2.37
configure.in contains a few changes like this:
-AC_MSG_NOTICE([ * Berkeley-DB (Tools):])
+AC_MSG_NOTICE([ * Berkeley-DB (Tools)])
PR: 91739
Submitted by: Andreas Eder <are@staffa.eder.local>
Approved by: maintainer
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 2 | ||||
-rw-r--r-- | lang/clisp/distinfo | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index b2abef1ea3b2..87b1cf2478fe 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -17,8 +17,6 @@ COMMENT= A Common Lisp implementation BUILD_DEPENDS= ${LOCALBASE}/lib/libsigsegv.a:${PORTSDIR}/devel/libsigsegv \ dvipdf:${PORTSDIR}/${GHOSTSCRIPT_PORT} -BROKEN= Size mismatch - USE_BZIP2= yes USE_ICONV= yes GNU_CONFIGURE= yes diff --git a/lang/clisp/distinfo b/lang/clisp/distinfo index 896ee26c1504..f312fc200328 100644 --- a/lang/clisp/distinfo +++ b/lang/clisp/distinfo @@ -1,3 +1,3 @@ -MD5 (clisp-2.37.tar.bz2) = 646a43385a30b5dc88bbb4f5f2805e94 -SHA256 (clisp-2.37.tar.bz2) = bd5805a02934fcdc2eb8e0ade430f8235b00716a5281c49d256ff9424ec06a0a -SIZE (clisp-2.37.tar.bz2) = 8050684 +MD5 (clisp-2.37.tar.bz2) = f2445b3935b6f97b443d9548c38872e9 +SHA256 (clisp-2.37.tar.bz2) = 6afdb1678357050c459a5aacf20a3303d0db760775769a26ac50d33b5c06255d +SIZE (clisp-2.37.tar.bz2) = 8052113 |