Date: Fri, 02 Jan 2004 12:14:46 -0500 From: Pete Fritchman <petef@FreeBSD.org> To: Pav Lucistnik <pav@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-servers/x2vnc Makefile distinfo Message-ID: <20040102171446.AFEC717931@sirius.firepipe.net> In-Reply-To: Message from Pav Lucistnik <pav@FreeBSD.org> <200401020015.i020FEKL089551@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Thu, 01 Jan 2004 16:15:14 PST - Pav Lucistnik: | Log: | - Update to 1.6 This won't work with the port's versioning scheme: -PORTVERSION= 1.31 +PORTVERSION= 1.6 skull(/home/petef) [1032] > pkg_version -t 1.31 1.6 > skull(/home/petef) [1033] > We should probably make the new version number 1.60. How about this patch? %%% Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11-servers/x2vnc/Makefile,v retrieving revision 1.8 diff -u -u -2 -r1.8 Makefile --- Makefile 2 Jan 2004 00:15:14 -0000 1.8 +++ Makefile 2 Jan 2004 17:13:44 -0000 @@ -7,7 +7,8 @@ PORTNAME= x2vnc -PORTVERSION= 1.6 +PORTVERSION= 1.60 CATEGORIES= x11-servers MASTER_SITES= http://www.hubbe.net/~hubbe/x2vnc/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//} MAINTAINER= ports@FreeBSD.org %%% --pete
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040102171446.AFEC717931>