Update to 2.5.4

Give petef@databits.net maintainership
Add WWW to pkg-descr

PR:		29155
Submitted by:	petef@databits.net
This commit is contained in:
David W. Chapman Jr. 2001-07-23 03:36:31 +00:00
parent 1866150a6d
commit 8a887af45b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45376
3 changed files with 12 additions and 4 deletions

View file

@ -6,17 +6,20 @@
#
PORTNAME= patch
PORTVERSION= 2.5
PORTREVISION= 1
PORTVERSION= 2.5.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= patch
MAINTAINER= ports@FreeBSD.org
MAINTAINER= petef@databits.net
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
MAN1= gpatch.1
post-patch:
@${PERL} -pi -e 's!HAVE_SETMODE!HAVE_SETMODE_DISABLE!' \
${WRKSRC}/config.hin
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (patch-2.5.tar.gz) = f79af4d98c515bdccc5cf0f36cca7f85
MD5 (patch-2.5.4.tar.gz) = ee5ae84d115f051d87fcaaef3b4ae782

View file

@ -2,3 +2,8 @@ The patch program takes a patch file containing a difference
listing produced by the diff program and applies those
differences to one or more original files, producing patched
versions.
WWW: http://www.gnu.org/software/patch/patch.html
- Pete
petef@databits.net