Using p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 instead of p5-Socket6:${PORTSDIR}/net/p5-Socket6.
Maintainer of net-mgmt/nfsen, Please note that PR ports/178781 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178781 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
Author: wg Date: Sun Jun 16 21:55:09 2013 New Revision: 321078 URL: http://svnweb.freebsd.org/changeset/ports/321078 Log: net-mgmt/nfsen: fix RUN_DEPENDS - Fix RUN_DEPENDS, needs version PR: ports/178781 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) Modified: head/net-mgmt/nfsen/Makefile Modified: head/net-mgmt/nfsen/Makefile ============================================================================== --- head/net-mgmt/nfsen/Makefile Sun Jun 16 21:52:44 2013 (r321077) +++ head/net-mgmt/nfsen/Makefile Sun Jun 16 21:55:09 2013 (r321078) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/BSD-license.txt RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Socket6:${PORTSDIR}/net/p5-Socket6 \ + p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ nfdump:${PORTSDIR}/net-mgmt/nfdump USES= iconv _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!