mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
upgrade to 1.5.1
This commit is contained in:
parent
276fb4366d
commit
fcb049f59b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175575
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= txt2man
|
||||
PORTVERSION= 1.4.8
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://mvertes.free.fr/download/
|
||||
|
||||
@ -17,10 +17,13 @@ COMMENT= Converts flat ASCII text to man page format
|
||||
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
ALL_TARGET= txt2man.1
|
||||
USE_GMAKE= yes
|
||||
INSTALL_TARGET= install prefix=${PREFIX}
|
||||
|
||||
MAN1= txt2man.1
|
||||
PLIST_FILES= bin/txt2man
|
||||
MAN1= bookman.1 src2man.1 txt2man.1
|
||||
PLIST_FILES= bin/bookman bin/src2man bin/txt2man
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,awk,gawk," ${WRKSRC}/bookman ${WRKSRC}/src2man
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (txt2man-1.4.8.tar.gz) = 2ee6d7cc38c42b98f4d8c1eb815bd888
|
||||
SHA256 (txt2man-1.4.8.tar.gz) = 4e902468ec26f676fa704d0e79c4dc0b44a5e655ff945016a21e008c6b1e74b2
|
||||
SIZE (txt2man-1.4.8.tar.gz) = 12244
|
||||
MD5 (txt2man-1.5.1.tar.gz) = d855307c178224c236d0e64762569cb0
|
||||
SHA256 (txt2man-1.5.1.tar.gz) = 800828f45f72b49fce6484b09b3c407804cecc05b3c8f34b413f80ba02f24beb
|
||||
SIZE (txt2man-1.5.1.tar.gz) = 14250
|
||||
|
Loading…
Reference in New Issue
Block a user