From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 17:20:39 2014 Return-Path: Delivered-To: svn-ports-all@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 0653DEFD; Sat, 1 Mar 2014 17:20:39 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC93C1C38; Sat, 1 Mar 2014 17:20:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21HKcAa071792; Sat, 1 Mar 2014 17:20:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21HKcKV071790; Sat, 1 Mar 2014 17:20:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403011720.s21HKcKV071790@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Mar 2014 17:20:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346658 - head/net/p5-ZeroMQ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 17:20:39 -0000 Author: sunpoet Date: Sat Mar 1 17:20:38 2014 New Revision: 346658 URL: http://svnweb.freebsd.org/changeset/ports/346658 QAT: https://qat.redports.org/buildarchive/r346658/ Log: - Convert to new LIB_DEPENDS format - Remove outdated PERL_LEVEL check - Use single space after WWW: Approved by: portmgr (blanket) Modified: head/net/p5-ZeroMQ/Makefile head/net/p5-ZeroMQ/pkg-descr Modified: head/net/p5-ZeroMQ/Makefile ============================================================================== --- head/net/p5-ZeroMQ/Makefile Sat Mar 1 17:17:05 2014 (r346657) +++ head/net/p5-ZeroMQ/Makefile Sat Mar 1 17:20:38 2014 (r346658) @@ -14,11 +14,10 @@ COMMENT= ZeroMQ2 wrapper for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken BUILD_DEPENDS= p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken -LIB_DEPENDS= zmq.1:${PORTSDIR}/net/libzmq2 \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid - +RUN_DEPENDS= p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken +LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq2 \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>=1.08:${PORTSDIR}/devel/p5-Test-TCP \ @@ -29,13 +28,7 @@ USES= pkgconfig perl5 MAKE_JOBS_UNSAFE= yes USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple -.endif - post-patch: @${REINPLACE_CMD} -i '' -e "s/lib => 'zmq',//" ${WRKSRC}/Makefile.PL -.include +.include Modified: head/net/p5-ZeroMQ/pkg-descr ============================================================================== --- head/net/p5-ZeroMQ/pkg-descr Sat Mar 1 17:17:05 2014 (r346657) +++ head/net/p5-ZeroMQ/pkg-descr Sat Mar 1 17:20:38 2014 (r346658) @@ -2,4 +2,4 @@ The ZeroMQ module is a wrapper of the 0M It's a thin wrapper around the C API. Please read http://zeromq.org for more details on ZeroMQ. -WWW: http://search.cpan.org/dist/ZeroMQ/ +WWW: http://search.cpan.org/dist/ZeroMQ/