New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82943


Ignore:
Timestamp:
08/22/11 06:44:45 (4 years ago)
Author:
snc@…
Message:

pspp-devel:

  • update to g275eb9
  • launch app directly
Location:
trunk/dports/math/pspp-devel
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/pspp-devel/Portfile

    r82658 r82943  
    66 
    77name                pspp-devel 
    8 set buildstamp      20110816030503 
    9 set buildhash       g72ee64 
     8set buildstamp      20110822030503 
     9set buildhash       g275eb9 
    1010version             0.7.8 
    11 revision            8 
     11revision            9 
    1212# depends_test port:p5-text-diff 
    1313# 2011-08-14: no_* variants obsoleted 
     
    3636                    port:libtool 
    3737 
    38 checksums           rmd160  721d338ad220e1b67197e095f96f1101fcb13441 \ 
    39                     sha256  9e38ffef79733c9fba7cb8ba36788615cd2117f03cc11e986f852283754ce2f7 
     38checksums           rmd160  237e54d0b89702e10af674969fa33e99a442d139 \ 
     39                    sha256  8a15ab7c3212bdc8a48ac7a19b04e6ccda091da5494601cdc75c5c21a6c23cd1 
    4040 
    41 post-extract { 
    42     if {[variant_isset gui]} { 
    43         copy ${filespath}/psppire ${worksrcpath} 
    44         copy ${filespath}/logo.png ${worksrcpath} 
    45     } 
    46 } 
    47  
    48 patch { 
    49     if {[variant_isset gui]} { 
    50         reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/psppire 
    51     } 
    52 } 
    53  
    54 #configure.optflags  -O0 
    5541#configure.cflags-append -g 
    5642configure.env-append CPPFLAGS=-I${prefix}/include 
     
    117103    depends_lib-append      port:pkgconfig \ 
    118104                            port:gtk2 \ 
     105                            port:gtksourceview2 \ 
    119106                            port:libglade2 
    120107    configure.args-delete   --without-gui 
     
    125112} 
    126113app.name            PSPP 
    127 app.executable      ${worksrcpath}/psppire 
    128 app.icon            ${worksrcpath}/logo.png 
     114app.executable      psppire 
     115app.icon            ${filespath}/logo.png 
    129116 
    130117livecheck.url               http://pspp.benpfaff.org/~blp/pspp-master/latest/ 
Note: See TracChangeset for help on using the changeset viewer.