Bug 186390 - [PATCH]: devel/py-hgsubversion Fix building with fresh mercurial 2.9
Summary: [PATCH]: devel/py-hgsubversion Fix building with fresh mercurial 2.9
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-02 21:00 UTC by Maxim Samsonov
Modified: 2014-05-24 15:30 UTC (History)
0 users

See Also:


Attachments
devel_py-hgsubversion.patch (1.33 KB, patch)
2014-02-02 21:00 UTC, Maxim Samsonov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Samsonov 2014-02-02 21:00:00 UTC
Fix building with fresh mercurial 2.9.
Patch was obtained from hgsubversion repository.
https://bitbucket.org/durin42/hgsubversion/diff/hgsubversion/svnexternals.py?diff2=91cf81a36236&at=default
Fix dependencies list.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-02 21:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-24 15:25:42 UTC
Author: wg
Date: Sat May 24 14:25:38 2014
New Revision: 355039
URL: http://svnweb.freebsd.org/changeset/ports/355039
QAT: https://qat.redports.org/buildarchive/r355039/

Log:
  devel/py-hgsubversion: update to 1.6.1
  
  - Update to 1.6.1
  - Fix SUBVERTY option [1]
  
  PR:		ports/186390 [1]
  Submitted by:	Maxim Samsonov <xors at mailup net> [1]

Modified:
  head/devel/py-hgsubversion/Makefile
  head/devel/py-hgsubversion/distinfo

Modified: head/devel/py-hgsubversion/Makefile
==============================================================================
--- head/devel/py-hgsubversion/Makefile	Sat May 24 14:23:48 2014	(r355038)
+++ head/devel/py-hgsubversion/Makefile	Sat May 24 14:25:38 2014	(r355039)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hgsubversion
-PORTVERSION=	1.6
+PORTVERSION=	1.6.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,9 +23,9 @@ PYDISTUTILS_AUTOPLIST=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSUBVERTPY}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion>=0:${PORTSDIR}/devel/py-subversion
-.else
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subvertpy>=0:${PORTSDIR}/devel/py-subvertpy
+.else
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion>=0:${PORTSDIR}/devel/py-subversion
 .endif
 
 .include <bsd.port.mk>

Modified: head/devel/py-hgsubversion/distinfo
==============================================================================
--- head/devel/py-hgsubversion/distinfo	Sat May 24 14:23:48 2014	(r355038)
+++ head/devel/py-hgsubversion/distinfo	Sat May 24 14:25:38 2014	(r355039)
@@ -1,2 +1,2 @@
-SHA256 (hgsubversion-1.6.tar.gz) = 1a521638525b405406eb1d55b75bc3d16362b98a5e16d9f75817c8c95294ccde
-SIZE (hgsubversion-1.6.tar.gz) = 172888
+SHA256 (hgsubversion-1.6.1.tar.gz) = bb2787259a5f9716fe4ff4f6a4e6170fb8109c6f74550cbd92ec314d8d4278a0
+SIZE (hgsubversion-1.6.1.tar.gz) = 173184
_______________________________________________
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 William Grzybowski freebsd_committer freebsd_triage 2014-05-24 15:25:52 UTC
State Changed
From-To: open->closed

Update to 1.6.1, thanks.