Opened 11 years ago

Closed 11 years ago

#37557 closed update (fixed)

tortoisehg @2.6.2 update; New Portfile for Update from v2.1.2 to v2.6.2 Supporting hg 2.4

Reported by: Dr.Martin.Froehlich@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: haspatch Cc:
Port: tortoisehg

Description

Please find attached a new Portfile for TortoiseHG

It is fit for mercurial v2.4 (the version of the current port), the current port does exit with an error message that the current mercurial version is not supported. This is fixed by this update. The other files of this port may remain unchanged.

> diff -u Portfile /tmp/thg-2.1.2/Portfile

--- Portfile	2013-01-07 09:49:22.000000000 +0100
+++ /tmp/thg-2.1.2/Portfile	2013-01-07 10:04:35.000000000 +0100
@@ -1,12 +1,12 @@
 # -*- 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 92084 2012-04-17 17:35:08Z jmr@macports.org $
+# $Id$
 
 PortSystem          1.0
 PortGroup           python 1.0
 PortGroup           app 1.0
 
 name                tortoisehg
-version             2.6.2
+version             2.1.2
 revision            1
 categories          devel python
 platforms           darwin
@@ -22,8 +22,8 @@
 homepage            http://tortoisehg.bitbucket.org/
 master_sites        http://bitbucket.org/tortoisehg/targz/downloads/
 
-checksums           sha1    b5de238e3668c099f9acf07c034f4a13f74c40dc \
-                    rmd160  be61874ca580507130c9c580ca3b182366da1148
+checksums           sha1    26d71af44a5cbd095e16d655d2874966e137e94e \
+                    rmd160  befd27d486e4f9a6840467befc65d9c52704c746
 
 python.default_version 27

Change History (3)

comment:1 Changed 11 years ago by jmroot (Joshua Root)

  1. The patch is reversed.
  2. The revision should reset to 0 (the default) with a new version.
  3. Please don't patch the Id line.

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added; update removed
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Thanks. Committed in r101302 with a few changes.

Note: See TracTickets for help on using tickets.