Date: Sun, 17 Apr 2005 01:18:18 +0200 From: Johannes Groedem <johs@copyleft.no> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80016: [MAINTAINER] devel/meta-cvs: update to 1.0.13 Message-ID: <E1DMwYM-00072p-00@allegiance.copyleft.no> Resent-Message-ID: <200504162320.j3GNKHj0061978@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80016 >Category: ports >Synopsis: [MAINTAINER] devel/meta-cvs: update to 1.0.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Apr 16 23:20:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johannes Groedem >Release: FreeBSD 4.11-STABLE i386 >Organization: Copyleft Software AS >Environment: System: FreeBSD 4.11-STABLE FreeBSD 4.11-STABLE #0: Thu Mar 3 10:09:02 CET >Description: - Update to 1.0.13 Added file(s): - files/patch-unix.lisp Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- meta-cvs-1.0.13_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/meta-cvs/Makefile /usr/home/johs/wd/local-ports/meta-cvs/Makefile --- /usr/ports/devel/meta-cvs/Makefile Sat Apr 16 19:48:14 2005 +++ /usr/home/johs/wd/local-ports/meta-cvs/Makefile Sat Apr 16 20:00:20 2005 @@ -2,11 +2,11 @@ # Date created: 13 February 2003 # Whom: johs # -# $FreeBSD: ports/devel/meta-cvs/Makefile,v 1.5 2004/02/04 05:19:43 marcus Exp $ +# $FreeBSD$ # PORTNAME= meta-cvs -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.13 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://users.footprints.net/~kaz/ @@ -16,8 +16,6 @@ COMMENT= A more capable version control system than CVS, built around CVS BUILD_DEPENDS= clisp:${PORTSDIR}/lang/clisp - -USE_GCC= 2.95 pre-build: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile diff -ruN --exclude=CVS /usr/ports/devel/meta-cvs/distinfo /usr/home/johs/wd/local-ports/meta-cvs/distinfo --- /usr/ports/devel/meta-cvs/distinfo Wed Mar 31 05:07:02 2004 +++ /usr/home/johs/wd/local-ports/meta-cvs/distinfo Sat Apr 16 19:52:46 2005 @@ -1,2 +1,2 @@ -MD5 (mcvs-1.0.9.tar.gz) = 3c211021792aeea8b714ae3c039825b9 -SIZE (mcvs-1.0.9.tar.gz) = 124143 +MD5 (mcvs-1.0.13.tar.gz) = 46355633fb763214480978df88919e23 +SIZE (mcvs-1.0.13.tar.gz) = 129469 diff -ruN --exclude=CVS /usr/ports/devel/meta-cvs/files/Makefile /usr/home/johs/wd/local-ports/meta-cvs/files/Makefile --- /usr/ports/devel/meta-cvs/files/Makefile Fri Feb 28 17:49:54 2003 +++ /usr/home/johs/wd/local-ports/meta-cvs/files/Makefile Thu Apr 24 20:58:17 2003 @@ -1,4 +1,4 @@ -# $FreeBSD: ports/devel/meta-cvs/files/Makefile,v 1.1 2003/02/28 16:49:54 glewis Exp $ +# $FreeBSD$ all: meta-cvs diff -ruN --exclude=CVS /usr/ports/devel/meta-cvs/files/build.sh /usr/home/johs/wd/local-ports/meta-cvs/files/build.sh --- /usr/ports/devel/meta-cvs/files/build.sh Fri Feb 28 17:49:54 2003 +++ /usr/home/johs/wd/local-ports/meta-cvs/files/build.sh Thu Apr 24 20:53:45 2003 @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: ports/devel/meta-cvs/files/build.sh,v 1.1 2003/02/28 16:49:54 glewis Exp $ +# $FreeBSD$ CLISP_LIB=$(clisp -q -norc -x '(progn (princ *lib-directory*) (values))') diff -ruN --exclude=CVS /usr/ports/devel/meta-cvs/files/patch-install.sh /usr/home/johs/wd/local-ports/meta-cvs/files/patch-install.sh --- /usr/ports/devel/meta-cvs/files/patch-install.sh Fri Feb 28 17:49:54 2003 +++ /usr/home/johs/wd/local-ports/meta-cvs/files/patch-install.sh Thu Apr 24 21:15:27 2003 @@ -1,4 +1,4 @@ -$FreeBSD: ports/devel/meta-cvs/files/patch-install.sh,v 1.1 2003/02/28 16:49:54 glewis Exp $ +$FreeBSD$ --- code/install.sh.orig Thu Feb 13 19:30:54 2003 +++ code/install.sh Thu Feb 13 19:31:01 2003 diff -ruN --exclude=CVS /usr/ports/devel/meta-cvs/files/patch-unix.lisp /usr/home/johs/wd/local-ports/meta-cvs/files/patch-unix.lisp --- /usr/ports/devel/meta-cvs/files/patch-unix.lisp Thu Jan 1 01:00:00 1970 +++ /usr/home/johs/wd/local-ports/meta-cvs/files/patch-unix.lisp Sat Apr 16 19:54:16 2005 @@ -0,0 +1,12 @@ +--- code/unix-bindings/unix.lisp~ 2004-01-08 16:34:05.000000000 +0100 ++++ code/unix-bindings/unix.lisp 2004-10-16 16:06:28.000000000 +0200 +@@ -38,7 +38,8 @@ + (defmacro def-c-call-out (sym &body args) + `(def-call-out ,sym (:language :stdc) ,@args)) + +-#.(when (> (read-from-string (lisp-implementation-version)) 2.30) ++#.(when (> (read-from-string (subseq (lisp-implementation-version) ++ 0 4)) 2.30) + (push :clisp-newer-than-2.30 *features*) + (values)) + --- meta-cvs-1.0.13_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DMwYM-00072p-00>