svn commit: r358984 - head/databases/xapian-bindings

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 23 17:43:47 UTC 2014


Author: sunpoet
Date: Mon Jun 23 17:43:46 2014
New Revision: 358984
URL: http://svnweb.freebsd.org/changeset/ports/358984
QAT: https://qat.redports.org/buildarchive/r358984/

Log:
  - Update to 1.2.18
  - Use USES=libtool
  
  Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.18

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

Modified: head/databases/xapian-bindings/Makefile
==============================================================================
--- head/databases/xapian-bindings/Makefile	Mon Jun 23 17:43:41 2014	(r358983)
+++ head/databases/xapian-bindings/Makefile	Mon Jun 23 17:43:46 2014	(r358984)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian-bindings
-PORTVERSION=	1.2.17
-PORTREVISION=	1
+PORTVERSION=	1.2.18
 CATEGORIES=	databases
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -25,7 +24,7 @@ CONFIGURE_ARGS=	--datarootdir=${DATADIR}
 		--without-csharp --without-java --without-tcl
 GNU_CONFIGURE=	yes
 MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
-USES=		tar:xz
+USES=		libtool tar:xz
 
 PORTDOCS=	*
 

Modified: head/databases/xapian-bindings/distinfo
==============================================================================
--- head/databases/xapian-bindings/distinfo	Mon Jun 23 17:43:41 2014	(r358983)
+++ head/databases/xapian-bindings/distinfo	Mon Jun 23 17:43:46 2014	(r358984)
@@ -1,2 +1,2 @@
-SHA256 (xapian-bindings-1.2.17.tar.xz) = 54ad5d818fa7d6558acbf517a04c78db9fb4c90103eda0a0f9fe9a864683f80a
-SIZE (xapian-bindings-1.2.17.tar.xz) = 827160
+SHA256 (xapian-bindings-1.2.18.tar.xz) = e0c13d4a15d310c309f03dc8a8edfb9f99c0876ea5c1b1261c38988126cfecf7
+SIZE (xapian-bindings-1.2.18.tar.xz) = 828232


More information about the svn-ports-head mailing list