diff options
author | sno <sno@pkgsrc.org> | 2010-03-16 22:30:01 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-16 22:30:01 +0000 |
commit | 39fe3ecc5a819077c29c9a79969953e941508341 (patch) | |
tree | 3a7f36bb391c6df99fb4cad9621798e1e0337e0a /textproc/p5-Text-BibTeX/Makefile | |
parent | c9b276e473e52804e71185fe700c02e1f2322717 (diff) | |
download | pkgsrc-39fe3ecc5a819077c29c9a79969953e941508341.tar.gz |
Updating textproc/p5-Text-BibTeX from 0.41 to 0.42
Upstream changes:
Release 0.42 - 16 March, 2010
-----------------------------
* names with more than two commas are left untouched if protected by
braces.
* can now deal with names with hyphens and generate the correct BibTeX
compatible abbreviations.
* can generate initials for protected name parts, like BibTeX can.
* can deal with generating initials for names which contains Unicode
characters.
* fixed compilation on machines needing alloca.h
* added new README file with more up-to-date information.
Diffstat (limited to 'textproc/p5-Text-BibTeX/Makefile')
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index ce0204f84cb..70ce328d179 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2010/03/16 09:53:02 sno Exp $ +# $NetBSD: Makefile,v 1.20 2010/03/16 22:30:01 sno Exp $ -DISTNAME= Text-BibTeX-0.41 +DISTNAME= Text-BibTeX-0.42 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tbt CATEGORIES= textproc perl5 |