From nobody@FreeBSD.org  Wed Dec 30 15:34:01 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 54D80106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Dec 2009 15:34:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 451018FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Dec 2009 15:34:01 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBUFY1Gj074976
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Dec 2009 15:34:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nBUFY1iS074975;
	Wed, 30 Dec 2009 15:34:01 GMT
	(envelope-from nobody)
Message-Id: <200912301534.nBUFY1iS074975@www.freebsd.org>
Date: Wed, 30 Dec 2009 15:34:01 GMT
From: Sevan Janiyan <venture37@geeklan.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] ports-mgmt/portsman switch to ${MASTER_SITE_BERLIOS} in Makefile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         142172
>Category:       ports
>Synopsis:       [patch] ports-mgmt/portsman switch to ${MASTER_SITE_BERLIOS} in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 30 15:40:01 UTC 2009
>Closed-Date:    Fri Jan 01 10:55:41 UTC 2010
>Last-Modified:  Fri Jan  1 11:00:06 UTC 2010
>Originator:     Sevan Janiyan
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/ports-mgmt/portsman/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	19 Apr 2007 21:20:47 -0000	1.7
+++ Makefile	30 Dec 2009 15:27:37 -0000
@@ -9,7 +9,8 @@
 PORTVERSION=	0.2
 PORTREVISION=	2
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	http://download.berlios.de/portsman/
+MASTER_SITES=	${MASTER_SITE_BERLIOS}
+MASTER_SITE_SUBDIR=portsman
 # temporary
 DISTNAME=	${PORTNAME}-${PORTVERSION}-rc2
 


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bsam 
State-Changed-When: Fri Jan 1 10:50:56 UTC 2010 
State-Changed-Why:  
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. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142172 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142172: commit references a PR
Date: Fri,  1 Jan 2010 10:50:24 +0000 (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"
 
>Unformatted:
