Date: Wed, 17 Jun 2009 03:30:24 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/135642: Update port: lang/bigloo to 3.2b.2 Message-ID: <20090617033024.0b1f7b29.tkato432@yahoo.com> Resent-Message-ID: <200906161840.n5GIe291083674@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135642 >Category: ports >Synopsis: Update port: lang/bigloo to 3.2b.2 >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: Tue Jun 16 18:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.2-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 3.2b-2 >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/bigloo/Makefile lang/bigloo/Makefile --- /usr/ports/lang/bigloo/Makefile 2009-05-29 15:29:11.000000000 +0900 +++ lang/bigloo/Makefile 2009-06-06 23:04:40.000000000 +0900 @@ -6,17 +6,19 @@ # PORTNAME= bigloo -PORTVERSION= 3.2b +PORTVERSION= 3.2b.2 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@FreeBSD.org COMMENT= A Scheme interpreter and native code compiler LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R} + USE_OPENSSL= yes USE_GSTREAMER= yes USE_EMACS= yes @@ -30,10 +32,10 @@ --gclibdir=${LOCALBASE}/lib \ --gcincdir=${LOCALBASE}/include \ --customgc=no -ALL_TARGET= build -INSTALL_TARGET= install-progs compile-bee install-bee -USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION} -PLIST_SUB= BIGLOO_VERSION="${PORTVERSION}" +ALL_TARGET= build compile-bee +INSTALL_TARGET= install-progs install-bee +USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION:R} +PLIST_SUB= BIGLOO_VERSION="${PORTVERSION:R}" MAN1= bigloo.1 INFO= bigloo diff -urN /usr/ports/lang/bigloo/distinfo lang/bigloo/distinfo --- /usr/ports/lang/bigloo/distinfo 2009-05-29 15:29:11.000000000 +0900 +++ lang/bigloo/distinfo 2009-06-06 18:51:20.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (bigloo3.2b.tar.gz) = e99e126b41b1a4cbd7a9c2da043233c4 -SHA256 (bigloo3.2b.tar.gz) = 7107a3252b36efea6528622fa1470ba3a997697268e0f1abfd0de752365e330d -SIZE (bigloo3.2b.tar.gz) = 13063288 +MD5 (bigloo3.2b-2.tar.gz) = 48d8853e108436469ee858116b3da00d +SHA256 (bigloo3.2b-2.tar.gz) = 11372dcbbc4995e75bb8a7ea445ef39a52f88f8c124fa0a8b9af5b8f9b657219 +SIZE (bigloo3.2b-2.tar.gz) = 13062630 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090617033024.0b1f7b29.tkato432>