Skip to content

Commit

Permalink
pspp-devel: update to 2.0.1-g395ff8
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Nov 15, 2024
1 parent a941312 commit 182f792
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions math/pspp-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ PortGroup active_variants 1.1
PortGroup perl5 1.0

name pspp-devel
set buildstamp 20230531143312
set buildhash gfa6bce
set buildstamp 20241021104916
set buildhash g395ff8
epoch 1
version 2.0.0-pre1
revision 19
version 2.0.1
revision 0
categories math
license GPL-3+
maintainers {snc @nerdling}
Expand All @@ -23,10 +23,9 @@ long_description PSPP is a program for \
appears very similar to it with a few exceptions.

homepage https://www.gnu.org/software/pspp/
platforms darwin

master_sites http://pspp.benpfaff.org/~blp/pspp-master/${buildstamp}/source
distname pspp-${version}${buildhash}
distname pspp-${version}-${buildhash}

perl5.branches 5.34

Expand Down Expand Up @@ -56,9 +55,9 @@ depends_build-append port:gettext \

depends_test-append port:p${perl5.major}-text-diff path:libexec/coreutils/libstdbuf.so:coreutils

checksums rmd160 e74d35d79d634dc8e048fe76c5cb320503a798f4 \
sha256 b5a6e45fbaa53ca1e172f7dddba7b2e89a7878df3865433a9dcf2119c554adcc \
size 10602633
checksums rmd160 0ad340124f5c4e48e3bb932acceb83121879eed1 \
sha256 25017ae2dbcaf6dd0f36fc478475f88fe0ce033e73eccf8eebf9b9a28fb9a8ee \
size 10939074

post-extract {
if {[variant_isset gui]} {
Expand Down Expand Up @@ -124,14 +123,14 @@ variant gui description {Build PSPPIRE, the graphical interface} {
depends_lib-append port:atk \
path:lib/pkgconfig/gdk-pixbuf-2.0.pc:gdk-pixbuf2 \
path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
port:gtksourceview3
port:gtksourceview4

configure.args-delete --without-gui
}

variant quartz requires gui {
require_active_variants gtk3 quartz
require_active_variants gtksourceview3 quartz
require_active_variants gtksourceview4 quartz
}
variant x11 requires gui {
require_active_variants gtk3 x11
Expand Down

0 comments on commit 182f792

Please sign in to comment.