[108670] trunk/dports/devel/bison/Portfile

mww at macports.org mww at macports.org
Mon Jul 29 22:50:48 PDT 2013


Revision: 108670
          https://trac.macports.org/changeset/108670
Author:   mww at macports.org
Date:     2013-07-29 22:50:48 -0700 (Mon, 29 Jul 2013)
Log Message:
-----------
bison: version 3.0

Modified Paths:
--------------
    trunk/dports/devel/bison/Portfile

Modified: trunk/dports/devel/bison/Portfile
===================================================================
--- trunk/dports/devel/bison/Portfile	2013-07-30 05:48:33 UTC (rev 108669)
+++ trunk/dports/devel/bison/Portfile	2013-07-30 05:50:48 UTC (rev 108670)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                bison
-version             2.7.1
+version             3.0
 categories          devel
 maintainers         mww
 license             GPL-3+
@@ -19,8 +19,8 @@
 
 homepage            http://www.gnu.org/software/bison/
 master_sites        gnu
-checksums           rmd160  933257e61c1098160d4fd71063f340b2ee304671 \
-                    sha256  b409adcbf245baadb68d2f66accf6fdca5e282cafec1b865f4b5e963ba8ea7fb
+checksums           rmd160  6b68dfec7e83ab481f3e9d315f779f462dfc3823 \
+                    sha256  e9ac5585002b71208aee8a20bbe1ced96c48766e6c4247bc7ef8f3141f7624c8
 use_xz              yes
 
 depends_lib         port:gettext port:m4 port:libiconv
@@ -36,15 +36,8 @@
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
-    xinstall -d ${destroot}${docdir}/examples/calc++
     xinstall -m 0444 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
         THANKS TODO ${destroot}${docdir}
-    xinstall -m 444 -W ${worksrcpath}/examples/calc++  \
-        calc++-driver.cc calc++-driver.hh calc++-parser.cc \
-        calc++-parser.hh calc++-parser.stamp calc++-parser.yy \
-        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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130729/7b807958/attachment-0001.html>


More information about the macports-changes mailing list