Date: Sat, 21 Nov 2009 02:54:36 -0500 (EST) From: Sahil Tandon <sahil@tandon.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perl@FreeBSD.org Subject: ports/140739: [PATCH] www/p5-WWW-OpenSearch: update to 0.15 + adopt port Message-ID: <20091121075436.D6D701708C@spartan.hamla.org> Resent-Message-ID: <200911210800.nAL806wn025281@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140739 >Category: ports >Synopsis: [PATCH] www/p5-WWW-OpenSearch: update to 0.15 + adopt port >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: Sat Nov 21 08:00:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 0.15 - Remove explicit DEPENDS on net/p5-URI because it is already implied by net/p5-URI-Template - Assume maintainership from perl@ >How-To-Repeat: >Fix: --- p5-WWW-OpenSearch.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-OpenSearch/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 18 Apr 2008 09:58:55 -0000 1.8 +++ Makefile 21 Nov 2009 07:50:21 -0000 @@ -6,16 +6,15 @@ # PORTNAME= WWW-OpenSearch -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sahil@tandon.net COMMENT= Search A9 OpenSearch compatible engines -RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/URI/Template.pm:${PORTSDIR}/net/p5-URI-Template \ +RUN_DEPENDS= ${SITE_PERL}/URI/Template.pm:${PORTSDIR}/net/p5-URI-Template \ p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \ p5-XML-Feed>=0.08:${PORTSDIR}/textproc/p5-XML-Feed \ p5-libwww>=5.60:${PORTSDIR}/www/p5-libwww \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-OpenSearch/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 18 Apr 2008 09:58:55 -0000 1.7 +++ distinfo 21 Nov 2009 07:50:21 -0000 @@ -1,3 +1,3 @@ -MD5 (WWW-OpenSearch-0.14.tar.gz) = 330177e7117c8f1e7100e53a4ca297d6 -SHA256 (WWW-OpenSearch-0.14.tar.gz) = e1abdfab59af0f53c93b233ce26e3b13ff0817e2fa551b750a69e82a2bc4ce7b -SIZE (WWW-OpenSearch-0.14.tar.gz) = 27964 +MD5 (WWW-OpenSearch-0.15.tar.gz) = 308841bae75fd6428488e475a2fb1aaf +SHA256 (WWW-OpenSearch-0.15.tar.gz) = adbcff2023e151836145205bc2ddbb5b7458287fa5cd19bbe2387f347af3c0b1 +SIZE (WWW-OpenSearch-0.15.tar.gz) = 24162 --- p5-WWW-OpenSearch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091121075436.D6D701708C>