[28909] trunk/dports/devel/libsigcxx2/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Sep 11 05:47:32 PDT 2007
Revision: 28909
http://trac.macosforge.org/projects/macports/changeset/28909
Author: nox at macports.org
Date: 2007-09-11 05:47:31 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
libsigcxx2: Whitespace changes.
Modified Paths:
--------------
trunk/dports/devel/libsigcxx2/Portfile
Modified: trunk/dports/devel/libsigcxx2/Portfile
===================================================================
--- trunk/dports/devel/libsigcxx2/Portfile 2007-09-11 10:05:38 UTC (rev 28908)
+++ trunk/dports/devel/libsigcxx2/Portfile 2007-09-11 12:47:31 UTC (rev 28909)
@@ -1,26 +1,31 @@
# $Id$
-PortSystem 1.0
-name libsigcxx2
-version 2.0.17
-categories devel
-maintainers nomaintainer at macports.org
-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.
-homepage http://libsigc.sourceforge.net/
-distname libsigc++-${version}
-master_sites gnome:sources/libsigc++/2.0/
-platforms darwin
-checksums md5 fde0ee69e3125e982746d9fe005763e1
-use_bzip2 yes
+PortSystem 1.0
+name libsigcxx2
+version 2.0.17
+categories devel
+platforms darwin
+maintainers nomaintainer
+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.
+
+homepage http://libsigc.sourceforge.net/
+master_sites gnome:sources/libsigc++/2.0/
+distname libsigc++-${version}
+use_bzip2 yes
+
+checksums md5 fde0ee69e3125e982746d9fe005763e1
+
post-destroot {
- delete ${destroot}${prefix}/share
+ delete ${destroot}${prefix}/share
}
+
platform darwin 8 {
- configure.compiler gcc-4.0
+ configure.compiler gcc-4.0
}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070911/93835650/attachment.html
More information about the macports-changes
mailing list