svn commit: r460217 - head/devel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 28 14:10:40 UTC 2018


Author: sunpoet
Date: Sun Jan 28 14:10:39 2018
New Revision: 460217
URL: https://svnweb.freebsd.org/changeset/ports/460217

Log:
  Add p5-CPAN-Testers-Common-Client 0.13
  
  - While I'm here:
    - Fix LICENSE
    - Add BUILD_DEPENDS
    - Remove Perl core modules
    - Remove TEST_DEPENDS: all of them are part of {BUILD,RUN}_DEPENDS
    - Add NO_ARCH
    - Remove .include <bsd.port.options.mk>
    - Convert to options target helper
    - Sort PLIST
  
  CPAN::Testers::Common::Client is a Perl module which provides a common client
  for constructing metabase facts and the legacy email message sent to CPAN
  Testers in a way that is properly parsed by the extraction and report tools.
  It is meant to be used by all the CPAN clients (and standalone tools) that
  want/need to support the CPAN Testers infrastructure.
  
  WWW: http://search.cpan.org/dist/CPAN-Testers-Common-Client/
  
  PR:		225440
  Submitted by:	James E Keenan <jkeenan at pobox.com>

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan 28 14:10:09 2018	(r460216)
+++ head/devel/Makefile	Sun Jan 28 14:10:39 2018	(r460217)
@@ -1994,6 +1994,7 @@
     SUBDIR += p5-CPAN-Reporter-Smoker
     SUBDIR += p5-CPAN-SQLite
     SUBDIR += p5-CPAN-Site
+    SUBDIR += p5-CPAN-Testers-Common-Client
     SUBDIR += p5-CPAN-Testers-Report
     SUBDIR += p5-CPAN-Uploader
     SUBDIR += p5-CPAN-YACSmoke


More information about the svn-ports-all mailing list