From owner-svn-ports-head@FreeBSD.ORG Sun Sep 14 18:54:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BAC628F1; Sun, 14 Sep 2014 18:54:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A66039AB; Sun, 14 Sep 2014 18:54:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8EIst6k068070; Sun, 14 Sep 2014 18:54:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8EIstBa068069; Sun, 14 Sep 2014 18:54:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201409141854.s8EIstBa068069@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 14 Sep 2014 18:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368218 - head/net/p5-Net-Works 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.18-1 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: Sun, 14 Sep 2014 18:54:55 -0000 Author: pi Date: Sun Sep 14 18:54:55 2014 New Revision: 368218 URL: http://svnweb.freebsd.org/changeset/ports/368218 QAT: https://qat.redports.org/buildarchive/r368218/ Log: net/p5-Net-Works: reduce DEPENDS, MooseX::Types no longer needed Submitted by: az Modified: head/net/p5-Net-Works/Makefile Modified: head/net/p5-Net-Works/Makefile ============================================================================== --- head/net/p5-Net-Works/Makefile Sun Sep 14 18:41:53 2014 (r368217) +++ head/net/p5-Net-Works/Makefile Sun Sep 14 18:54:55 2014 (r368218) @@ -15,8 +15,7 @@ LICENSE= ART20 BUILD_DEPENDS= p5-List-AllUtils>=0.03:${PORTSDIR}/devel/p5-List-AllUtils \ p5-Math-Int128>=0.07:${PORTSDIR}/math/p5-Math-Int128 \ p5-namespace-autoclean>=0.13:${PORTSDIR}/devel/p5-namespace-autoclean \ - p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ - p5-MooseX-Types>=0.35:${PORTSDIR}/devel/p5-MooseX-Types + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5