Bug 176790 - [MAINTAINER] devel/py-hgtools: update to 2.0.3
Summary: [MAINTAINER] devel/py-hgtools: update to 2.0.3
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-09 19:40 UTC by William Grzybowski
Modified: 2013-03-14 13:20 UTC (History)
0 users

See Also:


Attachments
hgtools.patch (741 bytes, patch)
2013-03-09 19:40 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-03-09 19:40:00 UTC
	Update to 2.0.3
	Changes: Issue #12: Suppress exceptions besides ImportError when importing Mercurial modules.
	Redports: https://redports.org/buildarchive/20130309192500-51702/

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-09 19:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-03-10 02:34:20 UTC
Responsible Changed
From-To: freebsd-python->miwi

'1
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-14 13:17:58 UTC
Author: miwi
Date: Thu Mar 14 13:17:51 2013
New Revision: 314156
URL: http://svnweb.freebsd.org/changeset/ports/314156

Log:
  - Update to 2.0.3
  
  PR:		176790
  Submitted by:	William Grzybowski <william88@gmail.com>

Modified:
  head/devel/py-hgtools/Makefile
  head/devel/py-hgtools/distinfo   (contents, props changed)

Modified: head/devel/py-hgtools/Makefile
==============================================================================
--- head/devel/py-hgtools/Makefile	Thu Mar 14 12:56:38 2013	(r314155)
+++ head/devel/py-hgtools/Makefile	Thu Mar 14 13:17:51 2013	(r314156)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hgtools
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-hgtools/distinfo
==============================================================================
--- head/devel/py-hgtools/distinfo	Thu Mar 14 12:56:38 2013	(r314155)
+++ head/devel/py-hgtools/distinfo	Thu Mar 14 13:17:51 2013	(r314156)
@@ -1,2 +1,2 @@
-SHA256 (hgtools-2.0.2.zip) = bfa82ccfea56b178c9f28cb719cb97853710880b207e0a32801ba1077757da07
-SIZE (hgtools-2.0.2.zip) = 30635
+SHA256 (hgtools-2.0.3.zip) = 76f56eb6d7238fa12bdeef28ce279cf6349260f487f4c12ba0b747d40e2a8327
+SIZE (hgtools-2.0.3.zip) = 30793
_______________________________________________
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 4 Martin Wilke freebsd_committer freebsd_triage 2013-03-14 13:18:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!