Date: Tue, 31 Jul 2012 01:47:24 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301770 - head/databases/p5-AnyEvent-CouchDB Message-ID: <201207310147.q6V1lOQx072042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jul 31 01:47:24 2012 New Revision: 301770 URL: http://svn.freebsd.org/changeset/ports/301770 Log: - Update to 1.29 - Add LICENSE Changes: http://search.cpan.org/dist/AnyEvent-CouchDB/Changes Modified: head/databases/p5-AnyEvent-CouchDB/Makefile (contents, props changed) head/databases/p5-AnyEvent-CouchDB/distinfo (contents, props changed) Modified: head/databases/p5-AnyEvent-CouchDB/Makefile ============================================================================== --- head/databases/p5-AnyEvent-CouchDB/Makefile Mon Jul 30 20:51:48 2012 (r301769) +++ head/databases/p5-AnyEvent-CouchDB/Makefile Tue Jul 31 01:47:24 2012 (r301770) @@ -6,7 +6,7 @@ # PORTNAME= AnyEvent-CouchDB -PORTVERSION= 1.28 +PORTVERSION= 1.29 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= A non-blocking CouchDB client based on jquery.couch.js +LICENSE= MIT + BUILD_DEPENDS= couchdb>=0.9.0:${PORTSDIR}/databases/couchdb \ p5-AnyEvent-HTTP>=2.11:${PORTSDIR}/www/p5-AnyEvent-HTTP \ p5-CouchDB-View>=0:${PORTSDIR}/databases/p5-CouchDB-View \ Modified: head/databases/p5-AnyEvent-CouchDB/distinfo ============================================================================== --- head/databases/p5-AnyEvent-CouchDB/distinfo Mon Jul 30 20:51:48 2012 (r301769) +++ head/databases/p5-AnyEvent-CouchDB/distinfo Tue Jul 31 01:47:24 2012 (r301770) @@ -1,2 +1,2 @@ -SHA256 (AnyEvent-CouchDB-1.28.tar.gz) = 59103a3fd0cb4eb6544793f2257df32f230a8e49fe285d1e1e51f120323fc190 -SIZE (AnyEvent-CouchDB-1.28.tar.gz) = 21166 +SHA256 (AnyEvent-CouchDB-1.29.tar.gz) = d0b95bcad05949d28acf9e4761e488619cb392c0052da36d59228a7887a15731 +SIZE (AnyEvent-CouchDB-1.29.tar.gz) = 21234
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207310147.q6V1lOQx072042>