aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-04-16 03:07:30 +0800
committermiwi <miwi@FreeBSD.org>2007-04-16 03:07:30 +0800
commit074c69ac04d817cd146c134b77eb2f215be524e6 (patch)
treeb0c628adad92e1fba3516f02ffc37f2105006ea0 /textproc
parentedbf61e20f85884f08f56621946deef0fb0c3c7d (diff)
downloadfreebsd-ports-gnome-074c69ac04d817cd146c134b77eb2f215be524e6.tar.gz
freebsd-ports-gnome-074c69ac04d817cd146c134b77eb2f215be524e6.tar.zst
freebsd-ports-gnome-074c69ac04d817cd146c134b77eb2f215be524e6.zip
- Update to 0.9.7
PR: 111374 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sphinxsearch/Makefile5
-rw-r--r--textproc/sphinxsearch/distinfo6
-rw-r--r--textproc/sphinxsearch/files/patch-src-sphinxsearch.h11
3 files changed, 16 insertions, 6 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile
index ab04b6794466..c103215d44ab 100644
--- a/textproc/sphinxsearch/Makefile
+++ b/textproc/sphinxsearch/Makefile
@@ -8,11 +8,10 @@
# this port. You need a patched version of mysql server for that.
PORTNAME= sphinxsearch
-PORTVERSION= 0.9.7.r2
-PORTREVISION= 1
+PORTVERSION= 0.9.7
CATEGORIES= textproc databases
MASTER_SITES= http://www.sphinxsearch.com/downloads/
-DISTNAME= sphinx-${PORTVERSION:C@\.r([0-9]+)$@-rc\1@}
+DISTNAME= sphinx-${PORTVERSION}
MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT= Sphinx Full-Text Search Engine
diff --git a/textproc/sphinxsearch/distinfo b/textproc/sphinxsearch/distinfo
index 5877571592cf..95e6db3a44f0 100644
--- a/textproc/sphinxsearch/distinfo
+++ b/textproc/sphinxsearch/distinfo
@@ -1,3 +1,3 @@
-MD5 (sphinx-0.9.7-rc2.tar.gz) = 65daf0feb7e276fb3de0aba82cff1d3e
-SHA256 (sphinx-0.9.7-rc2.tar.gz) = 38ee9be39ae019ab06a6b053286a60ce699be89dbff00221fed05169dfe92533
-SIZE (sphinx-0.9.7-rc2.tar.gz) = 270445
+MD5 (sphinx-0.9.7.tar.gz) = 32f2b7e98d8485c86108851d52c5cef4
+SHA256 (sphinx-0.9.7.tar.gz) = 6c841b9042f880394858dd0373a1e3343c30e815422671ba3872691326c1c0a4
+SIZE (sphinx-0.9.7.tar.gz) = 344500
diff --git a/textproc/sphinxsearch/files/patch-src-sphinxsearch.h b/textproc/sphinxsearch/files/patch-src-sphinxsearch.h
new file mode 100644
index 000000000000..b869576a62ed
--- /dev/null
+++ b/textproc/sphinxsearch/files/patch-src-sphinxsearch.h
@@ -0,0 +1,11 @@
+--- src/sphinxstd.h.orig Sun Apr 15 20:16:11 2007
++++ src/sphinxstd.h Sun Apr 15 20:17:25 2007
+@@ -57,7 +57,7 @@
+ #error "Internal 64-bit integer macros already defined."
+ #endif
+
+-#if __STDC_VERSION__>=199901L || __STDC_VERSION>=199901L || defined(_STDINT_H) || defined(_STDINT_H_)
++#if __STDC_VERSION__>=199901L || __STDC_VERSION>=199901L || defined(_STDINT_H) || defined(_STDINT_H_) || defined(_SYS_STDINT_H_)
+ #include <stdint.h>
+ #else // no stdint.h
+