diff options
author | johans <johans@FreeBSD.org> | 2016-01-17 17:21:56 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2016-01-17 17:21:56 +0800 |
commit | ff8dca1011c7872e4cde51d40ffa253752e6fc1b (patch) | |
tree | 84994ef6c4436d6ab588e0e76cc262185c36916f /textproc | |
parent | c111c74e14f2d0eb9ec468e4aa765ea3d39b50c4 (diff) | |
download | freebsd-ports-gnome-ff8dca1011c7872e4cde51d40ffa253752e6fc1b.tar.gz freebsd-ports-gnome-ff8dca1011c7872e4cde51d40ffa253752e6fc1b.tar.zst freebsd-ports-gnome-ff8dca1011c7872e4cde51d40ffa253752e6fc1b.zip |
Update BibTool to 2.63
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bibtool/Makefile | 5 | ||||
-rw-r--r-- | textproc/bibtool/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/textproc/bibtool/Makefile b/textproc/bibtool/Makefile index f78fcf6c21a3..7ee2cf60969d 100644 --- a/textproc/bibtool/Makefile +++ b/textproc/bibtool/Makefile @@ -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 diff --git a/textproc/bibtool/distinfo b/textproc/bibtool/distinfo index 1c5fb4337ff0..d45e2102ba37 100644 --- a/textproc/bibtool/distinfo +++ b/textproc/bibtool/distinfo @@ -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 |