Bug 121664 - ports-mgmt/portlint - complain about googlecode.com
Summary: ports-mgmt/portlint - complain about googlecode.com
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-13 11:30 UTC by edwin
Modified: 2008-03-23 00:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2008-03-13 11:30:08 UTC
With the rollout of the MASTER_SITE_GOOGLE_CODE variable, portlint
should complain if the port uses the site googlecode.com in the
MASTER_SITES / PATCH_SITES.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-13 11:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-23 00:25:37 UTC
marcus      2008-03-23 00:25:31 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portlint  Makefile 
    ports-mgmt/portlint/src portlint.pl 
  Log:
  Update to 2.9.8.
  
  * Use the actual Makefile when checking for pre-defined sites.  This allows
    us to catch things that rely on port variables. [1]
  * USE_GETOPT_LONG is now obsolete, and should not be suggested. [2]
  * Check for cases where X_DEPENDS = ${Y_DEPENDS} which can result in adding
    unwanted dependencies.
  
  PR:             121664 [1]
  Suggested by:   pav [2]
  
  Revision  Changes    Path
  1.121     +1 -1      ports/ports-mgmt/portlint/Makefile
  1.98      +18 -17    ports/ports-mgmt/portlint/src/portlint.pl
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2008-03-23 00:26:02 UTC
State Changed
From-To: open->closed

This should now be fixed.