aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-09-23 07:20:12 +0800
committerdelphij <delphij@FreeBSD.org>2009-09-23 07:20:12 +0800
commitf21556e6d2820fc423628574ba8d94d074b881ca (patch)
treec1c6938a5cd07ef201e8d3d28c3675d0b0b61082 /devel
parent5a4888499cfdf9134815b5e2b297dd57ebae853a (diff)
downloadfreebsd-ports-gnome-f21556e6d2820fc423628574ba8d94d074b881ca.tar.gz
freebsd-ports-gnome-f21556e6d2820fc423628574ba8d94d074b881ca.tar.zst
freebsd-ports-gnome-f21556e6d2820fc423628574ba8d94d074b881ca.zip
Update to 0.1.7.
Submitted by: Marco Bröder <marco.broeder gmx eu> PR: ports/ports/139067 Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r--devel/hgsvn/Makefile7
-rw-r--r--devel/hgsvn/distinfo6
-rw-r--r--devel/hgsvn/pkg-descr5
-rw-r--r--devel/hgsvn/pkg-plist1
4 files changed, 10 insertions, 9 deletions
diff --git a/devel/hgsvn/Makefile b/devel/hgsvn/Makefile
index 3655d24c83f2..11718df223b9 100644
--- a/devel/hgsvn/Makefile
+++ b/devel/hgsvn/Makefile
@@ -6,17 +6,16 @@
#
PORTNAME= hgsvn
-PORTVERSION= 0.1.6
-PORTREVISION= 1
+PORTVERSION= 0.1.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= delphij@FreeBSD.org
-COMMENT= A set of scripts to work locally on Subversion checkouts using Mercurial
+COMMENT= Scripts to work locally on Subversion checkouts using Mercurial
DIST_SUBDIR= python
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion \
diff --git a/devel/hgsvn/distinfo b/devel/hgsvn/distinfo
index 2b2e75c02d66..3364eb0480b3 100644
--- a/devel/hgsvn/distinfo
+++ b/devel/hgsvn/distinfo
@@ -1,3 +1,3 @@
-MD5 (python/hgsvn-0.1.6.tar.gz) = 717f21210fb84e7538d76a95a582a647
-SHA256 (python/hgsvn-0.1.6.tar.gz) = f9291faabc5e183e15766de84e197ff4ac95053cf1c1b0864038da9c3ec7098b
-SIZE (python/hgsvn-0.1.6.tar.gz) = 45497
+MD5 (python/hgsvn-0.1.7.tar.gz) = aaa4ef4124ac388832cddc85c1866236
+SHA256 (python/hgsvn-0.1.7.tar.gz) = 45bde2bae7164ec511bdcb78d7ec48b8794fc0d6805017c657cd2c0a999db900
+SIZE (python/hgsvn-0.1.7.tar.gz) = 48576
diff --git a/devel/hgsvn/pkg-descr b/devel/hgsvn/pkg-descr
index c6f7e7cba1c2..ace847cd1676 100644
--- a/devel/hgsvn/pkg-descr
+++ b/devel/hgsvn/pkg-descr
@@ -6,12 +6,13 @@ latest changes from the SVN server, manage private branches, submit
patches to project maintainers, etc. And of course you have fast
local operations like "hg log", "hg annotate"...
-Currently two scripts are provided:
+Three scripts are provided:
* hgimportsvn initializes an SVN checkout which is also a
Mercurial repository.
* hgpullsvn pulls the latest changes from the SVN repository,
and updates the Mercurial repository accordingly. It can
be run multiple times.
+ * hgpushsvn pushes your local Mercurial commits back to the SVN repository.
-WWW: http://cheeseshop.python.org/pypi/hgsvn
+WWW: http://pypi.python.org/pypi/hgsvn
diff --git a/devel/hgsvn/pkg-plist b/devel/hgsvn/pkg-plist
index 71b2663509c4..80e2bbbec555 100644
--- a/devel/hgsvn/pkg-plist
+++ b/devel/hgsvn/pkg-plist
@@ -1,3 +1,4 @@
bin/hgimportsvn
bin/hgpullsvn
+bin/hgpushsvn
%%PYTHON_SITELIBDIR%%/hgsvn-%%VERSION%%-py%%PYVER%%.egg