Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2012 07:20:38 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306954 - in head/devel/hg-git: . files
Message-ID:  <201211040720.qA47KduH018415@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Sun Nov  4 07:20:38 2012
New Revision: 306954
URL: http://svn.freebsd.org/changeset/ports/306954

Log:
  - Update to 0.3.4
  - Trim Makefile header
  
  PR:		ports/173327
  Submitted by:	Marco Broeder <marco.broeder@gmx.eu> (maintainer)
  Approved by:	makc, avilla (mentors, implicit)
  Feature safe:	yes

Added:
  head/devel/hg-git/files/
  head/devel/hg-git/files/patch-setup.py   (contents, props changed)
  head/devel/hg-git/pkg-plist   (contents, props changed)
Modified:
  head/devel/hg-git/Makefile   (contents, props changed)
  head/devel/hg-git/distinfo   (contents, props changed)

Modified: head/devel/hg-git/Makefile
==============================================================================
--- head/devel/hg-git/Makefile	Sun Nov  4 05:58:42 2012	(r306953)
+++ head/devel/hg-git/Makefile	Sun Nov  4 07:20:38 2012	(r306954)
@@ -1,12 +1,8 @@
-# Ports collection makefile for:	hg-git
-# Date created:		2009-10-24
-# Whom:			Marco Broeder <marco.broeder@gmx.eu>
-#
+# Created by: Marco Broeder <marco.broeder@gmx.eu>
 # $FreeBSD$
-#
 
 PORTNAME=	hg-git
-PORTVERSION=	0.3.3
+PORTVERSION=	0.3.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,17 +12,15 @@ COMMENT=	Mercurial extension to pull fro
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	${PKGNAMEPREFIX}dulwich>=0.8.5:${PORTSDIR}/devel/dulwich \
-		mercurial>=2.0.2:${PORTSDIR}/devel/mercurial
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dulwich>=0.8.5:${PORTSDIR}/devel/dulwich \
+		mercurial>=2.3.2:${PORTSDIR}/devel/mercurial
 
 MAKE_JOBS_SAFE=	yes
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=yes
 PYDISTUTILS_PKGNAME=	${PORTNAME:S/-/_/}
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
 post-install:
 	@${CAT} ${PKGMESSAGE}
 

Modified: head/devel/hg-git/distinfo
==============================================================================
--- head/devel/hg-git/distinfo	Sun Nov  4 05:58:42 2012	(r306953)
+++ head/devel/hg-git/distinfo	Sun Nov  4 07:20:38 2012	(r306954)
@@ -1,2 +1,2 @@
-SHA256 (hg-git-0.3.3.tar.gz) = 51fb0cbe0364e3515f498b428466adddf5423b77e4882b6663320cb4fbd8d20f
-SIZE (hg-git-0.3.3.tar.gz) = 17295
+SHA256 (hg-git-0.3.4.tar.gz) = 3770dd4ce9f230fedff9c699f3a8f8d7210510b799c2ee7df774758026612c50
+SIZE (hg-git-0.3.4.tar.gz) = 18554

Added: head/devel/hg-git/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hg-git/files/patch-setup.py	Sun Nov  4 07:20:38 2012	(r306954)
@@ -0,0 +1,17 @@
+--- ./setup.py.orig	2012-11-01 15:10:46.000000000 +0100
++++ ./setup.py	2012-11-03 10:28:03.799021557 +0100
+@@ -1,7 +1,4 @@
+-try:
+-    from setuptools import setup
+-except:
+-    from distutils.core import setup
++from distutils.core import setup
+ 
+ setup(
+     name='hg-git',
+@@ -20,5 +17,4 @@
+     license='GPLv2',
+     packages=['hggit'],
+     package_data={ 'hggit': ['help/git.rst'] },
+-    install_requires=['dulwich>=0.8.0'],
+ )

Added: head/devel/hg-git/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hg-git/pkg-plist	Sun Nov  4 07:20:38 2012	(r306954)
@@ -0,0 +1,22 @@
+%%PYTHON_SITELIBDIR%%/hggit/__init__.py
+%%PYTHON_SITELIBDIR%%/hggit/__init__.pyc
+%%PYTHON_SITELIBDIR%%/hggit/__init__.pyo
+%%PYTHON_SITELIBDIR%%/hggit/_ssh.py
+%%PYTHON_SITELIBDIR%%/hggit/_ssh.pyc
+%%PYTHON_SITELIBDIR%%/hggit/_ssh.pyo
+%%PYTHON_SITELIBDIR%%/hggit/git_handler.py
+%%PYTHON_SITELIBDIR%%/hggit/git_handler.pyc
+%%PYTHON_SITELIBDIR%%/hggit/git_handler.pyo
+%%PYTHON_SITELIBDIR%%/hggit/gitrepo.py
+%%PYTHON_SITELIBDIR%%/hggit/gitrepo.pyc
+%%PYTHON_SITELIBDIR%%/hggit/gitrepo.pyo
+%%PYTHON_SITELIBDIR%%/hggit/hgrepo.py
+%%PYTHON_SITELIBDIR%%/hggit/hgrepo.pyc
+%%PYTHON_SITELIBDIR%%/hggit/hgrepo.pyo
+%%PYTHON_SITELIBDIR%%/hggit/overlay.py
+%%PYTHON_SITELIBDIR%%/hggit/overlay.pyc
+%%PYTHON_SITELIBDIR%%/hggit/overlay.pyo
+%%PYTHON_SITELIBDIR%%/hggit/util.py
+%%PYTHON_SITELIBDIR%%/hggit/util.pyc
+%%PYTHON_SITELIBDIR%%/hggit/util.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/hggit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211040720.qA47KduH018415>