- Update to 2.12

- Use GNU macro
- Pet portlint

PR:		ports/167649
Submitted by:	sunpoet
This commit is contained in:
Gabor Kovesdan 2012-05-23 16:50:37 +00:00
parent 67df7735cf
commit 1f0a402576
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297284
2 changed files with 8 additions and 10 deletions

View File

@ -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>

View File

@ -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