ports/178781: [PATCH] net-mgmt/nfsen: Fix RUN_REPENDS syntax

Hung-Yi Chen gaod at hychen.org
Mon May 20 06:20:02 UTC 2013


>Number:         178781
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/nfsen: Fix RUN_REPENDS syntax
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 20 06:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD cse.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
        Using p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 instead of p5-Socket6:${PORTSDIR}/net/p5-Socket6.
        
>How-To-Repeat:
>Fix:


--- nfsen.diff begins here ---
Index: net-mgmt/nfsen/Makefile
===================================================================
--- net-mgmt/nfsen/Makefile	(revision 318571)
+++ net-mgmt/nfsen/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nfsen
 PORTVERSION=	1.3.6p1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} \
 		http://nfsen.sourceforge.net/
@@ -16,7 +16,7 @@
 
 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
--- nfsen.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list