diff options
author | gabor <gabor@FreeBSD.org> | 2012-05-24 00:50:37 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2012-05-24 00:50:37 +0800 |
commit | 57b79e9ff9beabff477d60455461399b627cb2f5 (patch) | |
tree | c576ece4c8c4d5c1a350806942b1657048521fcd | |
parent | f92ff99361fda203c79ea6d27149fdc551078360 (diff) | |
download | freebsd-ports-gnome-57b79e9ff9beabff477d60455461399b627cb2f5.tar.gz freebsd-ports-gnome-57b79e9ff9beabff477d60455461399b627cb2f5.tar.zst freebsd-ports-gnome-57b79e9ff9beabff477d60455461399b627cb2f5.zip |
- Update to 2.12
- Use GNU macro
- Pet portlint
PR: ports/167649
Submitted by: sunpoet
-rw-r--r-- | textproc/gnugrep/Makefile | 14 | ||||
-rw-r--r-- | textproc/gnugrep/distinfo | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile index 7f395703cdf8..b60e0dcb9d88 100644 --- a/textproc/gnugrep/Makefile +++ b/textproc/gnugrep/Makefile @@ -6,20 +6,18 @@ # PORTNAME= grep -PORTVERSION= 2.9 -PORTREVISION= 1 +PORTVERSION= 2.12 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU PKGNAMEPREFIX= gnu MAINTAINER= gabor@FreeBSD.org COMMENT= GNU grep -CONFLICTS= bsd-grep-* - LICENSE= GPLv3 +CONFLICTS= bsd-grep-[0-9]* + USE_XZ= yes GNU_CONFIGURE= yes @@ -30,7 +28,7 @@ INFO= grep OPTIONS= PCRE "Compile with Perl-compatible regex support" off -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if !defined(WITHOUT_NLS) USE_GETTEXT= yes @@ -55,4 +53,4 @@ post-patch: @${REINPLACE_CMD} 's|mkinstalldirs = .*|mkinstalldirs = ${MKDIR}|g' \ ${WRKSRC}/po/Makefile.in.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/gnugrep/distinfo b/textproc/gnugrep/distinfo index 549377d37305..09799bf6f7b5 100644 --- a/textproc/gnugrep/distinfo +++ b/textproc/gnugrep/distinfo @@ -1,2 +1,2 @@ -SHA256 (grep-2.9.tar.xz) = e60301c5e1acb171949dd62175adcdade95a06aa8b22e6192184b58cc34cae60 -SIZE (grep-2.9.tar.xz) = 1041396 +SHA256 (grep-2.12.tar.xz) = 4dce0a4fb83ddd0120df51e00b52fa760f2ed8675d4d4c0b0ae642ba692ead64 +SIZE (grep-2.12.tar.xz) = 1179436 |