Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2009 15:34:01 GMT
From:      Sevan Janiyan <venture37@geeklan.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142172: [patch] ports-mgmt/portsman switch to ${MASTER_SITE_BERLIOS} in Makefile
Message-ID:  <200912301534.nBUFY1iS074975@www.freebsd.org>
Resent-Message-ID: <200912301540.nBUFe17Q050110@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 30 15:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912301534.nBUFY1iS074975>