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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 24 15:15:32 UTC 2017


Author: sunpoet
Date: Mon Apr 24 15:15:30 2017
New Revision: 439301
URL: https://svnweb.freebsd.org/changeset/ports/439301

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

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

Modified: head/databases/py-xapian/Makefile
==============================================================================
--- head/databases/py-xapian/Makefile	Mon Apr 24 15:15:15 2017	(r439300)
+++ head/databases/py-xapian/Makefile	Mon Apr 24 15:15:30 2017	(r439301)
@@ -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-
 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>

Modified: head/databases/py-xapian/distinfo
==============================================================================
--- head/databases/py-xapian/distinfo	Mon Apr 24 15:15:15 2017	(r439300)
+++ head/databases/py-xapian/distinfo	Mon Apr 24 15:15:30 2017	(r439301)
@@ -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


More information about the svn-ports-all mailing list