svn commit: r376535 - in head/net/ngrep: . files

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 8 14:14:26 UTC 2015


Author: bapt
Date: Thu Jan  8 14:14:25 2015
New Revision: 376535
URL: https://svnweb.freebsd.org/changeset/ports/376535
QAT: https://qat.redports.org/buildarchive/r376535/

Log:
  Fix a minor typo
  
  PR:		196463
  Submitted by:	logan at elandsys.com (maintainer)

Modified:
  head/net/ngrep/Makefile
  head/net/ngrep/files/patch-ngrep.c

Modified: head/net/ngrep/Makefile
==============================================================================
--- head/net/ngrep/Makefile	Thu Jan  8 14:12:30 2015	(r376534)
+++ head/net/ngrep/Makefile	Thu Jan  8 14:14:25 2015	(r376535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ngrep
 PORTVERSION=	1.45
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net security
 MASTER_SITES=	SF
 

Modified: head/net/ngrep/files/patch-ngrep.c
==============================================================================
--- head/net/ngrep/files/patch-ngrep.c	Thu Jan  8 14:12:30 2015	(r376534)
+++ head/net/ngrep/files/patch-ngrep.c	Thu Jan  8 14:14:25 2015	(r376535)
@@ -59,7 +59,7 @@
 +   }
 +
 +   if (cap_enter() < 0 && errno != ENOSYS) {
-+       fprintf(stderr, "Can't enter capability mode");
++       fprintf(stderr, "can't enter capability mode");
 +       clean_exit(-1);
 +    }
 +#endif /* HAVE_CAPSICUM */


More information about the svn-ports-all mailing list