svn commit: r432889 - in branches/2017Q1/net-mgmt/nfsen: . files

Mark Felder feld at FreeBSD.org
Mon Jan 30 23:13:54 UTC 2017


Author: feld
Date: Mon Jan 30 23:13:53 2017
New Revision: 432889
URL: https://svnweb.freebsd.org/changeset/ports/432889

Log:
  MFH: r432875
  
  net-mgmt/nfsen: Fix syntax error in patch preventing nfsen from running
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2017Q1/net-mgmt/nfsen/Makefile
  branches/2017Q1/net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/net-mgmt/nfsen/Makefile
==============================================================================
--- branches/2017Q1/net-mgmt/nfsen/Makefile	Mon Jan 30 22:29:23 2017	(r432888)
+++ branches/2017Q1/net-mgmt/nfsen/Makefile	Mon Jan 30 23:13:53 2017	(r432889)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nfsen
 PORTVERSION=	1.3.8
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} \
 		http://nfsen.sourceforge.net/

Modified: branches/2017Q1/net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm
==============================================================================
--- branches/2017Q1/net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm	Mon Jan 30 22:29:23 2017	(r432888)
+++ branches/2017Q1/net-mgmt/nfsen/files/patch-libexec_NfSenRRD.pm	Mon Jan 30 23:13:53 2017	(r432889)
@@ -5,7 +5,7 @@
  		$RRDoffset = 77;
  	}
 -	if ( $rrd_version >= 1.2 && $rrd_version < 1.6 ) {
-+	if ( $rrd_version >= 1.2 {
++	if ( $rrd_version >= 1.2 ) {
  		$RRDoffset = 67;
  	}
  


More information about the svn-ports-all mailing list