From tkato432@yahoo.com  Sat Dec 26 18:01:38 2009
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F1521106568F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 26 Dec 2009 18:01:38 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id A06CF8FC17
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 26 Dec 2009 18:01:38 +0000 (UTC)
Received: from localhost.localdomain (ZT037172.ppp.dion.ne.jp [59.128.37.172])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id 889644AC036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 27 Dec 2009 03:01:30 +0900 (JST)
Message-Id: <20091227030011.ef9a4d07.tkato432@yahoo.com>
Date: Sun, 27 Dec 2009 03:00:11 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: deskutils/gdesklets-recentlyused

>Number:         142037
>Category:       ports
>Synopsis:       Update port: deskutils/gdesklets-recentlyused
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 26 18:10:05 UTC 2009
>Closed-Date:    Tue Dec 29 11:21:45 UTC 2009
>Last-Modified:  Tue Dec 29 11:30:02 UTC 2009
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line

Remove file:
files/patch-Install_RecentlyUsed_Sensor.bin

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/deskutils/gdesklets-recentlyused/Makefile deskutils/gdesklets-recentlyused/Makefile
--- /usr/ports/deskutils/gdesklets-recentlyused/Makefile	2008-06-07 00:19:46.000000000 +0900
+++ deskutils/gdesklets-recentlyused/Makefile	2009-12-25 02:35:10.000000000 +0900
@@ -9,35 +9,31 @@
 PORTVERSION=	0.6
 PORTREVISION=	10
 CATEGORIES=	deskutils gnome
-MASTER_SITES=	http://gdesklets.gnomedesktop.org/files/
+MASTER_SITES=	http://www.gdesklets.info/archive/
 PKGNAMEPREFIX=	gdesklets-
-DISTNAME=	recently-used-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A toolbar for the most recently used items from ~/.recently-used
 
 RUN_DEPENDS=	gdesklets:${PORTSDIR}/deskutils/gdesklets
 
+WRKSRC=		${WRKDIR}/${NAME}
+
+NO_BUILD=	yes
 USE_PYTHON=	yes
+
 SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
 
+DATADIR=	${PREFIX}/share/gdesklets
 NAME=		RecentlyUsed
-DATADIR=	${PREFIX}/share
-
-do-build:
-	@${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
-	@${FIND} ${WRKSRC} -name '*.orig' -delete
 
 do-install:
-	@${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}
-	@${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME}
-	@${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/gdesklets/Displays/${NAME}/
-	@${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/
-	@${INSTALL_DATA} ${WRKSRC}/${NAME}/AUTHORS ${DATADIR}/gdesklets/Sensors/${NAME}/
-	@${CP} ${WRKSRC}/${NAME}/.recently-used ${DATADIR}/gdesklets/Sensors/${NAME}/
-
-post-install:
+	@${MKDIR} ${DATADIR}/Displays/${NAME}
+	${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/Displays/${NAME}
+	@${MKDIR} ${DATADIR}/Sensors/${NAME}
+	${INSTALL_DATA} ${WRKSRC}/Sensors/${NAME}/*.py ${DATADIR}/Sensors/${NAME}
+	${INSTALL_DATA} ${WRKSRC}/Sensors/${NAME}/AUTHORS ${DATADIR}/Sensors/${NAME}
+	@${CP} ${WRKSRC}/Sensors/${NAME}/.recently-used ${DATADIR}/Sensors/${NAME}
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/deskutils/gdesklets-recentlyused/distinfo deskutils/gdesklets-recentlyused/distinfo
--- /usr/ports/deskutils/gdesklets-recentlyused/distinfo	2005-11-24 10:31:28.000000000 +0900
+++ deskutils/gdesklets-recentlyused/distinfo	2009-12-23 04:08:17.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (recently-used-0.6.tar.gz) = ab6752b577d74eff382c44c48194a405
-SHA256 (recently-used-0.6.tar.gz) = f230c3d63447016a72d0bec4f6b24c52e8893701fd52e2a773258113c27e323e
-SIZE (recently-used-0.6.tar.gz) = 9650
+MD5 (recentlyused-0.6.tar.gz) = 6c91448dca05c9b9b2d81cc40b36e5ff
+SHA256 (recentlyused-0.6.tar.gz) = 1e22f75ad30f4b5891ffbb1220fea5c5b4bb39f0c1b55389068fdcba7e18a370
+SIZE (recentlyused-0.6.tar.gz) = 7623
diff -urN /usr/ports/deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin
--- /usr/ports/deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin	2003-09-26 20:11:30.000000000 +0900
+++ deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin	1970-01-01 09:00:00.000000000 +0900
@@ -1,18 +0,0 @@
---- Install_RecentlyUsed_Sensor.bin.orig	Sat Sep 20 01:59:52 2003
-+++ Install_RecentlyUsed_Sensor.bin	Sat Sep 20 02:00:20 2003
-@@ -75,15 +75,9 @@
-     else:
-         cmd = "mkdir -p %(destination)s; cd %(destination)s; " X               "LANG=C tar -xzvf %(tmp)s 2>&1"
--    fail, out = commands.getstatusoutput(cmd % vars())
-+    commands.getstatusoutput(cmd % vars())
-     os.unlink(tmp)
-     
--    if (fail):
--        if (no_message): print ERROR_TAR + out
--        else: message(ERROR_TAR + out, "error")
--        sys.exit(1)
--
--    print out
-     if (not list_only):
-         if (no_message): print SUCCESS
-         else: message(SUCCESS, "info")
diff -urN /usr/ports/deskutils/gdesklets-recentlyused/pkg-descr deskutils/gdesklets-recentlyused/pkg-descr
--- /usr/ports/deskutils/gdesklets-recentlyused/pkg-descr	2003-09-26 20:11:30.000000000 +0900
+++ deskutils/gdesklets-recentlyused/pkg-descr	2009-12-23 04:20:07.000000000 +0900
@@ -8,4 +8,4 @@
 If you click on one of the icons in the toolbar it will launch the application
 that GNOME has associated with that specific MIME type.
 
-WWW: http://www.clarkson.edu/~clarkbw/desklets/
+WWW: http://archive.gdesklets.info/
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 26 18:10:25 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142037 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Dec 29 11:21:45 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142037: commit references a PR
Date: Tue, 29 Dec 2009 11:21:45 +0000 (UTC)

 miwi        2009-12-29 11:21:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/gdesklets-recentlyused Makefile distinfo pkg-descr 
   Removed files:
     deskutils/gdesklets-recentlyused/files 
                                            patch-Install_RecentlyUsed_Sensor.bin 
   Log:
   - Update MASTER_SITES and WWW
   - Drop unnecessarily patch
   
   PR:             142037
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.17      +12 -16    ports/deskutils/gdesklets-recentlyused/Makefile
   1.4       +3 -3      ports/deskutils/gdesklets-recentlyused/distinfo
   1.2       +0 -18     ports/deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin (dead)
   1.2       +1 -1      ports/deskutils/gdesklets-recentlyused/pkg-descr
 _______________________________________________
 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:
