diff options
author | makc <makc@FreeBSD.org> | 2010-05-16 17:18:55 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-05-16 17:18:55 +0800 |
commit | 55d150199d1d6f218d26f49a0d4475eca7897354 (patch) | |
tree | 688e079d31669a142ff12060149b2ae5fc89449d /lang/qore | |
parent | be1f2a5d0f263066836e7eb14512caedb4b32bf3 (diff) | |
download | freebsd-ports-gnome-55d150199d1d6f218d26f49a0d4475eca7897354.tar.gz freebsd-ports-gnome-55d150199d1d6f218d26f49a0d4475eca7897354.tar.zst freebsd-ports-gnome-55d150199d1d6f218d26f49a0d4475eca7897354.zip |
Update to 0.7.8
PR: ports/146193
Submitted by: maintainer
Diffstat (limited to 'lang/qore')
-rw-r--r-- | lang/qore/Makefile | 3 | ||||
-rw-r--r-- | lang/qore/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile index f0a82a071b29..1bbec9c8e3a7 100644 --- a/lang/qore/Makefile +++ b/lang/qore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qore -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 CATEGORIES= lang MASTER_SITES= SF/qore/qore/${PORTVERSION}/ @@ -18,6 +18,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison +USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= "LEX=${LOCALBASE}/bin/flex" diff --git a/lang/qore/distinfo b/lang/qore/distinfo index 3a88a9a2db76..41acbb1d2927 100644 --- a/lang/qore/distinfo +++ b/lang/qore/distinfo @@ -1,3 +1,3 @@ -MD5 (qore-0.7.7.tar.gz) = 2fc602b44b65a5bba653a0a079d4ab91 -SHA256 (qore-0.7.7.tar.gz) = bf6a817875752e81c259ffc33b613ef134a31060611f98d7cdd9470f9075e8a2 -SIZE (qore-0.7.7.tar.gz) = 2753830 +MD5 (qore-0.7.8.tar.gz) = 6d70655a45870bb6c8c7ac767a22042e +SHA256 (qore-0.7.8.tar.gz) = a0dd49b03df77049b49dbc4a4c0821566d070618bd1b43e84deb2361ed20ca8d +SIZE (qore-0.7.8.tar.gz) = 2765036 |