Bug 143678 - Remove update checks from ftp/filezilla
Summary: Remove update checks from ftp/filezilla
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 20:20 UTC by Joseph S. Atkinson
Modified: 2010-02-11 20:20 UTC (History)
0 users

See Also:


Attachments
file.diff (668 bytes, patch)
2010-02-08 20:20 UTC, Joseph S. Atkinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph S. Atkinson 2010-02-08 20:20:04 UTC
By default, FileZilla has automatic update checks enabled. For FreeBSD, this is a bit pointless since SF doesn't build packages for us. This might just cause some false alarm that the software is unmaintained in the interim between release, port update, and packages being pushed to the FTP servers.

At the very least, it's mostly irrelevant pop up spam for FreeBSD users that will show at every application launch if their version is not the most current.

This bump disables this behavior unless MAINTAINER_MODE is defined.

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-02-08 21:44:47 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category and class. 


Comment 2 Mark Linimon freebsd_committer freebsd_triage 2010-02-08 21:44:47 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-09 20:07:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-02-11 20:12:02 UTC
pgollucci    2010-02-11 20:11:53 UTC

  FreeBSD ports repository

  Modified files:
    ftp/filezilla        Makefile 
  Log:
  - Remove automated update checks
  
  PR:             ports/143678
  Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
  
  Revision  Changes    Path
  1.33      +5 -1      ports/ftp/filezilla/Makefile
_______________________________________________
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 5 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-11 20:15:30 UTC
State Changed
From-To: open->closed

Committed, Thanks.