From da48384a97a02fa07ff69e9005da24e7034df1bc Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 1 Jun 2014 11:22:31 +0000 Subject: [PATCH] add a comment to Makefile for version number, as there is a fork with a confusingly similar name and higher version number which is actually older no pkg change --- textproc/grepcidr/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/grepcidr/Makefile b/textproc/grepcidr/Makefile index ffb577e4749..f3b11a1b0a5 100644 --- a/textproc/grepcidr/Makefile +++ b/textproc/grepcidr/Makefile @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2014/05/27 13:42:38 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2014/06/01 11:22:31 sthen Exp $ COMMENT= filter files for IP address matches +# note there's also a "grepcidr-2" fork; this port is for the original +# version which is still developed by the original author. DISTNAME= grepcidr-2.0 CATEGORIES= textproc net