Modified: users/devans/GNOME-3/unstable/dports/textproc/libxmlxx2/Portfile (133376 => 133377)
--- users/devans/GNOME-3/unstable/dports/textproc/libxmlxx2/Portfile 2015-02-28 02:00:00 UTC (rev 133376)
+++ users/devans/GNOME-3/unstable/dports/textproc/libxmlxx2/Portfile 2015-02-28 02:06:48 UTC (rev 133377)
@@ -1,35 +1,34 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name libxmlxx2
-set gname libxml++
-version 2.37.2
-set branch [join [lrange [split ${version} .] 0 1] .]
-categories textproc
-license LGPL
-maintainers nomaintainer
-description libxml++ is a C++ interface for working with XML files
-long_description \
- libxml++ is a C++ interface for working with XML files, using \
- libxml (gnome-xml) to parse and write the actual XML files. It \
- has a simple but complete API.
-homepage http://libxmlplusplus.sourceforge.net
-platforms darwin
-distname ${gname}-${version}
-master_sites gnome:sources/${gname}/${branch}/
+name libxmlxx2
+set gname libxml++
+version 2.37.2
+set branch [join [lrange [split ${version} .] 0 1] .]
+categories textproc
+license LGPL
+maintainers nomaintainer
+description libxml++ is a C++ interface for working with XML files
+long_description libxml++ is a C++ interface for working with XML files, using \
+ libxml (gnome-xml) to parse and write the actual XML files. It \
+ has a simple but complete API.
+homepage http://libxmlplusplus.sourceforge.net
+platforms darwin
+distname ${gname}-${version}
+master_sites gnome:sources/${gname}/${branch}/
-use_xz yes
+use_xz yes
-checksums rmd160 8fff0b132aac828fc63482ace38e26e29b08f34e \
- sha256 bb3e10a2148e90fc61098499a0923b4de786b1dd86466d7ec6255e154baa773b
+checksums rmd160 8fff0b132aac828fc63482ace38e26e29b08f34e \
+ sha256 bb3e10a2148e90fc61098499a0923b4de786b1dd86466d7ec6255e154baa773b
-depends_build port:pkgconfig \
- path:bin/perl:perl5
+depends_build port:pkgconfig \
+ path:bin/perl:perl5
-depends_lib port:libxml2 \
- port:glibmm
+depends_lib port:libxml2 \
+ port:glibmm
-livecheck.type gnome-with-unstable
-livecheck.name ${gname}
+livecheck.type gnome-with-unstable
+livecheck.name ${gname}