# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 87988 2011-12-15 10:54:01Z ryandesign@macports.org $

PortSystem 1.0

name                    py26-hgsubversion
categories		python devel
replaced_by             py27-hgsubversion
version                 1.2.1.e30ff6d5feff
revision                1
epoch                   20110711
platforms               darwin
maintainers             nomaintainer
supported_archs         noarch
description             Obsolete. Replaced by py27-hgsubversion.
long_description        Obsolete. Replaced by py27-hgsubversion.
distfiles
pre-configure {
    ui_error "This port is replaced by py27-hgsubversion. Please install that port instead."
    return -code error
}

livecheck.type		none
