Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2018 23:21:57 +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: r483185 - head/databases/py-xapian
Message-ID:  <201810272321.w9RNLvkX016694@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 27 23:21:57 2018
New Revision: 483185
URL: https://svnweb.freebsd.org/changeset/ports/483185

Log:
  Update to 1.4.8
  
  Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.8

Modified:
  head/databases/py-xapian/Makefile
  head/databases/py-xapian/distinfo

Modified: head/databases/py-xapian/Makefile
==============================================================================
--- head/databases/py-xapian/Makefile	Sat Oct 27 23:21:51 2018	(r483184)
+++ head/databases/py-xapian/Makefile	Sat Oct 27 23:21:57 2018	(r483185)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian
-PORTVERSION=	1.4.7
+PORTVERSION=	1.4.8
 DISTVERSIONPREFIX=	bindings-
 CATEGORIES=	databases python
 MASTER_SITES=	https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
@@ -26,13 +26,15 @@ OPTIONS_DEFINE=	DOCS
 
 PORTSCOUT=	limitw:1,even
 
+USES=		compiler:c++11-lang libtool python tar:xz
+
 CONFIGURE_ARGS=	--datarootdir=${DATADIR} --docdir=${DOCSDIR} \
 		--enable-static \
 		--without-csharp --without-java --without-lua --without-perl \
 		--without-php --without-ruby --without-tcl
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		compiler:c++11-lang libtool python tar:xz
+USE_CXXSTD=	c++11
 USE_PYTHON=	flavors
 
 PORTDOCS=	*

Modified: head/databases/py-xapian/distinfo
==============================================================================
--- head/databases/py-xapian/distinfo	Sat Oct 27 23:21:51 2018	(r483184)
+++ head/databases/py-xapian/distinfo	Sat Oct 27 23:21:57 2018	(r483185)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532800136
-SHA256 (xapian-bindings-1.4.7.tar.xz) = 4519751376dc5b59893b812495e6004fd80eb4a10970829aede71a35264b4e6a
-SIZE (xapian-bindings-1.4.7.tar.xz) = 1121700
+TIMESTAMP = 1540657348
+SHA256 (xapian-bindings-1.4.8.tar.xz) = a62377e54764bae444ee7feff517ab23ce314e92b94c4c03193a42884aa8de4b
+SIZE (xapian-bindings-1.4.8.tar.xz) = 1123812



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810272321.w9RNLvkX016694>