Bug 142172 - [patch] ports-mgmt/portsman switch to ${MASTER_SITE_BERLIOS} in Makefile
Summary: [patch] ports-mgmt/portsman switch to ${MASTER_SITE_BERLIOS} in Makefile
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-30 15:40 UTC by Sevan Janiyan
Modified: 2010-01-01 11:00 UTC (History)
0 users

See Also:


Attachments
file.diff (521 bytes, patch)
2009-12-30 15:40 UTC, Sevan Janiyan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2009-12-30 15:40:01 UTC

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-01-01 10:50:24 UTC
bsam        2010-01-01 10:50:09 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portsman  Makefile 
  Log:
  Use BERLIOS macro for MASTER_SITES.
  
  PR:             ports/142172 (inspirited by)
  Submitted by:   Sevan Janiyan <venture37 at geeklan.co.uk>
  
  Revision  Changes    Path
  1.8       +1 -1      ports/ports-mgmt/portsman/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 2 Boris Samorodov freebsd_committer freebsd_triage 2010-01-01 10:50:56 UTC
State Changed
From-To: open->closed

Hm, seems your patch is not full. I get after patching: 
----- 
% make -V MASTER_SITES 
http://download.berlios.de/%SUBDIR%/  http://download2.berlios.de/%SUBDIR%/ 
----- 
I used a BERLIOS macro for MASTER_SITES. Thanks for pointing this out.