Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libgdamm5: update to version 4.99.11
* build using system perl
* requires C++11 as of version 4.99.9, use cxx11 portgroup
  • Loading branch information
dbevans committed Jul 21, 2017
1 parent 8b2db46 commit e1c5a45
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions gnome/libgdamm5/Portfile
Expand Up @@ -2,9 +2,12 @@

PortSystem 1.0

# requires C++11 as of version 4.99.9
PortGroup cxx11 1.1

name libgdamm5
set gname libgdamm
version 4.99.8
version 4.99.11
license LGPL-2.1
set branch [join [lrange [split ${version} .] 0 1] .]

Expand All @@ -23,14 +26,16 @@ distname ${gname}-${version}

use_xz yes

checksums rmd160 a12c2abcb90df6725ef94dcb076ae66bbce69117 \
sha256 bdd355351a60ec7d21730b403389a9f51ef1a91bd58582a09cdc0eab639f8b9b
checksums rmd160 c4a0201b609b7ea1f9fae57d225a19d1caf12882 \
sha256 e9820070a1b258fbdfa9b6583d97dfdb1340c90bb353c5f5e21522375609d0bb

depends_build port:pkgconfig

depends_lib port:glibmm \
port:libgda5

configure.perl /usr/bin/perl

configure.args --disable-documentation

variant docs description {Install documentation} {
Expand Down

0 comments on commit e1c5a45

Please sign in to comment.