diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-02-27 10:12:21 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-02-27 10:12:21 +0800 |
commit | e1301cd68ff3cb5e205cc2541855b148a3c956c4 (patch) | |
tree | 54bb1028f07a30f16578031032779cb8cb93a704 /textproc | |
parent | 51a45345f2c59b658e1dadcf37c1150b4cd80797 (diff) | |
download | freebsd-ports-graphics-e1301cd68ff3cb5e205cc2541855b148a3c956c4.tar.gz freebsd-ports-graphics-e1301cd68ff3cb5e205cc2541855b148a3c956c4.tar.zst freebsd-ports-graphics-e1301cd68ff3cb5e205cc2541855b148a3c956c4.zip |
upgrade to 0.11
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bib2html/Makefile | 4 | ||||
-rw-r--r-- | textproc/bib2html/distinfo | 4 | ||||
-rw-r--r-- | textproc/bib2html/files/patch-BibScanner.pm | 11 | ||||
-rw-r--r-- | textproc/bib2html/pkg-descr | 2 |
4 files changed, 5 insertions, 16 deletions
diff --git a/textproc/bib2html/Makefile b/textproc/bib2html/Makefile index 82e77023871..95e60effa55 100644 --- a/textproc/bib2html/Makefile +++ b/textproc/bib2html/Makefile @@ -7,9 +7,9 @@ # PORTNAME= bib2html -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= textproc print -MASTER_SITES= http://www.arakhne.org/mirrors/ \ +MASTER_SITES= http://galland.stephane.free.fr/arakhne.org/bib2html/ \ http://fresh.t-systems-sfr.com/unix/src/privat2/ MAINTAINER= ports@FreeBSD.org diff --git a/textproc/bib2html/distinfo b/textproc/bib2html/distinfo index fd9d1cca4b5..7133429136c 100644 --- a/textproc/bib2html/distinfo +++ b/textproc/bib2html/distinfo @@ -1,2 +1,2 @@ -MD5 (bib2html-0.10.tar.gz) = bd41bee1136d95f346e9297fd9dbb8cb -SIZE (bib2html-0.10.tar.gz) = 77665 +MD5 (bib2html-0.11.tar.gz) = 19cbe51a50d805ca76a9bdd2e1219da6 +SIZE (bib2html-0.11.tar.gz) = 92808 diff --git a/textproc/bib2html/files/patch-BibScanner.pm b/textproc/bib2html/files/patch-BibScanner.pm deleted file mode 100644 index 54112d4161e..00000000000 --- a/textproc/bib2html/files/patch-BibScanner.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- Bib2HTML/Parser/BibScanner.pm.orig Fri Feb 13 09:23:42 2004 -+++ Bib2HTML/Parser/BibScanner.pm Fri Feb 13 09:23:59 2004 -@@ -327,7 +327,7 @@ - - sub transition_callback_entry_fields_main($) { - my $self = shift ; -- $self->addentry $self->{'BUFFER'}{'currententry'}{'key'}, -+ $self->addentry( $self->{'BUFFER'}{'currententry'}{'key'}, - $self->{'BUFFER'}{'currententry'}{'type'}, - $self->{'BUFFER'}{'currententry'}{'fields'}, - $self->{'BUFFER'}{'currententry'}{'lineno'} ) ; diff --git a/textproc/bib2html/pkg-descr b/textproc/bib2html/pkg-descr index ae2cd951789..dc960540abe 100644 --- a/textproc/bib2html/pkg-descr +++ b/textproc/bib2html/pkg-descr @@ -1,4 +1,4 @@ bib2html is a script which permits to generate a set of HTML pages from a BibTeX database. -WWW: http://www.arakhne.org/tools/bib2html/ +WWW: http://galland.stephane.free.fr/arakhne.org/bib2html/ |