svn commit: r335112 - in head/net-mgmt/grepcidr: . files
Alexey Degtyarev
alexey at FreeBSD.org
Thu Nov 28 17:49:06 UTC 2013
Author: alexey
Date: Thu Nov 28 17:49:05 2013
New Revision: 335112
URL: http://svnweb.freebsd.org/changeset/ports/335112
Log:
* Update to 1.4
* STAGE support
Approved by: wg (mentor)
Deleted:
head/net-mgmt/grepcidr/files/
Modified:
head/net-mgmt/grepcidr/Makefile (contents, props changed)
head/net-mgmt/grepcidr/distinfo (contents, props changed)
head/net-mgmt/grepcidr/pkg-descr (contents, props changed)
Modified: head/net-mgmt/grepcidr/Makefile
==============================================================================
--- head/net-mgmt/grepcidr/Makefile Thu Nov 28 17:42:53 2013 (r335111)
+++ head/net-mgmt/grepcidr/Makefile Thu Nov 28 17:49:05 2013 (r335112)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= grepcidr
-PORTVERSION= 1.3
-PORTREVISION= 1
+PORTVERSION= 1.4
CATEGORIES= net-mgmt textproc
MASTER_SITES= http://www.pc-tools.net/files/unix/ \
ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
@@ -11,14 +10,19 @@ MASTER_SITES= http://www.pc-tools.net/fi
MAINTAINER= alexey at renatasystems.org
COMMENT= Filter IP addresses matching IPv4 CIDR/network specification
-PLIST_FILES= bin/grepcidr
+LICENSE= GPLv2
+
+USES= gmake
+
+PLIST_FILES= bin/grepcidr \
+ man/man1/grepcidr.1.gz
-NO_STAGE= yes
do-configure:
- @${REINPLACE_CMD} \
- -e 's|/usr/local/bin|${PREFIX}/bin|' \
- -e 's|-s -O3 -Wall -pedantic|${CFLAGS} -DHAVE_STRING_H|' \
- -e 's|gcc|${CC}|' \
+ ${REINPLACE_CMD} \
+ -e 's|PREFIX=.*|PREFIX=${PREFIX}|' \
+ -e 's|CFLAGS=.*|CFLAGS=${CFLAGS}|' \
+ -e 's|DESTDIR=.*|DESTDIR=${STAGEDIR}|' \
+ -e 's|MANDIR=.*|MANDIR=${MANPREFIX}/man|' \
${WRKSRC}/Makefile
.include <bsd.port.mk>
Modified: head/net-mgmt/grepcidr/distinfo
==============================================================================
--- head/net-mgmt/grepcidr/distinfo Thu Nov 28 17:42:53 2013 (r335111)
+++ head/net-mgmt/grepcidr/distinfo Thu Nov 28 17:49:05 2013 (r335112)
@@ -1,2 +1,2 @@
-SHA256 (grepcidr-1.3.tar.gz) = 2bef080fe2efd9d82326fa41f3b1cca6b7ecbdac7b3c53f3db8fe0da5ab8fb81
-SIZE (grepcidr-1.3.tar.gz) = 21691
+SHA256 (grepcidr-1.4.tar.gz) = 0feca6a6905ab293d15a77ef5956bf58ae5dea8d88eb63c06c8024e9441bdb3b
+SIZE (grepcidr-1.4.tar.gz) = 13806
Modified: head/net-mgmt/grepcidr/pkg-descr
==============================================================================
--- head/net-mgmt/grepcidr/pkg-descr Thu Nov 28 17:42:53 2013 (r335111)
+++ head/net-mgmt/grepcidr/pkg-descr Thu Nov 28 17:49:05 2013 (r335112)
@@ -11,4 +11,4 @@ filtering and processing, network securi
custom applications.
Author: Jem Berkes
-WWW: http://www.pc-tools.net/unix/grepcidr/
+WWW: http://www.pc-tools.net/unix/grepcidr/
More information about the svn-ports-head
mailing list