[120180] trunk/dports/python/py-m2crypto/Portfile
ram at macports.org
ram at macports.org
Sun May 18 08:57:32 PDT 2014
Revision: 120180
https://trac.macports.org/changeset/120180
Author: ram at macports.org
Date: 2014-05-18 08:57:31 -0700 (Sun, 18 May 2014)
Log Message:
-----------
python/py-m2crypto: update to 0.22.3 (#43240)
Modified Paths:
--------------
trunk/dports/python/py-m2crypto/Portfile
Modified: trunk/dports/python/py-m2crypto/Portfile
===================================================================
--- trunk/dports/python/py-m2crypto/Portfile 2014-05-18 15:57:25 UTC (rev 120179)
+++ trunk/dports/python/py-m2crypto/Portfile 2014-05-18 15:57:31 UTC (rev 120180)
@@ -4,7 +4,7 @@
PortGroup python 1.0
name py-m2crypto
-version 0.21.1
+version 0.22.3
categories-append crypto devel
# demos include some Apache-2 and ZPL-2 files but are not installed
license MIT
@@ -14,15 +14,14 @@
platforms darwin
-homepage http://chandlerproject.org/Projects/MeTooCrypto
-master_sites http://pypi.python.org/packages/source/M/M2Crypto/
+homepage http://pypi.python.org/packages/source/M/M2Crypto/
+master_sites ${homepage}
distname M2Crypto-${version}
python.versions 24 25 26 27
-checksums md5 f93d8462ff7646397a9f77a2fe602d17 \
- sha1 3c7135b952092e4f2eee7a94c5153319cccba94e \
- rmd160 313dcab450846a0363e7192a10364bdfd5dfae85
+checksums rmd160 3ba7498308949f4c40c7eb8b649d575afd665a55 \
+ sha256 6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
@@ -34,15 +33,8 @@
reinplace "s|self.openssl = '/usr'|self.openssl = '${prefix}'|g" \
${worksrcpath}/setup.py
}
-
- post-destroot {
- if {${name} ne ${subport}} {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
- eval file copy [glob ${worksrcpath}/doc/*] \
- ${destroot}${prefix}/share/doc/${subport}
- }
- }
}
+
if {${name} eq ${subport}} {
livecheck.type regex
livecheck.url ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140518/d4cb5c93/attachment.html>
More information about the macports-changes
mailing list