Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2003 19:35:40 -0800 (PST)
From:      Foxfair Hu <foxfair@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security/libwhisker Makefile distinfo
Message-ID:  <200311080335.hA83Zeji013015@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
foxfair     2003/11/07 19:35:40 PST

  FreeBSD ports repository

  Modified files:
    security/libwhisker  Makefile distinfo 
  Log:
  Fix checksum mismatch problem: the different is the later tarball adds
  one more file (LW.pm), and the diff of Makefile.pl is:
  
  --- ../libwhisker-1.8/Makefile.pl       Thu Dec 19 03:39:24 2002
  +++ ./Makefile.pl       Wed Oct  8 01:38:16 2003
  @@ -9,7 +9,7 @@
  
   $|++;
  
  -$VERSION       =       '1.7';
  +$VERSION       =       '1.8';
   $LIB           =       'LW.pm';
   $COMPONENTS    =       'libs';
   $PRELIB                =       'prelib.wpl';
  
    It seems that this is only an errata of release v1.8.
  
    Bump PORTREVISION to aware this. maintainer's email was bounced several
  times, so commit this change directly.
  
  Revision  Changes    Path
  1.5       +1 -2      ports/security/libwhisker/Makefile
  1.3       +1 -1      ports/security/libwhisker/distinfo



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