svn commit: r507785 - in head/databases/py-xapian: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 1 16:15:47 UTC 2019


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


More information about the svn-ports-all mailing list