ports/159991: [PATCH] devel/py-mercurialserver mark IGNORE

Aldis Berjoza aldis at bsdroot.lv
Mon Aug 22 09:50:10 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list