Date: Mon, 30 Sep 2013 15:27:05 +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: r328811 - head/databases/p5-AnyEvent-CouchDB Message-ID: <201309301527.r8UFR57F044047@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 30 15:27:05 2013 New Revision: 328811 URL: http://svnweb.freebsd.org/changeset/ports/328811 Log: - Support STAGEDIR Modified: head/databases/p5-AnyEvent-CouchDB/Makefile head/databases/p5-AnyEvent-CouchDB/pkg-plist (contents, props changed) Modified: head/databases/p5-AnyEvent-CouchDB/Makefile ============================================================================== --- head/databases/p5-AnyEvent-CouchDB/Makefile Mon Sep 30 15:26:59 2013 (r328810) +++ head/databases/p5-AnyEvent-CouchDB/Makefile Mon Sep 30 15:27:05 2013 (r328811) @@ -25,11 +25,4 @@ BUILD_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -MAN1= couchdb-push.1 -MAN3= AnyEvent::CouchDB.3 \ - AnyEvent::CouchDB::Database.3 \ - AnyEvent::CouchDB::Exceptions.3 \ - AnyEvent::CouchDB::Stream.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/databases/p5-AnyEvent-CouchDB/pkg-plist ============================================================================== --- head/databases/p5-AnyEvent-CouchDB/pkg-plist Mon Sep 30 15:26:59 2013 (r328810) +++ head/databases/p5-AnyEvent-CouchDB/pkg-plist Mon Sep 30 15:27:05 2013 (r328811) @@ -4,6 +4,11 @@ bin/couchdb-push %%SITE_PERL%%/AnyEvent/CouchDB/Exceptions.pm %%SITE_PERL%%/AnyEvent/CouchDB/Stream.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/CouchDB/.packlist +%%PERL5_MAN3%%/AnyEvent::CouchDB.3.gz +%%PERL5_MAN3%%/AnyEvent::CouchDB::Database.3.gz +%%PERL5_MAN3%%/AnyEvent::CouchDB::Exceptions.3.gz +%%PERL5_MAN3%%/AnyEvent::CouchDB::Stream.3.gz +man/man1/couchdb-push.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/CouchDB @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent @dirrm %%SITE_PERL%%/AnyEvent/CouchDB
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309301527.r8UFR57F044047>