diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-11-05 19:04:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-11-05 19:04:03 +0800 |
commit | 2681b1c1857a5b2ed989f653c7145d3c41838091 (patch) | |
tree | 40e2215ac0b914beee8f399831471b3c53334001 | |
parent | e7767d54a82465f502b3760f8175dc538b62ef29 (diff) | |
download | freebsd-ports-gnome-2681b1c1857a5b2ed989f653c7145d3c41838091.tar.gz freebsd-ports-gnome-2681b1c1857a5b2ed989f653c7145d3c41838091.tar.zst freebsd-ports-gnome-2681b1c1857a5b2ed989f653c7145d3c41838091.zip |
- Remove no-op OPTIONS
- Add MASTER_SITES
- Pass maintainership to submitter
PR: ports/151920
Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org>
-rw-r--r-- | net-mgmt/grepcidr/Makefile | 15 | ||||
-rw-r--r-- | net-mgmt/grepcidr/distinfo | 1 |
2 files changed, 4 insertions, 12 deletions
diff --git a/net-mgmt/grepcidr/Makefile b/net-mgmt/grepcidr/Makefile index 43e6ce5773f7..0fbf0ae6804e 100644 --- a/net-mgmt/grepcidr/Makefile +++ b/net-mgmt/grepcidr/Makefile @@ -9,21 +9,14 @@ PORTNAME= grepcidr PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= net-mgmt textproc -MASTER_SITES= http://www.pc-tools.net/files/unix/ +MASTER_SITES= http://www.pc-tools.net/files/unix/ \ + ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alexey@renatasystems.org COMMENT= Filter IP addresses matching IPv4 CIDR/network specification -OPTIONS= SEARCH "Enable pattern search anywhere in line" off - PLIST_FILES= bin/grepcidr -.include <bsd.port.pre.mk> - -.if defined(WITH_SEARCH) -EXTRA_PATCHES+= ${FILESDIR}/find_anywhere.diff -.endif - do-configure: @${REINPLACE_CMD} \ -e 's|/usr/local/bin|${PREFIX}/bin|' \ @@ -31,4 +24,4 @@ do-configure: -e 's|gcc|${CC}|' \ ${WRKSRC}/Makefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-mgmt/grepcidr/distinfo b/net-mgmt/grepcidr/distinfo index f94f57293e57..d32bbedbd199 100644 --- a/net-mgmt/grepcidr/distinfo +++ b/net-mgmt/grepcidr/distinfo @@ -1,3 +1,2 @@ -MD5 (grepcidr-1.3.tar.gz) = 7ccade25ce9fe6d6a02348ba8e4cf4a3 SHA256 (grepcidr-1.3.tar.gz) = 2bef080fe2efd9d82326fa41f3b1cca6b7ecbdac7b3c53f3db8fe0da5ab8fb81 SIZE (grepcidr-1.3.tar.gz) = 21691 |