cvs commit: ports/devel/smc Makefile distinfo

Thierry Thomas thierry at FreeBSD.org
Fri Nov 11 10:29:35 PST 2005


thierry     2005-11-11 18:29:35 UTC

  FreeBSD ports repository

  Modified files:
    devel/smc            Makefile distinfo 
  Log:
  Fix a size mismatch and unbreak.
  
  According to the author:
  
   -----
   From: Charles Rapp
   Subject: RE: Was 4.2.2 rerolled?
  
   Boris,
  
   I realized after the initial release that the build missed 1 line change of the C# bug fix due to a CVS problem. SmcCSharpGenerator.java, line 1456 was built as:
  
   if (loopbackFlag == false || hasActions == false)
  
   and was corrected to:
  
   if (loopbackFlag == false || hasActions == true)
  
   So I corrected the CVS problem, rebuilt and re-released the tarball without modifying the release.
  
   I apologize for any inconvience this has caused.
  
   Charles Rapp
   -----
  
  PR:             88291
  Submitted by:   Boris B. Samorodov
  
  Revision  Changes    Path
  1.5       +1 -2      ports/devel/smc/Makefile
  1.3       +3 -2      ports/devel/smc/distinfo


More information about the cvs-all mailing list