[82943] trunk/dports/math/pspp-devel

snc at macports.org snc at macports.org
Mon Aug 22 06:44:45 PDT 2011


Revision: 82943
          http://trac.macports.org/changeset/82943
Author:   snc at macports.org
Date:     2011-08-22 06:44:45 -0700 (Mon, 22 Aug 2011)
Log Message:
-----------
pspp-devel:
 * update to g275eb9
 * launch app directly

Modified Paths:
--------------
    trunk/dports/math/pspp-devel/Portfile

Removed Paths:
-------------
    trunk/dports/math/pspp-devel/files/psppire

Modified: trunk/dports/math/pspp-devel/Portfile
===================================================================
--- trunk/dports/math/pspp-devel/Portfile	2011-08-22 11:24:21 UTC (rev 82942)
+++ trunk/dports/math/pspp-devel/Portfile	2011-08-22 13:44:45 UTC (rev 82943)
@@ -5,10 +5,10 @@
 PortGroup           app 1.0
 
 name                pspp-devel
-set buildstamp      20110816030503
-set buildhash       g72ee64
+set buildstamp      20110822030503
+set buildhash       g275eb9
 version             0.7.8
-revision            8
+revision            9
 # depends_test port:p5-text-diff
 # 2011-08-14: no_* variants obsoleted
 categories          math
@@ -35,23 +35,9 @@
                     port:readline \
                     port:libtool
 
-checksums           rmd160  721d338ad220e1b67197e095f96f1101fcb13441 \
-                    sha256  9e38ffef79733c9fba7cb8ba36788615cd2117f03cc11e986f852283754ce2f7
+checksums           rmd160  237e54d0b89702e10af674969fa33e99a442d139 \
+                    sha256  8a15ab7c3212bdc8a48ac7a19b04e6ccda091da5494601cdc75c5c21a6c23cd1
 
-post-extract {
-    if {[variant_isset gui]} {
-        copy ${filespath}/psppire ${worksrcpath}
-        copy ${filespath}/logo.png ${worksrcpath}
-    }
-}
-
-patch {
-    if {[variant_isset gui]} {
-        reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/psppire
-    }
-}
-
-#configure.optflags  -O0
 #configure.cflags-append -g
 configure.env-append CPPFLAGS=-I${prefix}/include
 configure.perl      ${prefix}/bin/perl
@@ -116,6 +102,7 @@
 variant gui conflicts no_gui description {Build PSPPIRE, the graphical interface} {
     depends_lib-append      port:pkgconfig \
                             port:gtk2 \
+                            port:gtksourceview2 \
                             port:libglade2
     configure.args-delete   --without-gui
 }
@@ -124,8 +111,8 @@
     app.create      no
 }
 app.name            PSPP
-app.executable      ${worksrcpath}/psppire
-app.icon            ${worksrcpath}/logo.png
+app.executable      psppire
+app.icon            ${filespath}/logo.png
 
 livecheck.url               http://pspp.benpfaff.org/~blp/pspp-master/latest/
 livecheck.regex             <td>dist_version<\\/td><td>(.*)<\\/td>

Deleted: trunk/dports/math/pspp-devel/files/psppire
===================================================================
--- trunk/dports/math/pspp-devel/files/psppire	2011-08-22 11:24:21 UTC (rev 82942)
+++ trunk/dports/math/pspp-devel/files/psppire	2011-08-22 13:44:45 UTC (rev 82943)
@@ -1,2 +0,0 @@
-#!/bin/bash
- at PREFIX@/bin/psppire &
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110822/7ee83e45/attachment.html>


More information about the macports-changes mailing list