mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update GNU grep to 2.14
- Adopt port Approved by: gabor (old maintainer)
This commit is contained in:
parent
2e2880508a
commit
45e8fc02d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321704
@ -2,13 +2,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grep
|
||||
PORTVERSION= 2.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.14
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= GNU
|
||||
PKGNAMEPREFIX= gnu
|
||||
|
||||
MAINTAINER= gabor@FreeBSD.org
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= GNU grep
|
||||
|
||||
LICENSE= GPLv3
|
||||
@ -24,7 +23,7 @@ MAN1= egrep.1 \
|
||||
grep.1
|
||||
INFO= grep
|
||||
|
||||
OPTIONS_DEFINE= PCRE
|
||||
OPTIONS_DEFINE= PCRE NLS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (grep-2.12.tar.xz) = 4dce0a4fb83ddd0120df51e00b52fa760f2ed8675d4d4c0b0ae642ba692ead64
|
||||
SIZE (grep-2.12.tar.xz) = 1179436
|
||||
SHA256 (grep-2.14.tar.xz) = e70e801d4fbb16e761654a58ae48bf5020621c95c8e35bd864742577685872e1
|
||||
SIZE (grep-2.14.tar.xz) = 1195640
|
||||
|
@ -28,6 +28,7 @@ bin/grep
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/grep.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/grep.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/grep.mo
|
||||
%%NLS%%share/locale/pa/LC_MESSAGES/grep.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/grep.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/grep.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/grep.mo
|
||||
|
Loading…
Reference in New Issue
Block a user