svn commit: r412238 - head/databases/p5-Search-Xapian

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 31 15:38:53 UTC 2016


Author: sunpoet
Date: Thu Mar 31 15:38:52 2016
New Revision: 412238
URL: https://svnweb.freebsd.org/changeset/ports/412238

Log:
  - Update to 1.2.23
  - Update *_DEPENDS: remove PORTSDIR
  
  Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.23
  		http://search.cpan.org/dist/Search-Xapian/Changes

Modified:
  head/databases/p5-Search-Xapian/Makefile
  head/databases/p5-Search-Xapian/distinfo

Modified: head/databases/p5-Search-Xapian/Makefile
==============================================================================
--- head/databases/p5-Search-Xapian/Makefile	Thu Mar 31 15:38:47 2016	(r412237)
+++ head/databases/p5-Search-Xapian/Makefile	Thu Mar 31 15:38:52 2016	(r412238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Search-Xapian
-PORTVERSION=	1.2.22.0
+PORTVERSION=	1.2.23.0
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
 		LOCAL/sunpoet \
@@ -15,9 +15,9 @@ COMMENT=	Perl XS frontend to the Xapian 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	libxapian.so:${PORTSDIR}/databases/xapian-core
-TEST_DEPENDS=	p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
-		p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+LIB_DEPENDS=	libxapian.so:databases/xapian-core
+TEST_DEPENDS=	p5-Test-Pod>=1.14:devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage
 
 PORTSCOUT=	limitw:1,even
 

Modified: head/databases/p5-Search-Xapian/distinfo
==============================================================================
--- head/databases/p5-Search-Xapian/distinfo	Thu Mar 31 15:38:47 2016	(r412237)
+++ head/databases/p5-Search-Xapian/distinfo	Thu Mar 31 15:38:52 2016	(r412238)
@@ -1,2 +1,2 @@
-SHA256 (Search-Xapian-1.2.22.0.tar.gz) = 52c24e224c68ed763d50b040c38a21dfc31bc69a7c896a3114262786c03c4edd
-SIZE (Search-Xapian-1.2.22.0.tar.gz) = 70102
+SHA256 (Search-Xapian-1.2.23.0.tar.gz) = 90ea2e962f9a4e5f73719bd30b877f5272da886f3693d3a961f4d84b2ef34402
+SIZE (Search-Xapian-1.2.23.0.tar.gz) = 70255


More information about the svn-ports-head mailing list