Revision: 37955 http://trac.macosforge.org/projects/macports/changeset/37955 Author: raimue@macports.org Date: 2008-06-30 15:06:07 -0700 (Mon, 30 Jun 2008) Log Message: ----------- python/py-openssl: Whitespace only, :retab Modified Paths: -------------- trunk/dports/python/py-openssl/Portfile Modified: trunk/dports/python/py-openssl/Portfile =================================================================== --- trunk/dports/python/py-openssl/Portfile 2008-06-30 22:05:32 UTC (rev 37954) +++ trunk/dports/python/py-openssl/Portfile 2008-06-30 22:06:07 UTC (rev 37955) @@ -3,30 +3,30 @@ PortSystem 1.0 PortGroup python24 1.0 -name py-openssl -version 0.6 -revision 2 -categories python devel security -maintainers raimue openmaintainer -platforms darwin freebsd -description python wrapper around the OpenSSL library -long_description This python module is a rather thin wrapper around (a \ - subset of) the OpenSSL library. With thin wrapper a lot of the \ - object methods do nothing more than calling a corresponding \ - function in the OpenSSL library. +name py-openssl +version 0.6 +revision 2 +categories python devel security +maintainers raimue openmaintainer +platforms darwin freebsd +description python wrapper around the OpenSSL library +long_description This python module is a rather thin wrapper around (a \ + subset of) the OpenSSL library. With thin wrapper a lot of the \ + object methods do nothing more than calling a corresponding \ + function in the OpenSSL library. -homepage http://pyopenssl.sourceforge.net/ -master_sites sourceforge:pyopenssl -distname pyOpenSSL-${version} -checksums md5 6200b71d3eb294a312d52c4825fc71c5 +homepage http://pyopenssl.sourceforge.net/ +master_sites sourceforge:pyopenssl +distname pyOpenSSL-${version} +checksums md5 6200b71d3eb294a312d52c4825fc71c5 -depends_lib-append port:openssl +depends_lib-append port:openssl -patch { - reinplace "s|/sw/|${prefix}/|g" ${worksrcpath}/setup.py +patch { + reinplace "s|/sw/|${prefix}/|g" ${worksrcpath}/setup.py } -post-destroot { - xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL README \ - TODO ${destroot}${prefix}/share/doc/${name} +post-destroot { + xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL README \ + TODO ${destroot}${prefix}/share/doc/${name} }