diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-10-24 23:25:39 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-10-24 23:25:39 +0000 |
commit | b9fc6410fb22a0c08510ddd90d39809378db8239 (patch) | |
tree | 26c131620b699046e81ef429030e7ea3f0ff694e /textproc | |
parent | a97e11d51e968546fc93c40ddb3d973d9e7c6d7d (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bibtex2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/bibtex2html/distinfo | 6 | ||||
-rw-r--r-- | textproc/bibtex2html/files/patch-Makefile.in | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index 1d94bb070004..64eecc4c1ade 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.94 +PORTVERSION= 1.96 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index aae73810843f..488fb3da4c43 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.94.tar.gz) = 16e6656156e10c07747163a0914058b8 -SHA256 (bibtex2html-1.94.tar.gz) = fc78c6ccb925f9b14177f99ca212c8335ba18949dcad8c61f14a398c934887aa -SIZE (bibtex2html-1.94.tar.gz) = 84438 +MD5 (bibtex2html-1.96.tar.gz) = cd63fcb95043a3677377b87f30bef7d4 +SHA256 (bibtex2html-1.96.tar.gz) = f21dccea4d84e84f97017b0bc6a6ba854c62e6cb87e337c74a3dbc097b1a9482 +SIZE (bibtex2html-1.96.tar.gz) = 90178 diff --git a/textproc/bibtex2html/files/patch-Makefile.in b/textproc/bibtex2html/files/patch-Makefile.in new file mode 100644 index 000000000000..6e68e3c8aad1 --- /dev/null +++ b/textproc/bibtex2html/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2010-09-29 06:56:25.000000000 +0000 ++++ Makefile.in 2010-10-24 23:00:14.000000000 +0000 +@@ -60,7 +60,7 @@ BIB2BIBOBJS = options.cmx bibtex.cmx bib + bibfilter.cmx latexmacros.cmx latexscan.cmx expand.cmx \ + html.cmx biboutput.cmx version.cmx copying.cmx bib2bib.cmx + +-all: @OCAMLBEST@ doc ++all: @OCAMLBEST@ + + opt: bibtex2html$(EXE) bib2bib$(EXE) + |