Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2008 11:21:28 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Mk bsd.sites.mk
Message-ID:  <200803131121.m2DBLStc031035@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2008-03-13 11:21:28 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.sites.mk 
  Log:
  [patch] improve Mk/bsd.sites.mk MASTER_SITE_GOOGLE_CODE variable
  
      There are 18 ports which can't use the MASTER_SITE_GOOGLE_CODE
      variable for MASTER_SITES yet because their PORTNAME isn't the
      same as the hostname. For example:
  
      graphics/tesseract/Makefile:MASTER_SITES= http://tesseract-ocr.googlecode.com/files/ CENKES
      net-im/jabber-pyaim/Makefile:MASTER_SITES= http://pyaimt.googlecode.com/files/
      net-im/jabber-pyicq/Makefile:MASTER_SITES= http://pyicqt.googlecode.com/files/
  
      This patch introduces the PROJECTHOST variable which can be
      used to overcome this problem.
  
  PR:             ports/121453
  Submitted by:   Edwin Groothuis <edwin@mavetju.org>
  Reviewed by:    pav@
  
  Revision  Changes    Path
  1.440     +6 -1      ports/Mk/bsd.sites.mk



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