Bug 178781 - [PATCH] net-mgmt/nfsen: Fix RUN_REPENDS syntax
Summary: [PATCH] net-mgmt/nfsen: Fix RUN_REPENDS syntax
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-20 07:20 UTC by Hung-Yi Chen
Modified: 2013-06-16 23:00 UTC (History)
0 users

See Also:


Attachments
nfsen.diff (672 bytes, patch)
2013-05-20 07:20 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2013-05-20 07:20:00 UTC
        Using p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 instead of p5-Socket6:${PORTSDIR}/net/p5-Socket6.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-20 07:20:08 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-20 07:20:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-06-16 22:54:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-16 22:55:16 UTC
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"
Comment 5 William Grzybowski freebsd_committer freebsd_triage 2013-06-16 22:55:19 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!