ports/119500: Update port: lang/bigloo to 3.0c.4

KATO Tsuguru tkato432 at yahoo.com
Wed Jan 9 18:10:02 UTC 2008


>Number:         119500
>Category:       ports
>Synopsis:       Update port: lang/bigloo to 3.0c.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 09 18:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 3.0c.4

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/lang/bigloo/Makefile lang/bigloo/Makefile
--- /usr/ports/lang/bigloo/Makefile	Sat Dec 15 05:10:36 2007
+++ lang/bigloo/Makefile	Fri Jan  4 14:13:44 2008
@@ -6,15 +6,17 @@
 #
 
 PORTNAME=	bigloo
-PORTVERSION=	3.0c
+PORTVERSION=	3.0c.4
 CATEGORIES=	lang scheme
 MASTER_SITES=	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \
 		ftp://kaolin.unice.fr/pub/Bigloo/
-DISTNAME=	${PORTNAME}${PORTVERSION}
+DISTNAME=	${PORTNAME}${PORTVERSION:R}-${PORTVERSION:E}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A Scheme interpreter and native code compiler
 
+WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:R}
+
 USE_EMACS=	yes
 USE_GMAKE=	yes
 HAS_CONFIGURE=	yes
@@ -25,8 +27,8 @@
 		--jvm=no
 ALL_TARGET=	# empty
 INSTALL_TARGET=	install-progs compile-bee install-bee
-USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION}
-PLIST_SUB=	BIGLOO_VERSION="${PORTVERSION}"
+USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION:R}
+PLIST_SUB=	BIGLOO_VERSION="${PORTVERSION:R}"
 
 MAN1=		bigloo.1
 INFO=		bigloo
@@ -39,8 +41,8 @@
 		${WRKSRC}/api/multimedia/src/Unix/bglmixer.c
 
 post-configure:
-	@${REINPLACE_CMD} -e 's/BGL_HAVE_SENDFILE 1/BGL_HAVE_SENDFILE 0/' \
-		${WRKSRC}/lib/${PORTVERSION}/bigloo_config.h
+	@${FIND} ${WRKSRC} -name "bigloo_config.h" | ${XARGS} \
+		${REINPLACE_CMD} -e 's/BGL_HAVE_SENDFILE 1/BGL_HAVE_SENDFILE 0/'
 
 .include <bsd.port.pre.mk>
 
diff -urN /usr/ports/lang/bigloo/distinfo lang/bigloo/distinfo
--- /usr/ports/lang/bigloo/distinfo	Sat Dec 15 05:10:36 2007
+++ lang/bigloo/distinfo	Fri Jan  4 13:00:06 2008
@@ -1,3 +1,3 @@
-MD5 (bigloo3.0c.tar.gz) = 11300e657ba37eb5c8a4847986980e18
-SHA256 (bigloo3.0c.tar.gz) = 53018455dbc728e05d901eb734f779a41387a6db8595fddb1430713f6705092b
-SIZE (bigloo3.0c.tar.gz) = 11771507
+MD5 (bigloo3.0c-4.tar.gz) = 449b5f45a1b02619b9cf2a76f94232ee
+SHA256 (bigloo3.0c-4.tar.gz) = 047bb6b36c8ca51a2b261fdfba6b0637808d0d9923360633f695bcc3dd6b6c2b
+SIZE (bigloo3.0c-4.tar.gz) = 11776933
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list