Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2011 03:12:47 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/158450: Update port: x11-clocks/wmfuzzy
Message-ID:  <20110630031247.009b7c0c.tkato432@yahoo.com>
Resent-Message-ID: <201106291820.p5TIK6iV098652@freefall.freebsd.org>

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

>Number:         158450
>Category:       ports
>Synopsis:       Update port: x11-clocks/wmfuzzy
>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 Jun 29 18:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-clocks/wmfuzzy/Makefile x11-clocks/wmfuzzy/Makefile
--- /usr/ports/x11-clocks/wmfuzzy/Makefile	2011-06-18 18:46:55.000000000 +0900
+++ x11-clocks/wmfuzzy/Makefile	2011-06-18 19:04:20.000000000 +0900
@@ -9,14 +9,12 @@
 PORTVERSION=	0.7.1
 PORTREVISION=	2
 CATEGORIES=	x11-clocks windowmaker
-MASTER_SITES=	http://www.manicai.net/comp/wmfuzzy/
+MASTER_SITES=	http://www.manicai.net/comp/wmfuzzy/assets/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A fuzzy clock WindowMaker dockapp
 
-BROKEN=	Does not fetch
-
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
 USE_XORG=	xpm
@@ -25,10 +23,10 @@
 PLIST_FILES=	bin/wmfuzzy
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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