summaryrefslogtreecommitdiff
path: root/lang/qore
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-12-26 06:12:30 +0000
committerWen Heping <wen@FreeBSD.org>2009-12-26 06:12:30 +0000
commit3fc1af74c8c6f4b9661a5083486bc0bde1249a66 (patch)
tree5adecc877854a4f76753f0032ec44653987765d7 /lang/qore
parent- Update to 1.16 (diff)
- Update to 0.7.7
PR: ports/142030 Submitted by: "B. Estrade" <estrabd@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=246693
Diffstat (limited to 'lang/qore')
-rw-r--r--lang/qore/Makefile2
-rw-r--r--lang/qore/distinfo6
-rw-r--r--lang/qore/files/patch-configure11
3 files changed, 4 insertions, 15 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile
index 544a0cdae86a..790c6365520e 100644
--- a/lang/qore/Makefile
+++ b/lang/qore/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qore
-PORTVERSION= 0.7.6
+PORTVERSION= 0.7.7
CATEGORIES= lang
MASTER_SITES= SF/qore/qore/${PORTVERSION}/
diff --git a/lang/qore/distinfo b/lang/qore/distinfo
index 4221afe9fe45..3a88a9a2db76 100644
--- a/lang/qore/distinfo
+++ b/lang/qore/distinfo
@@ -1,3 +1,3 @@
-MD5 (qore-0.7.6.tar.gz) = df586d1cd81e172f82cce19fe5b84824
-SHA256 (qore-0.7.6.tar.gz) = 4916b1cb1887f98bb80e0a8f45d7ee0f6c17dd68e77216f55558231d2528fb52
-SIZE (qore-0.7.6.tar.gz) = 2542254
+MD5 (qore-0.7.7.tar.gz) = 2fc602b44b65a5bba653a0a079d4ab91
+SHA256 (qore-0.7.7.tar.gz) = bf6a817875752e81c259ffc33b613ef134a31060611f98d7cdd9470f9075e8a2
+SIZE (qore-0.7.7.tar.gz) = 2753830
diff --git a/lang/qore/files/patch-configure b/lang/qore/files/patch-configure
deleted file mode 100644
index 92e226c9c5c0..000000000000
--- a/lang/qore/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2009-11-13 09:55:21.000000000 +0800
-+++ configure 2009-11-13 09:56:58.000000000 +0800
-@@ -17137,7 +17137,7 @@ fi
-
- if test "$enable_64bit" = "auto"; then
- # turn on 64-bit by default if compiling on itanium or x86_64
-- if test "$host_cpu" = "ia64" -o "$host_cpu" = "x86_64"; then
-+ if test "$host_cpu" = "ia64" -o "$host_cpu" = "amd64"; then
- enable_64bit=yes
- else
- case "${host_os}" in