Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2011 09:43:08 GMT
From:      Aldis Berjoza <aldis@bsdroot.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159991: [PATCH] devel/py-mercurialserver mark IGNORE
Message-ID:  <201108220943.p7M9h8cb063428@red.freebsd.org>
Resent-Message-ID: <201108220950.p7M9o945022144@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159991
>Category:       ports
>Synopsis:       [PATCH] devel/py-mercurialserver mark IGNORE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 22 09:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
mercurialserver doesn't seem to work with mercurial 1.9
On my server I could clone repository, but I wasn't able to push (it always failed)

Mark mercurialserver ignore untill it's updated to work with mercurial in ports

While there also add LICENSE

I've contacted developer, but I didn't receive any email back
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u py-mercurialserver.bak/Makefile py-mercurialserver/Makefile
--- py-mercurialserver.bak/Makefile	2011-08-22 12:24:53.799613563 +0300
+++ py-mercurialserver/Makefile	2011-08-22 12:38:57.332204238 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	mercurialserver
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://dev.lshift.net/paul/mercurial-server/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +16,8 @@
 MAINTAINER=	aldis@bsdroot.lv
 COMMENT=	Software for hosting mercurial repositories
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	hg:${PORTSDIR}/devel/mercurial
 
 WRKSRC=		${WRKDIR}/${SNAME}_${SVERSION}
@@ -32,6 +35,8 @@
 PYDISTUTILS_PKGNAME=${SNAME}
 PYDISTUTILS_PKGVERSION=${SVERSION}
 
+IGNORE=does not work correctly with Mercurial v1.9.
+
 HGSVCONF_FILES=	access.conf \
 		remote-hgrc.d/access.rc \
 		remote-hgrc.d/logging.rc
Common subdirectories: py-mercurialserver.bak/files and py-mercurialserver/files


>Release-Note:
>Audit-Trail:
>Unformatted:



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