Update BibTool to 2.63
This commit is contained in:
parent
bed0e68cba
commit
f32bf8e9bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406288
2 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bibtool
|
||||
PORTVERSION= 2.61
|
||||
PORTVERSION= 2.63
|
||||
CATEGORIES= textproc print
|
||||
MASTER_SITES= TEX_CTAN/biblio/bibtex/utils/${PORTNAME}
|
||||
DISTNAME= BibTool-${PORTVERSION}
|
||||
|
@ -21,6 +21,9 @@ INSTALL_TARGET= install install.man
|
|||
|
||||
PORTDOCS= bibtool.pdf ref_card.pdf c_lib.pdf
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's/bibtex$$/&8/' ${WRKSRC}/doc/Makefile
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC} && ${MAKE} doc && ${MAKE} doc
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (BibTool-2.61.tar.gz) = 3ec7aa246409d4955d0851278ceb5a9bbe8cce19709f5a9391c2f2bac3b78c97
|
||||
SIZE (BibTool-2.61.tar.gz) = 708328
|
||||
SHA256 (BibTool-2.63.tar.gz) = 57d6500abf23374bd9f3adeff9534d1dd3d31b796848a5f1e6414978ca7c2552
|
||||
SIZE (BibTool-2.63.tar.gz) = 715528
|
||||
|
|
Loading…
Reference in a new issue