From owner-svn-ports-head@freebsd.org Thu Mar 31 15:41:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34EEFAE0C19; Thu, 31 Mar 2016 15:41:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF4AF117F; Thu, 31 Mar 2016 15:41:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VFfIYX044740; Thu, 31 Mar 2016 15:41:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFfHMP044738; Thu, 31 Mar 2016 15:41:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311541.u2VFfHMP044738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412270 - head/devel/p5-Log-Dispatchouli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 15:41:19 -0000 Author: sunpoet Date: Thu Mar 31 15:41:17 2016 New Revision: 412270 URL: https://svnweb.freebsd.org/changeset/ports/412270 Log: - Update to 2.012 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Log-Dispatchouli/Changes PR: 208008 Submitted by: Approved by: maintainer (timeout, 16 days) Modified: head/devel/p5-Log-Dispatchouli/Makefile head/devel/p5-Log-Dispatchouli/distinfo Modified: head/devel/p5-Log-Dispatchouli/Makefile ============================================================================== --- head/devel/p5-Log-Dispatchouli/Makefile Thu Mar 31 15:41:12 2016 (r412269) +++ head/devel/p5-Log-Dispatchouli/Makefile Thu Mar 31 15:41:17 2016 (r412270) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatchouli -PORTVERSION= 2.006 -PORTREVISION= 1 +PORTVERSION= 2.012 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -14,19 +13,21 @@ COMMENT= Log events to an array (referen LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ +BUILD_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Log-Dispatch-Array>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Array \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-String-Flogger>=0:${PORTSDIR}/textproc/p5-String-Flogger \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Sub-Exporter-GlobExporter>=0.002:${PORTSDIR}/devel/p5-Sub-Exporter-GlobExporter \ p5-Sys-Syslog>=0.16:${PORTSDIR}/sysutils/p5-Sys-Syslog \ - p5-Try-Tiny>0.04:${PORTSDIR}/lang/p5-Try-Tiny -BUILD_DEPENDS:= ${RUN_DEPENDS} + p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Log-Dispatchouli/distinfo ============================================================================== --- head/devel/p5-Log-Dispatchouli/distinfo Thu Mar 31 15:41:12 2016 (r412269) +++ head/devel/p5-Log-Dispatchouli/distinfo Thu Mar 31 15:41:17 2016 (r412270) @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatchouli-2.006.tar.gz) = bd33b4fcf88ccfb694593ea6d7b330f053e6afee40f27acdf690c24547365354 -SIZE (Log-Dispatchouli-2.006.tar.gz) = 25086 +SHA256 (Log-Dispatchouli-2.012.tar.gz) = 214eca0fe77f2dc74675f9aa542778d5d4618c5bf12283540ca1062fcb967fa0 +SIZE (Log-Dispatchouli-2.012.tar.gz) = 29796