Bug 111443 - [PATCH] mail/fetchmail: make fetchable
Summary: [PATCH] mail/fetchmail: make fetchable
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: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 10:40 UTC by Matthias Andree
Modified: 2007-04-10 20:40 UTC (History)
1 user (show)

See Also:


Attachments
fetchmail-6.3.8.patch (854 bytes, patch)
2007-04-10 10:40 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2007-04-10 10:40:02 UTC
Fix mastersites to make port fetchable:

- remove %SUBDIR% from MASTER_SITE_BERLIOS - it's already in the variable's value

- remove home.pages.de site, not usable with fetch because it uses temporary redirects (HTTP result code 302)
  (we would probably have to fix bsd.port.mk first to allow per-site FETCH_ARGS in the MASTER_SITES:n framework)

- add MASTER_SITE_SUNSITE (6.3.8 has been uploaded, but not yet moved into place)
  which entails setting MASTER_SITE_SUBDIR and DISTFILES

NOTE: WITH_X11 is checked before bsd.port.pre.mk, causing portlint complaints - I've overridden them
for the nonce since fetching is important and the WITH_X11 isn't made worse by my patch at least.

Port maintainer (barner@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-10 10:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-10 20:37:07 UTC
barner      2007-04-10 19:37:00 UTC

  FreeBSD ports repository

  Modified files:
    mail/fetchmail       Makefile 
  Log:
  - Make fetchable
  - Remove home.pages.de master site
  - Add sunsite mirror
  
  PR:             ports/111443
  Submitted by:   Matthias Andree
  
  Revision  Changes    Path
  1.182     +6 -3      ports/mail/fetchmail/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 3 Simon Barner freebsd_committer freebsd_triage 2007-04-10 20:38:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!