From owner-svn-ports-head@freebsd.org Mon Apr 24 15:15:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39C72D4EB9B; Mon, 24 Apr 2017 15:15:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4AB57AA; Mon, 24 Apr 2017 15:15:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3OFFUIP026498; Mon, 24 Apr 2017 15:15:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3OFFUsL026496; Mon, 24 Apr 2017 15:15:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704241515.v3OFFUsL026496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 24 Apr 2017 15:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439301 - in head/databases/py-xapian: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 15:15:32 -0000 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 .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 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