[MacPorts] #22289: Flusspferd 0.8 Port Update

MacPorts noreply at macports.org
Wed Oct 28 15:36:48 PDT 2009


#22289: Flusspferd 0.8 Port Update
------------------------------------+---------------------------------------
 Reporter:  ruediger@…              |       Owner:  macports-tickets@…                   
     Type:  update                  |      Status:  new                                  
 Priority:  Normal                  |   Milestone:                                       
Component:  ports                   |     Version:  1.8.1                                
 Keywords:                          |        Port:  flusspferd                           
------------------------------------+---------------------------------------
 Flusspferd 0.8 was released ( http://flusspferd.org/#v0.8 ). This patch
 updates the port file

 {{{
 diff --git a/Portfile b/Portfile
 index 9ea03e7..19be993 100644
 --- a/Portfile
 +++ b/Portfile
 @@ -4,7 +4,7 @@
  PortSystem          1.0

  name                flusspferd
 -version             0.7
 +version             0.8
  categories          devel
  maintainers         flusspferd.org:team
  description         provides Javascript bindings for C++.
 @@ -18,9 +18,10 @@ depends_lib         port:spidermonkey \

  master_sites        sourceforge
  use_bzip2           yes
 -checksums           md5     20babcfac85fe017ef9b4d19dc9fa245 \
 -                    sha1    6f66763a2adcb139c25c96636c682c326b1483d8 \
 -                    rmd160  c3de5b635b8b384e96607b339f486226ac6ae17a
 +checksums           md5     4a93f9b8ee2ec1fd9c50029f184ceffa \
 +                    sha1    df18e259e2ee0cd75ad13130881ae7f55ae0bd27 \
 +                    rmd160  3b1f7a6d16708dfcfeb1e827a2e93aaa8b45e95e
 +

  default_variants    test

 @@ -29,8 +30,6 @@ configure.args      -DCMAKE_INSTALL_PREFIX=${prefix} \
      -DCMAKE_SYSTEM_PREFIX_PATH=${prefix} \
      -DENABLE_TESTS=OFF \
      -DFORCE_PLUGINS=ON \
 -    -DPLUGIN_XML=OFF \
 -    -DPLUGIN_CURL=OFF \
      -DPLUGIN_SQLITE3=OFF \
      -DPLUGIN_GMP=OFF

 @@ -46,16 +45,6 @@ variant readline description { Build with GNU/readline
 support instead of libedi
      depends_lib-append port:readline
  }

 -variant xml description { Add XML support } {
 -    configure.args-append -DPLUGIN_XML=ON
 -    depends_lib-append port:libxml2
 -}
 -
 -variant curl description { Add Curl support } {
 -    depends_lib-append port:curl
 -    configure.args-append -DPLUGIN_CURL=ON
 -}
 -
  variant sqlite description { Add SQLite support } {
      depends_lib-append port:sqlite3
      configure.args-append -DPLUGIN_SQLITE3=ON
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/22289>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list