Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libxmlxx2: update to version 2.40.1
* requires C++11 as of version 2.39.1, use cxx11 portgroup
  • Loading branch information
dbevans committed Jul 21, 2017
1 parent ff6d172 commit 9b97b88
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions textproc/libxmlxx2/Portfile
Expand Up @@ -2,10 +2,12 @@

PortSystem 1.0

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

name libxmlxx2
set gname libxml++
version 2.38.1
revision 2
version 2.40.1
set branch [join [lrange [split ${version} .] 0 1] .]
categories textproc
license LGPL
Expand All @@ -21,8 +23,8 @@ master_sites gnome:sources/${gname}/${branch}/

use_xz yes

checksums rmd160 152350d95c2924a3f5f15111db439fd769ce8bad \
sha256 882529189b03db6c69925b3f579ab1941feb4f02b5fe2612504ee7e498a4a05f
checksums rmd160 e99658fce15316319b21823c5e4cb5462b5cff1c \
sha256 4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9

depends_build port:pkgconfig

Expand Down

0 comments on commit 9b97b88

Please sign in to comment.