cvs commit: ports/x11-servers/x2vnc Makefile distinfo
Pete Fritchman
petef at FreeBSD.org
Fri Jan 2 09:14:48 PST 2004
* 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 at FreeBSD.org
%%%
--pete
More information about the cvs-all
mailing list