Bug 176240 - [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.6 -> 2.7
Summary: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.6 -> 2.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 14:20 UTC by Gleb Popov
Modified: 2013-02-19 05:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.59 KB, patch)
2013-02-18 14:20 UTC, Gleb Popov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb Popov freebsd_committer freebsd_triage 2013-02-18 14:20:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-02-18 19:04:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-19 04:55:45 UTC
Author: rm
Date: Tue Feb 19 04:55:37 2013
New Revision: 312541
URL: http://svnweb.freebsd.org/changeset/ports/312541

Log:
  - update to 2.7
  
  PR:		176240
  Submitted by:	arrowdodger <6yearold@gmail.com> (maintainer)

Modified:
  head/devel/tortoisehg2/Makefile
  head/devel/tortoisehg2/distinfo
  head/devel/tortoisehg2/pkg-plist

Modified: head/devel/tortoisehg2/Makefile
==============================================================================
--- head/devel/tortoisehg2/Makefile	Tue Feb 19 03:25:46 2013	(r312540)
+++ head/devel/tortoisehg2/Makefile	Tue Feb 19 04:55:37 2013	(r312541)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tortoisehg
-PORTVERSION=	2.6
-PORTREVISION=	1
+PORTVERSION=	2.7
 CATEGORIES=	devel
 MASTER_SITES=	http://cdn.bitbucket.org/tortoisehg/targz/downloads/
 

Modified: head/devel/tortoisehg2/distinfo
==============================================================================
--- head/devel/tortoisehg2/distinfo	Tue Feb 19 03:25:46 2013	(r312540)
+++ head/devel/tortoisehg2/distinfo	Tue Feb 19 04:55:37 2013	(r312541)
@@ -1,2 +1,2 @@
-SHA256 (tortoisehg-2.6.tar.gz) = 50ca1c490feaeb112409ad4de9383b2fef34743eb0c65c7dc3f0d7a40b49c895
-SIZE (tortoisehg-2.6.tar.gz) = 9794047
+SHA256 (tortoisehg-2.7.tar.gz) = 14d8180a8636ff05182683793b371c5dff8561e83b90e3008a7037f746bd818d
+SIZE (tortoisehg-2.7.tar.gz) = 9999270

Modified: head/devel/tortoisehg2/pkg-plist
==============================================================================
--- head/devel/tortoisehg2/pkg-plist	Tue Feb 19 03:25:46 2013	(r312540)
+++ head/devel/tortoisehg2/pkg-plist	Tue Feb 19 04:55:37 2013	(r312541)
@@ -162,6 +162,9 @@ bin/thg
 %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/p4pending.py
 %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/p4pending.pyc
 %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/p4pending.pyo
+%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/partialcommit.py
+%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/partialcommit.pyc
+%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/partialcommit.pyo
 %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/pathedit.py
 %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/pathedit.pyc
 %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/pathedit.pyo
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-02-19 04:55:49 UTC
State Changed
From-To: open->closed

Committed, thank you!