diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-01 16:15:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-01 16:15:46 +0000 |
commit | 65bb1574074a5c9cee7439a1aa446e1ba51daa00 (patch) | |
tree | 3ec0012be35f8eb0debb747aca2e203af9f864ce /databases | |
parent | be053523dca35b2465fe7e59270678e90da9cc27 (diff) | |
download | ports-65bb1574074a5c9cee7439a1aa446e1ba51daa00.tar.gz ports-65bb1574074a5c9cee7439a1aa446e1ba51daa00.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-xapian/Makefile | 3 | ||||
-rw-r--r-- | databases/py-xapian/distinfo | 6 | ||||
-rw-r--r-- | databases/py-xapian/files/patch-configure | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/databases/py-xapian/Makefile b/databases/py-xapian/Makefile index 8b19d726d6e0..c30ad1591dcf 100644 --- a/databases/py-xapian/Makefile +++ b/databases/py-xapian/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xapian -PORTVERSION= 1.4.11 -PORTREVISION= 1 +PORTVERSION= 1.4.12 DISTVERSIONPREFIX= bindings- CATEGORIES= databases python MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ diff --git a/databases/py-xapian/distinfo b/databases/py-xapian/distinfo index b7649c592894..7c745c02bf14 100644 --- a/databases/py-xapian/distinfo +++ b/databases/py-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551506636 -SHA256 (xapian-bindings-1.4.11.tar.xz) = 9da356c8b20a66ea3d44002e24fee4ed961989d9ba726a13d13e8d56f216718d -SIZE (xapian-bindings-1.4.11.tar.xz) = 1125716 +TIMESTAMP = 1564577772 +SHA256 (xapian-bindings-1.4.12.tar.xz) = 7577174efbee2b893b5387fb0bdf3b630e82f55288a00a4c3ec9fdc463e42a49 +SIZE (xapian-bindings-1.4.12.tar.xz) = 1132048 diff --git a/databases/py-xapian/files/patch-configure b/databases/py-xapian/files/patch-configure index 21ccbf11bed2..faad12613e77 100644 --- a/databases/py-xapian/files/patch-configure +++ b/databases/py-xapian/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2017-10-16 02:32:59 UTC +--- configure.orig 2019-07-24 03:34:23 UTC +++ configure -@@ -17105,10 +17105,6 @@ $as_echo "yes" >&6; } +@@ -17102,10 +17102,6 @@ $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -11,12 +11,12 @@ 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; } +@@ -17289,10 +17285,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 +- as_fn_error $? "Couldn't import sphinx module for Python3 - try package python3-sphinx" "$LINENO" 5 - fi - PYTHON3= fi |