Modified: trunk/dports/python/py-pyphant/Portfile (148191 => 148192)
--- trunk/dports/python/py-pyphant/Portfile 2016-04-29 11:45:50 UTC (rev 148191)
+++ trunk/dports/python/py-pyphant/Portfile 2016-04-29 11:52:46 UTC (rev 148192)
@@ -57,25 +57,6 @@
}
}
-# these two definitions for 'replaced by' ports could probably be combined
-# the definitions could go away after July 2015
-subport py26-${distname} {
- replaced_by py27-${distname}
- PortGroup obsolete 1.0
- depends_build
- depends_lib
- depends_run
-}
-foreach n {fmf imageprocessing osc statistics tools} {
- subport py26-${distname}-${n} {
- replaced_by py27-${distname}-${n}
- PortGroup obsolete 1.0
- depends_build
- depends_lib
- depends_run
- }
-}
-
foreach python.vers ${python.versions} {
subport py${python.vers}-${distname} {
PortGroup app 1.0