Date: Tue, 11 Nov 2003 05:12:26 -0000 From: "Akinori MUSHA" <knu@iDaemons.org> To: Martin Blapp <mbr@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/vmware3 Makefile distinfo ports/emulators/vmware3/files config Message-ID: <20031111040733.26237.qmail@exxodus.fedaykin.here> In-Reply-To: <200310211336.h9LDaNNT070826@repoman.freebsd.org> References: <200310211336.h9LDaNNT070826@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At Tue, 21 Oct 2003 06:36:23 -0700 (PDT), Martin Blapp wrote: > mbr 2003/10/21 06:36:23 PDT > > FreeBSD ports repository > > Modified files: > emulators/vmware3 Makefile distinfo > emulators/vmware3/files config > Log: > Upgrade to portrevision 2242 and make it possible to run This is bad use of PORTREVISION. PORTREVISION should not be used to express an upstream version, but must be reserved for our local changes. You can instead include the build number in PORTVERSION as below: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/vmware3/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- Makefile 21 Oct 2003 13:36:22 -0000 1.61 +++ Makefile 21 Oct 2003 15:20:11 -0000 @@ -6,15 +6,14 @@ # PORTNAME= vmware3 -PORTVERSION= 3.2.1 -PORTREVISION= 2242 +PORTVERSION= 3.2.1.2242 CATEGORIES= emulators linux MASTER_SITES= http://www4.vmware.com/software/ \ ${FREEBSD_MODULE_SITES} \ ${VMWARE_MIRROR_SITES} -DISTFILES= VMware-workstation-${PORTVERSION}-${PORTREVISION}${EXTRACT_SUFX}:vmware \ - vmmon-only-3.2.1-20031009${EXTRACT_SUFX}:patch \ - vmnet-only-3.2.1-20030412${EXTRACT_SUFX}:patch +DISTFILES= VMware-workstation-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX}:vmware \ + vmmon-only-${PORTVERSION:R}-20031009${EXTRACT_SUFX}:patch \ + vmnet-only-${PORTVERSION:R}-20030412${EXTRACT_SUFX}:patch # Feel free to post your questions/reports/suggestions on this port to # freebsd-emulation mailing list with the following maintainer address CC'ed. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "It seems to me as we make our own few circles 'round the sun We get it backwards and our seven years go by like one"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031111040733.26237.qmail>