ports/113900: [PATCH] databases/p5-Search-Xapian: update to 1.0.1.0

Gea-Suan Lin gslin at gslin.org
Thu Jun 21 05:20:03 UTC 2007


>Number:         113900
>Category:       ports
>Synopsis:       [PATCH] databases/p5-Search-Xapian: update to 1.0.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 21 05:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Jun  5 03:26:27 CST
>Description:
- Update to 1.0.1.0
- Remove the check for Perl < 5.6

Port maintainer (lbr at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Search-Xapian-1.0.1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/p5-Search-Xapian/Makefile /home/staff/gslin/work/ports/p5-Search-Xapian/Makefile
--- /usr/ports/databases/p5-Search-Xapian/Makefile	Sat Jun  2 03:59:33 2007
+++ /home/staff/gslin/work/ports/p5-Search-Xapian/Makefile	Thu Jun 21 13:09:15 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Search-Xapian
-PORTVERSION=	1.0.0.0
-PORTREVISION=	1
+PORTVERSION=	1.0.1.0
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Search
@@ -16,8 +15,8 @@
 MAINTAINER=	lbr at FreeBSD.org
 COMMENT=	Perl XS frontend to the Xapian C++ search library
 
-BUILD_DEPENDS=	xapian-core>=1.0.0:${PORTSDIR}/databases/xapian-core
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	xapian-core>=1.0.1:${PORTSDIR}/databases/xapian-core
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 CC=		${CXX}
@@ -38,8 +37,4 @@
 	Search::Xapian::Weight.3 \
 	Search::Xapian::WritableDatabase.3
 
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-IGNORE=	requires at least Perl 5.6. Install lang/perl5 or perl5.8 and try again
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/databases/p5-Search-Xapian/distinfo /home/staff/gslin/work/ports/p5-Search-Xapian/distinfo
--- /usr/ports/databases/p5-Search-Xapian/distinfo	Fri Jun  1 04:06:06 2007
+++ /home/staff/gslin/work/ports/p5-Search-Xapian/distinfo	Thu Jun 21 13:09:25 2007
@@ -1,3 +1,3 @@
-MD5 (Search-Xapian-1.0.0.0.tar.gz) = 17f943d792bdef4048c369aec2481ab1
-SHA256 (Search-Xapian-1.0.0.0.tar.gz) = 64d5af41ed05e1e8ae89752e73b808ec04fa4c0397f09576b86b4f1cb3430a47
-SIZE (Search-Xapian-1.0.0.0.tar.gz) = 35755
+MD5 (Search-Xapian-1.0.1.0.tar.gz) = 685756c7b820702e29055e91cb11fcf0
+SHA256 (Search-Xapian-1.0.1.0.tar.gz) = 2a413748744b660aff697e10df7a7f774521722a4fb2ba45de1fc9d6eb36c92e
+SIZE (Search-Xapian-1.0.1.0.tar.gz) = 36313
--- p5-Search-Xapian-1.0.1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list