cvs commit: ports/Mk bsd.sites.mk

Edwin Groothuis edwin at FreeBSD.org
Thu Mar 13 11:21:28 UTC 2008


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 at mavetju.org>
  Reviewed by:    pav@
  
  Revision  Changes    Path
  1.440     +6 -1      ports/Mk/bsd.sites.mk


More information about the cvs-ports mailing list