diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-18 12:20:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-18 12:20:56 +0000 |
commit | ee7c27eb543430ab7de64c179c0fdc04bc32805b (patch) | |
tree | b321a295bce74530520fefb97156f59f4a4b9a6e /lang/bigloo | |
parent | 113c8a18857ba28b28109cdbf6aa86ad2676e7eb (diff) | |
download | ports-ee7c27eb543430ab7de64c179c0fdc04bc32805b.tar.gz ports-ee7c27eb543430ab7de64c179c0fdc04bc32805b.zip |
Notes
Diffstat (limited to 'lang/bigloo')
-rw-r--r-- | lang/bigloo/Makefile | 14 | ||||
-rw-r--r-- | lang/bigloo/distinfo | 6 |
2 files changed, 11 insertions, 9 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 22b21f47e5e7..dd9d4f0ab41a 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -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 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --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 --git a/lang/bigloo/distinfo b/lang/bigloo/distinfo index fcae5021dd72..280117a91b99 100644 --- a/lang/bigloo/distinfo +++ b/lang/bigloo/distinfo @@ -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 |