Revision: 79748 http://trac.macports.org/changeset/79748 Author: ryandesign@macports.org Date: 2011-06-24 13:36:04 -0700 (Fri, 24 Jun 2011) Log Message: ----------- BibTool: fix homepage and livecheck; see #29807 Modified Paths: -------------- trunk/dports/tex/BibTool/Portfile Modified: trunk/dports/tex/BibTool/Portfile =================================================================== --- trunk/dports/tex/BibTool/Portfile 2011-06-24 20:34:36 UTC (rev 79747) +++ trunk/dports/tex/BibTool/Portfile 2011-06-24 20:36:04 UTC (rev 79748) @@ -16,7 +16,7 @@ platforms darwin -homepage http://www.gerd-neugebauer.de/software/TeX/BibTool.en.html +homepage http://www.gerd-neugebauer.de/software/TeX/BibTool/index.en.html master_sites http://tug.ctan.org/tex-archive/biblio/bibtex/utils/bibtool/ \ ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/bibtool/ \ ftp://ftp.dante.de/tex-archive/biblio/bibtex/utils/bibtool/ @@ -26,3 +26,7 @@ destroot.destdir BINDIR=${destroot}${prefix}/bin LIBDIR=${destroot}${prefix}/lib/${name} depends_lib bin:tex:texlive + +livecheck.type regex +livecheck.url [lindex ${master_sites} 0] +livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}