Revision: 133435 https://trac.macports.org/changeset/133435 Author: devans@macports.org Date: 2015-03-01 12:56:05 -0800 (Sun, 01 Mar 2015) Log Message: ----------- GNOME-3/stable: libsigcxx2, reformat, white space only. Modified Paths: -------------- users/devans/GNOME-3/stable/dports/devel/libsigcxx2/Portfile Property Changed: ---------------- users/devans/GNOME-3/stable/dports/devel/libsigcxx2/ Property changes on: users/devans/GNOME-3/stable/dports/devel/libsigcxx2 ___________________________________________________________________ Modified: svn:mergeinfo - /branches/mld-qt-481/dports/devel/libsigcxx2:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856 /trunk/dports/devel/libsigcxx2:122869-126054 /users/cal/ports/devel/libsigcxx2:96570-97031 + /branches/mld-qt-481/dports/devel/libsigcxx2:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856 /trunk/dports/devel/libsigcxx2:122869-133434 /users/cal/ports/devel/libsigcxx2:96570-97031 Modified: users/devans/GNOME-3/stable/dports/devel/libsigcxx2/Portfile =================================================================== --- users/devans/GNOME-3/stable/dports/devel/libsigcxx2/Portfile 2015-03-01 20:40:18 UTC (rev 133434) +++ users/devans/GNOME-3/stable/dports/devel/libsigcxx2/Portfile 2015-03-01 20:56:05 UTC (rev 133435) @@ -1,48 +1,47 @@ # -*- 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 libsigcxx2 -set gname libsigc++ -version 2.4.0 -license LGPL-2.1 -set branch [join [lrange [split ${version} .] 0 1] .] -categories devel -platforms darwin -maintainers devans openmaintainer -description C++ signal callback system +name libsigcxx2 +set gname libsigc++ +version 2.4.0 +license LGPL-2.1 +set branch [join [lrange [split ${version} .] 0 1] .] +categories devel +platforms darwin +maintainers devans openmaintainer +description C++ signal callback system -long_description \ - libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to \ - connect those signals to any callback function, either global or a member function, regardless of whether it is \ - static or virtual. +long_description libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to \ + connect those signals to any callback function, either global or a member function, regardless of whether it is \ + static or virtual. -homepage http://libsigc.sourceforge.net/ -master_sites gnome:sources/${gname}/${branch}/ -distname ${gname}-${version} -use_xz yes +homepage http://libsigc.sourceforge.net/ +master_sites gnome:sources/${gname}/${branch}/ +distname ${gname}-${version} +use_xz yes -checksums sha256 7593d5fa9187bbad7c6868dce375ce3079a805f3f1e74236143bceb15a37cd30 \ - rmd160 89be646e4ba4f6d5cbf8b4203f252fa23af5a6f5 +checksums sha256 7593d5fa9187bbad7c6868dce375ce3079a805f3f1e74236143bceb15a37cd30 \ + rmd160 89be646e4ba4f6d5cbf8b4203f252fa23af5a6f5 -depends_build port:pkgconfig \ - port:mm-common \ - port:m4 \ - port:perl5.16 \ - path:bin/dot:graphviz \ - port:doxygen \ - port:libxslt +depends_build port:pkgconfig \ + port:mm-common \ + port:m4 \ + port:perl5.16 \ + path:bin/dot:graphviz \ + port:doxygen \ + port:libxslt -configure.perl ${prefix}/bin/perl5.16 +configure.perl ${prefix}/bin/perl5.16 configure.env-append \ - "M4=${prefix}/bin/gm4" -configure.args --enable-static \ - --disable-silent-rules + "M4=${prefix}/bin/gm4" +configure.args --enable-static \ + --disable-silent-rules # Teach glibtool about -stdlib=libc++ -use_autoreconf yes -autoreconf.args -fvi +use_autoreconf yes +autoreconf.args -fvi post-destroot { set docdir ${prefix}/share/doc/${gname}-2.0 @@ -51,5 +50,5 @@ ${destroot}${docdir} } -livecheck.type gnome -livecheck.name ${gname} +livecheck.type gnome +livecheck.name ${gname}