aboutsummaryrefslogtreecommitdiff
path: root/databases/py-xapian
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-24 15:15:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-24 15:15:30 +0000
commit9719a3406fc18ceddaf6c6cd27c580ec9a7d0896 (patch)
tree88e29155f273c16280b0439102da953fb00253ec /databases/py-xapian
parent2016e90b4f00a69a36deb3f99995ea36d757778b (diff)
downloadports-9719a3406fc18ceddaf6c6cd27c580ec9a7d0896.tar.gz
ports-9719a3406fc18ceddaf6c6cd27c580ec9a7d0896.zip
Update to 1.4.4
Notes
Notes: svn path=/head/; revision=439301
Diffstat (limited to 'databases/py-xapian')
-rw-r--r--databases/py-xapian/Makefile14
-rw-r--r--databases/py-xapian/distinfo6
-rw-r--r--databases/py-xapian/files/patch-configure24
3 files changed, 10 insertions, 34 deletions
diff --git a/databases/py-xapian/Makefile b/databases/py-xapian/Makefile
index 107a319eda54..de01b0c974de 100644
--- a/databases/py-xapian/Makefile
+++ b/databases/py-xapian/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xapian
-PORTVERSION= 1.4.3
+PORTVERSION= 1.4.4
DISTVERSIONPREFIX= bindings-
CATEGORIES= databases
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
@@ -36,12 +36,6 @@ PORTDOCS= *
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.4.8:textproc/py-sphinx
-post-patch:
- @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
-
-post-patch-DOCS-off:
- @${REINPLACE_CMD} -e 's| all-local||; s| install-data-local install-dist_exampledataDATA||' ${WRKSRC}/python/Makefile.in ${WRKSRC}/python3/Makefile.in
-
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} > 3000
@@ -52,4 +46,10 @@ CONFIGURE_ARGS+=--with-python --without-python3
CONFIGURE_ENV+= PYTHON2=${PYTHON_CMD}
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
+
+post-patch-DOCS-off:
+ @${REINPLACE_CMD} -e 's| all-local||; s| install-data-local install-dist_exampledataDATA||' ${WRKSRC}/python/Makefile.in ${WRKSRC}/python3/Makefile.in
+
.include <bsd.port.post.mk>
diff --git a/databases/py-xapian/distinfo b/databases/py-xapian/distinfo
index 09c72f562dee..ec938832c334 100644
--- a/databases/py-xapian/distinfo
+++ b/databases/py-xapian/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485562319
-SHA256 (xapian-bindings-1.4.3.tar.xz) = 65b5455bf81e4f39fda49a6ad99353b05889d11d7c4c2cae001a0a1e0dac0d87
-SIZE (xapian-bindings-1.4.3.tar.xz) = 1114408
+TIMESTAMP = 1493031953
+SHA256 (xapian-bindings-1.4.4.tar.xz) = 3b323eac41c42750b7dacc9319b1477a7c1b552c95f590127643dee3b44d8a39
+SIZE (xapian-bindings-1.4.4.tar.xz) = 1117140
diff --git a/databases/py-xapian/files/patch-configure b/databases/py-xapian/files/patch-configure
deleted file mode 100644
index 3ca6b16549b6..000000000000
--- a/databases/py-xapian/files/patch-configure
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.orig 2017-01-25 00:42:31 UTC
-+++ configure
-@@ -17105,10 +17105,6 @@ $as_echo "yes" >&6; }
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- $as_echo "no" >&6; }
-- if test yes = "$with_python2" ; then
-- as_fn_error $? "Couldn't import sphinx module and call sphinx.main() for Python2 - try package python-sphinx" "$LINENO" 5
-- fi
-- PYTHON2=
- fi
- if test -n "$PYTHON2" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PYTHON2_INC/Python.h" >&5
-@@ -17292,10 +17288,6 @@ $as_echo "yes" >&6; }
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- $as_echo "no" >&6; }
-- if test yes = "$with_python3" ; then
-- as_fn_error $? "Couldn't import sphinx module and call sphinx.main() for Python3 - try package python3-sphinx" "$LINENO" 5
-- fi
-- PYTHON3=
- fi
- if test -n "$PYTHON3" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PYTHON3_INC/Python.h" >&5