Date: Sun, 27 Dec 2009 17:21:03 GMT From: Marco Bröder <marco.broeder@gmx.eu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/142077: [maintainer-update] [patch] devel/hg-git: Update to 0.2.1. Warn about BETA status. Message-ID: <200912271721.nBRHL3Yp055271@www.freebsd.org> Resent-Message-ID: <200912271730.nBRHU1D0077316@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 142077 >Category: ports >Synopsis: [maintainer-update] [patch] devel/hg-git: Update to 0.2.1. Warn about BETA status. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Dec 27 17:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Marco Bröder >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: >Description: - Update to 0.2.1 - Display warning about software BETA status >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index 324b0b3..8d5e7a7 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 5e9d876..6c3c987 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 f2b9587..390de85 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 e2428aa..693fb47 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': >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912271721.nBRHL3Yp055271>