Revision
87240
Author
dports@macports.org
Date
2011-11-14 14:00:56 -0800 (Mon, 14 Nov 2011)

Log Message

p5-text-bibtex: 
 * update to v0.61
 * fix build with clang (#31769)

Modified Paths

Diff

Modified: trunk/dports/perl/p5-text-bibtex/Portfile (87239 => 87240)


--- trunk/dports/perl/p5-text-bibtex/Portfile	2011-11-14 21:47:13 UTC (rev 87239)
+++ trunk/dports/perl/p5-text-bibtex/Portfile	2011-11-14 22:00:56 UTC (rev 87240)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.setup         Text-BibTeX 0.60
+perl5.setup         Text-BibTeX 0.61
 platforms           darwin
 maintainers         nomaintainer
 license             {Artistic GPL}
@@ -16,9 +16,13 @@
   BibTeX files.  It is the Perl half of btOOL, a pair of libraries for \
   dealing with BibTeX data.
 
-checksums           sha256  1cface82ffcd6ee761fdc94f0d0ae82b0d0774b50f216269258b14f44034ca44 \
-                    rmd160  4afd3b4cce5406f74de240558f4e7ad3d08e9564
+checksums           sha256  390c2deb808c5a915882f21d057f3951729c4bdc42aa422a51d9fc8c357644cc \
+                    rmd160  8a694ef6361e18f6acfbcc963827ec4a12e38724
 
+# see #31769
+patchfiles          patch-btparse_tests_namebug.c.diff \
+                    patch-btparse_tests_tex_test.c.diff
+
 if {${perl5.major} != ""} {
 depends_build-append port:p${perl5.major}-capture-tiny \
                      port:p${perl5.major}-extutils-libbuilder \