Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 Aug 2002 15:14:34 +0100 (BST)
From:      Dominic Mitchell <dom@semantico.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jabrown@caida.org
Subject:   ports/41377: New version of lang/clisp
Message-ID:  <20020806141434.93A905D18@cassia.dyn.rp.lan>

next in thread | raw e-mail | index | archive | help

>Number:         41377
>Category:       ports
>Synopsis:       New version of lang/clisp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 06 07:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Semantico
>Environment:
System: FreeBSD cassia.dyn.rp.lan 4.6-STABLE FreeBSD 4.6-STABLE #4: Fri Aug 2 19:34:42 BST 2002 root@cassia.dyn.rp.lan:/usr/obj/usr/src/sys/CASSIA i386


	I haven't tested this on -CURRENT.  It may need attention due to
	gcc-3.1.
>Description:
	This is the latest version of clisp.
>How-To-Repeat:
	n/a
>Fix:

	Here's the diff.  No files added or removed.  The only thing of
	note is that the distfile appears to extract into a non
	versioned directory now.

diff -urN /usr/ports/lang/clisp/Makefile clisp/Makefile
--- /usr/ports/lang/clisp/Makefile	Thu Jul  4 09:13:20 2002
+++ clisp/Makefile	Tue Aug  6 14:48:36 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	clisp
-PORTVERSION=	2.28
+PORTVERSION=	2.29
 CATEGORIES=	lang
 MASTER_SITES=	ftp://cvs2.cons.org/pub/lisp/clisp/source/${PORTVERSION}/ \
 		${MASTER_SITE_SOURCEFORGE}
@@ -56,6 +56,7 @@
 
 # The source doesn't include a top-level Makefile, so we'll fake one.
 post-extract:
+	@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
 	@cd ${WRKSRC} && \
 	printf "all install:\n\t@cd ${WRKSRC}/${BUILD_DIRNAME} && \$${MAKE} \$${MAKEFLAGS} \$$@\n" > ${WRKSRC}/Makefile
 
diff -urN /usr/ports/lang/clisp/distinfo clisp/distinfo
--- /usr/ports/lang/clisp/distinfo	Thu Jul  4 09:13:20 2002
+++ clisp/distinfo	Tue Aug  6 14:44:01 2002
@@ -1 +1 @@
-MD5 (clisp-2.28.tar.bz2) = 21d311ee262f4e0c54c35d65f16884e5
+MD5 (clisp-2.29.tar.bz2) = 9f084e56d7dad8c7be411475b444fb98
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020806141434.93A905D18>