Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2002 15:48:51 -0800 (PST)
From:      Adam Kranzel <adam-ports@blacktabby.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34810: Fix x11-wm/wmthemeinstall port for new www and master site (and take maintainership)
Message-ID:  <20020210234851.F368059DF@cheshire.blacktabby.org>

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

>Number:         34810
>Category:       ports
>Synopsis:       Fix x11-wm/wmthemeinstall port for new www and master site (and take maintainership)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 10 15:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Kranzel
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheshire.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Dec 15 13:57:51 PST 2001 root@cheshire.blacktabby.org:/usr/obj/usr/src/sys/CHESHIRE-NODEBUG i386

>Description:
	The x11-wm/wmthemeinstall port is using ${MASTER_SITE_LOCAL}
	and the WWW: line in pkg-descr is a dead link.
	The included patch fixes the MASTER_SITES to be the new master
	site, and points WWW: at the new page.
	Also the patch sets me as maintainer, since I use this port
	fairly regularly.

>How-To-Repeat:
	n/a
>Fix:


diff -ruN wmthemeinstall.good/Makefile wmthemeinstall/Makefile
--- wmthemeinstall.good/Makefile	Sun Feb 10 15:29:14 2002
+++ wmthemeinstall/Makefile	Sun Feb 10 15:37:45 2002
@@ -8,10 +8,9 @@
 PORTNAME=	wmthemeinstall
 PORTVERSION=	0.62
 CATEGORIES=	x11-wm
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	will
+MASTER_SITES=	http://hellblazer.linuxprojects.net/projects/wmthemeinstall/download/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	adam-ports@blacktabby.org
 
 RUN_DEPENDS=	wmaker:${PORTSDIR}/x11-wm/windowmaker
 
diff -ruN wmthemeinstall.good/pkg-descr wmthemeinstall/pkg-descr
--- wmthemeinstall.good/pkg-descr	Sun Feb 10 15:29:14 2002
+++ wmthemeinstall/pkg-descr	Sun Feb 10 15:40:16 2002
@@ -2,7 +2,7 @@
 manage their themes, i.e. install them, turn them on, move them
 around, etc.
 
-WWW: http://hellblazer.dhis.org/projects/wmthemeinstall/
+WWW: http://hellblazer.linuxprojects.net/projects/wmthemeinstall/
 Author: Craig Hanson <grunyon@mtlug.org>
 
-- Will <andrews@technologist.com>
+-Adam <adam-ports@blacktabby.org>
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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