Date: Sat, 1 Mar 2014 17:20:38 +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: r346658 - head/net/p5-ZeroMQ Message-ID: <201403011720.s21HKcKV071790@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011720.s21HKcKV071790>