Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2007 22:49:33 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/audio/espeak distinfo ports/audio/espeak/files patch-src-Makefile
Message-ID:  <200701172249.l0HMnXUB077996@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nivit       2007-01-17 22:49:33 UTC

  FreeBSD ports repository

  Modified files:
    audio/espeak         distinfo 
    audio/espeak/files   patch-src-Makefile 
  Log:
  - Fixed distinfo, because the Author updated the distfile
    without changing the package revision.
    No PORTREVISION bump, because the changes to the Makefile
    in the distfile are trivial and overwritten by our patch.
  
    Summary of the diffs between the old and the new distfile:
  
  --- new/espeak-1.18-source/src/Makefile Mon Jan 15 02:08:03 2007
  +++ old/espeak-1.18-source/src/Makefile Sat Jan 13 17:01:15 2007
  [...]
  -BINDIR=/usr/bin
  +BINDIR=/usr/local/bin
  [...]
  -LIBS3=-lstdc++ ./libespeak.so
  +LIBS3=-lstdc++ -lespeak
  [...]
  -all: $(BIN_NAME) $(LIB_NAME) $(BIN2_NAME)
  +all: $(BIN_NAME) $(BIN2_NAME) $(LIB_NAME)
  
  Submitted by:   kris (via pointyhat)
  Approved by:    alexbl (mentor, implicit)
  
  Revision  Changes    Path
  1.8       +3 -3      ports/audio/espeak/distinfo
  1.8       +12 -13    ports/audio/espeak/files/patch-src-Makefile



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