Update to gawk-5.0.0
Improved by me from a diff from Stephen Gregoratto ok cwen@
This commit is contained in:
parent
ae5d1a4786
commit
5636648441
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2018/11/02 18:48:39 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2019/05/11 20:18:18 bcallah Exp $
|
||||
|
||||
COMMENT= GNU awk
|
||||
|
||||
V= 4.2.1
|
||||
V= 5.0.0
|
||||
DISTNAME= gawk-$V
|
||||
REVISION= 0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gawk/}
|
||||
|
||||
@ -32,5 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
post-install:
|
||||
${INSTALL_MAN_DIR} ${PREFIX}/man/man3am
|
||||
mv ${PREFIX}/man/man3/*.3am ${PREFIX}/man/man3am
|
||||
@rm -rf ${WRKINST}/etc/profile.d
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gawk-4.2.1.tar.gz) = KyPVFQOy35pBqm/dxgAq1+vyo4asGdwba+DdSLCs9ts=
|
||||
SIZE (gawk-4.2.1.tar.gz) = 5666610
|
||||
SHA256 (gawk-5.0.0.tar.gz) = LWhsmlt7opK8P6VryEoZWdchqdV5cKdkExVtS48fxn0=
|
||||
SIZE (gawk-5.0.0.tar.gz) = 5763496
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2018/01/14 10:03:54 rsadowski Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2019/05/11 20:18:18 bcallah Exp $
|
||||
bin/awk
|
||||
@bin bin/gawk
|
||||
@bin bin/gawk-${V}
|
||||
@ -50,6 +50,7 @@ share/awk/intdiv0.awk
|
||||
share/awk/join.awk
|
||||
share/awk/libintl.awk
|
||||
share/awk/noassign.awk
|
||||
share/awk/ns_passwd.awk
|
||||
share/awk/ord.awk
|
||||
share/awk/passwd.awk
|
||||
share/awk/processarray.awk
|
||||
@ -71,6 +72,7 @@ share/locale/fr/LC_MESSAGES/gawk.mo
|
||||
share/locale/id/LC_MESSAGES/gawk.mo
|
||||
share/locale/it/LC_MESSAGES/gawk.mo
|
||||
share/locale/ja/LC_MESSAGES/gawk.mo
|
||||
share/locale/ko/LC_MESSAGES/gawk.mo
|
||||
share/locale/ms/
|
||||
share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/gawk.mo
|
||||
|
Loading…
Reference in New Issue
Block a user