From 701f4f660af9720f25a4c8a64ef1d2c4f1bfbb2e Mon Sep 17 00:00:00 2001 From: Sean Farley Date: Fri, 23 Feb 2018 12:41:47 -0800 Subject: [PATCH] py-hgcrecord: obsolete port that is now included in core mercurial --- python/py-hgcrecord/Portfile | 43 +++++++++--------------------------- 1 file changed, 10 insertions(+), 33 deletions(-) diff --git a/python/py-hgcrecord/Portfile b/python/py-hgcrecord/Portfile index eb52a69f20e72..4a091b4b035fb 100644 --- a/python/py-hgcrecord/Portfile +++ b/python/py-hgcrecord/Portfile @@ -1,47 +1,24 @@ # -*- 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 PortSystem 1.0 -PortGroup python 1.0 -PortGroup bitbucket 1.0 set realname crecord -bitbucket.setup edgimar $realname b9bfbcdbc070 -name py-hg$realname +name py-hgcrecord version 0.1.20151210 +revision 1 categories-append devel platforms darwin license GPL-2 -supported_archs noarch -maintainers sean openmaintainer - -description Crecord Extension for Mercurial -long_description The crecord mercurial extension allows you to \ - interactively choose \ among the changes you have made (with \ - line-level granularity), and \ commit only those changes you select. - -checksums rmd160 3dcf9330f80968c897ef4c00674fc618e5ffea29 \ - sha256 1a30ef2cec4b3129ac3ad57b49296b0783f38fb6fffacc3d9114f56df8301c1d - -python.versions 27 +maintainers nomaintainer +# feature is now in core mercurial if {${name} ne ${subport}} { - depends_lib path:bin/hg:mercurial \ - port:ncurses - - build {} - - destroot { - xinstall -d ${destroot}${python.pkgd} - copy ${worksrcpath}/${realname} ${destroot}${python.pkgd}/${realname} - } - - notes " -To enable ${realname}, add the following to your ~/.hgrc: - -\[extensions\] -${realname} = -" + replaced_by mercurial + PortGroup obsolete 1.0 +} - livecheck.type none +subport py27-hgcrecord { + replaced_by mercurial + PortGroup obsolete 1.0 }