ports/50483: [Maintainer Update] lang/gauche 0.6.7.1 -> 0.6.8

Erik Greenwald erik at smluc.org
Mon Mar 31 15:20:10 UTC 2003


>Number:         50483
>Category:       ports
>Synopsis:       [Maintainer Update] lang/gauche  0.6.7.1 -> 0.6.8
>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:   Mon Mar 31 07:20:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Mar 30 12:26:39 CST 2003 root at fenris:/usr/obj/usr/src/sys/FENRIS i386


>Description:
Freshmeat blurb:

Changes: The regular expression engine has been rewritten to support POSIX
extended regular expression and some of Perl's regexp extensions. Many bugs
have been fixed, including the removal of multithread-unsafe code from the
networking/autoload modules.


Changelog at http://www.shiro.dreamhost.com/scheme/gauche/ChangeLog.txt

Took out the /dev/null reference in the makefile, it prints out a couple more
lines, but portlint no longer complains

No changes to pkg-plist or files/


>How-To-Repeat:
>Fix:

--- gauche.0.6.8 begins here ---
diff -Nurb lang/gauche.orig/Makefile lang/gauche/Makefile
--- lang/gauche.orig/Makefile	Mon Mar 31 08:46:48 2003
+++ lang/gauche/Makefile	Mon Mar 31 09:03:37 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gauche
-PORTVERSION=	0.6.7.1	# Keep databases/gauche-gdbm in sync with this
+PORTVERSION=	0.6.8	# Keep databases/gauche-gdbm in sync with this
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -36,7 +36,7 @@
 
 post-install:
 	${STRIP_CMD} ${PREFIX}/bin/gosh
-	-${PREFIX}/bin/gosh -u slib -e "(require 'logical)" -e "(exit 0)" > /dev/null 2>&1
+	-${PREFIX}/bin/gosh -u slib -e "(require 'logical)" -e "(exit 0)"
 .if !defined(NOPORTDOCS)
 	${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${MANPREFIX}/man/man1/
 	${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/info/
diff -Nurb lang/gauche.orig/distinfo lang/gauche/distinfo
--- lang/gauche.orig/distinfo	Mon Mar 31 08:46:48 2003
+++ lang/gauche/distinfo	Mon Mar 31 08:57:43 2003
@@ -1 +1 @@
-MD5 (Gauche-0.6.7.1.tgz) = 85d99929124148df74e5bc8f8f499f4d
+MD5 (Gauche-0.6.8.tgz) = 06135124f762eaa367708064296fdf82
--- gauche.0.6.8 ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list