[112393] trunk/dports/python/py-dpkt/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Oct 22 01:36:41 PDT 2013
Revision: 112393
https://trac.macports.org/changeset/112393
Author: ryandesign at macports.org
Date: 2013-10-22 01:36:40 -0700 (Tue, 22 Oct 2013)
Log Message:
-----------
py-dpkt: update py25 and later subports to 1.8 (#40821)
Modified Paths:
--------------
trunk/dports/python/py-dpkt/Portfile
Modified: trunk/dports/python/py-dpkt/Portfile
===================================================================
--- trunk/dports/python/py-dpkt/Portfile 2013-10-22 07:32:37 UTC (rev 112392)
+++ trunk/dports/python/py-dpkt/Portfile 2013-10-22 08:36:40 UTC (rev 112393)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-dpkt
-version 1.7
+version 1.8
categories-append net
license BSD
maintainers nomaintainer
@@ -18,14 +18,24 @@
homepage http://code.google.com/p/dpkt/
master_sites googlecode:dpkt
-distname dpkt-${version}
-checksums md5 0baa25fd5d87066cf6189a66cf452ac0 \
- sha1 df19d6eb9fb296cc6835c081a490eec4787ac824 \
- rmd160 f802d54c4619871a9168a168bd092497ac2f23ff
+checksums rmd160 6c52dd753897ea10b15b9a67ef0303464bbfc7eb \
+ sha256 c56de2f9dc2f4654a356de0f0d458bb7b1c86c374988e8b4f358556f7dbe0507
python.versions 24 25 26 27
if {${name} ne ${subport}} {
+ if {${python.version} == 24} {
+ # 1.8 does not build with Python 2.4
+ # http://code.google.com/p/dpkt/issues/detail?id=116
+ version 1.7
+ revision 0
+
+ checksums rmd160 f802d54c4619871a9168a168bd092497ac2f23ff \
+ sha256 185277cd37ce1d65a95d7a8b8652bf33725645ea7ca0086baf3fe643506abe72
+ }
+
livecheck.type none
}
+
+distname dpkt-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131022/40a45485/attachment.html>
More information about the macports-changes
mailing list