From 6be6b0ed87e0c3750a03421514699c1a03877ffd Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 1 Feb 2009 11:04:44 +0000 Subject: [PATCH] Update to bibtex2html 1.93. This brings the following changes: - bib2bib: giving '$date' as argument of option -s allows to sort from oldest to newest entry. - bib2bib: field names in conditions may contain digits and '-' (usefull for custom fields). Replace pkg-plist by PLIST_FILES in Makefile. --- textproc/bibtex2html/Makefile | 3 ++- textproc/bibtex2html/distinfo | 6 +++--- textproc/bibtex2html/pkg-plist | 3 --- 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 textproc/bibtex2html/pkg-plist diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index 5f2380fba523..44166acaa1c2 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.92 +PORTVERSION= 1.93 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ @@ -18,5 +18,6 @@ BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml GNU_CONFIGURE= yes MAN1= bibtex2html.1 bib2bib.1 aux2bib.1 +PLIST_FILES= bin/aux2bib bin/bib2bib bin/bibtex2html .include diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index 98512ae1ca02..864e46981c8e 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.92.tar.gz) = 9d69980f595be02a79a96a851d79bb88 -SHA256 (bibtex2html-1.92.tar.gz) = 3410acb7c01871a48fb4b483a3d93ade49e7fde2ce6d2c19daa3733c734caaea -SIZE (bibtex2html-1.92.tar.gz) = 69800 +MD5 (bibtex2html-1.93.tar.gz) = 64657c791a29b873467b20bad9705983 +SHA256 (bibtex2html-1.93.tar.gz) = 7f5a67363678fe2984bf85afc2c40608ea3e09a5d2806fcfa87b85ff5d0f7a76 +SIZE (bibtex2html-1.93.tar.gz) = 84155 diff --git a/textproc/bibtex2html/pkg-plist b/textproc/bibtex2html/pkg-plist deleted file mode 100644 index 2ac80ddcc04a..000000000000 --- a/textproc/bibtex2html/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/aux2bib -bin/bib2bib -bin/bibtex2html