Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2002 11:10:03 -0700 (PDT)
From:      David Marshall <marshall@chezmarshall.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/38950: perforce Makefile doesn't do PORTREVISION correctly plus p4d update
Message-ID:  <200206061810.g56IA3U96432@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/38950; it has been noted by GNATS.

From: David Marshall <marshall@chezmarshall.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/38950: perforce Makefile doesn't do PORTREVISION
  correctly plus p4d update
Date: Thu, 06 Jun 2002 14:06:25 -0400

 Wow, I am sometimes very ignorant.  Never mind about PORTREVISION 
 anymore.  Trevor very patiently explained to me that because this can't be 
 a package anyway, it's not such a big deal.  I was fiddling with it so that 
 portupgrade would do it just the way I like.  That's something for another day.
 
 Anyhow, I have verified from Perforce's website that these are the correct 
 executables -- the changelist serial numbers at 
 http://www.perforce.com/perforce/downloads/freebsd4.html match the 
 changelist numbers reported by these executables, so the removal of 
 FORBIDDEN should be considered.
 
 The current version/changelist for the executables are:
 
 p4     2002.1/32489
 p4d    2002.1/33994
 p4ftpd 2002.1/32489
 p4web  2002.1/33822
 
 Here's the REAL patch, heh, also at 
 http://www.chezmarshall.com/perforce.diff.txt.
 
 Index: devel/perforce/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/perforce/Makefile,v
 retrieving revision 1.12
 diff -u -p -r1.12 Makefile
 --- devel/perforce/Makefile     2002/06/06 16:09:03     1.12
 +++ devel/perforce/Makefile     2002/06/06 17:46:09
 @@ -19,8 +19,6 @@ EXTRACT_ONLY= # none
 
   MAINTAINER=    marshall@chezmarshall.com
 
 -FORBIDDEN=     "doubt about changed checksum of p4"
 -
   NO_PACKAGE=    Restricted distribution
   NO_CDROM=      Restricted distribution
   MAN1=          p4.1 p4d.1
 @@ -41,7 +39,7 @@ PERFORCE_PORT?=               1666
 
   .if ${ARCH} == i386
   VERSION=       02.1
 -REVISION=      2
 +REVISION=      3
   PLATFORM=      freebsd4
   BIN_FILES=     p4 p4web
   SBIN_FILES=    p4d p4ftpd
 Index: devel/perforce/distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/devel/perforce/distinfo,v
 retrieving revision 1.9
 diff -u -p -r1.9 distinfo
 --- devel/perforce/distinfo     2002/06/05 21:53:01     1.9
 +++ devel/perforce/distinfo     2002/06/06 17:46:09
 @@ -1,5 +1,5 @@
   MD5 (perforce/02.1/i386/p4) = 74e7d85461e5ec5c32b43ab6ce2751c1
 -MD5 (perforce/02.1/i386/p4d) = 895f9f8864d9f95feda2306c26b953cd
 +MD5 (perforce/02.1/i386/p4d) = da9a44c23d841699d74c1b3b4ea34f7e
   MD5 (perforce/02.1/i386/p4ftpd) = afe586e372af2371da484761b9dd8294
   MD5 (perforce/02.1/i386/p4web) = 14a3d7cd263c6cb5be5fe2c92494c80f
   MD5 (perforce/02.1/i386/p4.1) = f5ab07d3fe1d8387f7685fca03053461
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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