#41600: bison 3.0.1 is out -----------------------------+-------------------------------- Reporter: akim.demaille@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: bison -----------------------------+-------------------------------- This version addresses the problem of the yacc man page. {{{ --- /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/bison/Portfile 2013-08-03 00:30:21.000000000 +0200 +++ /tmp/Portfile 2013-11-29 18:30:50.000000000 +0100 @@ -1,9 +1,10 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c -basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 108830 2013-08-02 22:11:18Z jeremyhu@macports.org $ PortSystem 1.0 name bison -version 2.7.1 +version 3.0.1 epoch 1 categories devel maintainers mww @@ -20,8 +21,8 @@ homepage http://www.gnu.org/software/bison/ master_sites gnu -checksums rmd160 933257e61c1098160d4fd71063f340b2ee304671 \ - sha256 b409adcbf245baadb68d2f66accf6fdca5e282cafec1b865f4b5e963ba8ea7fb +checksums rmd160 bc2357e0253857e6c5b19ad1b4c6e5f27472bd28 \ + sha256 944efb03b46d831cef452bfa44620e5b30f7de999902a70d96021a0a77f5a2cb use_xz yes depends_lib port:gettext port:m4 port:libiconv @@ -46,10 +47,6 @@ calc++-scanner.cc calc++-scanner.ll calc++.cc location.hh \ position.hh stack.hh test \ ${destroot}${docdir}/examples/calc++ - # yacc manpage gets installed even with '--disable-yacc' - if {! [variant_isset yacc]} { - delete ${destroot}${prefix}/share/man/man1/yacc.1 - } } variant yacc description "enable yacc compatibility" { @@ -59,4 +56,3 @@ livecheck.type regex livecheck.url http://ftp.gnu.org/gnu/bison/?C=M&O=D livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) - }}} -- Ticket URL: <https://trac.macports.org/ticket/41600> MacPorts <http://www.macports.org/> Ports system for OS X