aboutsummaryrefslogtreecommitdiff
path: root/devel/hg-git
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-12-28 06:41:27 +0000
committerWen Heping <wen@FreeBSD.org>2009-12-28 06:41:27 +0000
commit86da3d3fd9d0d302e807a1e7bd3f1b7257c2ebf9 (patch)
treeac1db732a007a822669bffc2e831aec6b98d4c80 /devel/hg-git
parentd24a65326612c9b5dfc427d56b2819694c7b6740 (diff)
downloadports-86da3d3fd9d0d302e807a1e7bd3f1b7257c2ebf9.tar.gz
ports-86da3d3fd9d0d302e807a1e7bd3f1b7257c2ebf9.zip
Notes
Diffstat (limited to 'devel/hg-git')
-rw-r--r--devel/hg-git/Makefile2
-rw-r--r--devel/hg-git/distinfo6
-rw-r--r--devel/hg-git/pkg-descr8
-rw-r--r--devel/hg-git/pkg-message3
4 files changed, 14 insertions, 5 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile
index 61c34605b613..5ff2579495ad 100644
--- a/devel/hg-git/Makefile
+++ b/devel/hg-git/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hg-git
-PORTVERSION= 0.1.0
+PORTVERSION= 0.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/hg-git/distinfo b/devel/hg-git/distinfo
index 5e9d876ffa61..6c3c98715cff 100644
--- a/devel/hg-git/distinfo
+++ b/devel/hg-git/distinfo
@@ -1,3 +1,3 @@
-MD5 (hg-git-0.1.0.tar.gz) = 2c083d92dbf89f228ae28a0fc7805d9e
-SHA256 (hg-git-0.1.0.tar.gz) = 8745c331f010dbdda6b1343a852ef3fb242d5d29196c7dd1197e27e6051212d8
-SIZE (hg-git-0.1.0.tar.gz) = 11351
+MD5 (hg-git-0.2.1.tar.gz) = cad6487d5c887b15ea97951e885cf5ad
+SHA256 (hg-git-0.2.1.tar.gz) = 821cd26a5173ae34c79073dfb00a1e863c5c45ff0741c4fc6f417fd4990780ac
+SIZE (hg-git-0.2.1.tar.gz) = 11291
diff --git a/devel/hg-git/pkg-descr b/devel/hg-git/pkg-descr
index f2b9587d0bc4..390de856e4e7 100644
--- a/devel/hg-git/pkg-descr
+++ b/devel/hg-git/pkg-descr
@@ -11,4 +11,12 @@ data does not get lost in translation.
This plugin is implemented entirely in Python - there are no Git binary
dependencies, you do not need to have Git installed on your system.
+*** WARNING: Do not use this software in data critical production environments,
+only in safe test environments! This software is still BETA!
+
+It is basically feature complete and pretty stable now, but there could be
+still some edge cases. The user interface could also still be changed. However,
+there are now a lot of people using it effectively, so please test it yourself
+and report encountered bugs upstream (see website). Thanks! ***
+
WWW: http://hg-git.github.com/
diff --git a/devel/hg-git/pkg-message b/devel/hg-git/pkg-message
index e2428aa5ee34..693fb4750ebf 100644
--- a/devel/hg-git/pkg-message
+++ b/devel/hg-git/pkg-message
@@ -1,6 +1,7 @@
====
-*** Attention! ***
+*** WARNING: Do not use this software in data critical production environments,
+only in safe test environments! This software is still BETA! ***
To enable the Hg-Git extension make sure you have the following lines in your
Mercurial global configuration file '~/.hgrc':