Update to 1.3.4-20131226
Invisible Island has taken the maintainance of mawk, switch to that version. Take maintainership Support stage Approved by: Yoshihiro Ota <ota@j.email.ne.jp> (former maintainer)
This commit is contained in:
parent
1c3ce76143
commit
9f5ac9b62e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339213
2 changed files with 11 additions and 19 deletions
|
@ -2,27 +2,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mawk
|
||||
PORTVERSION= 1.3.3
|
||||
DISTVERSION= 1.3.4-20131226
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/languages/mawk/ \
|
||||
ftp://ftp.whidbey.net/pub/brennan/
|
||||
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ota@j.email.ne.jp
|
||||
COMMENT= An implementation of new/posix awk
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Implementation of new/posix awk
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MATHLIB="-lm"
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
MAN1= mawk.1
|
||||
PLIST_FILES= bin/mawk
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} mawk_test fpe_test
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mawk ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/man/mawk.1 ${MANPREFIX}/man/man1
|
||||
PLIST_FILES= bin/mawk \
|
||||
man/man1/mawk.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mawk-1.3.3.tar.gz) = 32649c46063d4ef0777a12ae6e9a26bcc920833d54e1abca7edb8d37481e7485
|
||||
SIZE (mawk-1.3.3.tar.gz) = 209942
|
||||
SHA256 (mawk-1.3.4-20131226.tgz) = a89956b60c31dcd626271d1c4f17145fe738daa6e7d4b231320ee26d03a946fc
|
||||
SIZE (mawk-1.3.4-20131226.tgz) = 355479
|
||||
|
|
Loading…
Reference in a new issue