Date: Thu, 1 Aug 2019 16:15:46 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507785 - in head/databases/py-xapian: . files Message-ID: <201908011615.x71GFklV001887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Aug 1 16:15:46 2019 New Revision: 507785 URL: https://svnweb.freebsd.org/changeset/ports/507785 Log: Update to 1.4.12 Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.12 Modified: head/databases/py-xapian/Makefile head/databases/py-xapian/distinfo head/databases/py-xapian/files/patch-configure Modified: head/databases/py-xapian/Makefile ============================================================================== --- head/databases/py-xapian/Makefile Thu Aug 1 16:15:40 2019 (r507784) +++ head/databases/py-xapian/Makefile Thu Aug 1 16:15:46 2019 (r507785) @@ -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}/ \ Modified: head/databases/py-xapian/distinfo ============================================================================== --- head/databases/py-xapian/distinfo Thu Aug 1 16:15:40 2019 (r507784) +++ head/databases/py-xapian/distinfo Thu Aug 1 16:15:46 2019 (r507785) @@ -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 Modified: head/databases/py-xapian/files/patch-configure ============================================================================== --- head/databases/py-xapian/files/patch-configure Thu Aug 1 16:15:40 2019 (r507784) +++ head/databases/py-xapian/files/patch-configure Thu Aug 1 16:15:46 2019 (r507785) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908011615.x71GFklV001887>