aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-12-29 11:21:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-12-29 11:21:36 +0000
commit34c8bc59d269cb18d04968df469c28ef1b498caa (patch)
tree168e94cf11c643c5076507b67c4e73bcd15b21fd
parentc783eeb8db69dbef42197a6dd2d840c361e68ded (diff)
downloadports-34c8bc59d269cb18d04968df469c28ef1b498caa.tar.gz
ports-34c8bc59d269cb18d04968df469c28ef1b498caa.zip
- Update MASTER_SITES and WWW
- Drop unnecessarily patch PR: 142037 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=246854
-rw-r--r--deskutils/gdesklets-recentlyused/Makefile28
-rw-r--r--deskutils/gdesklets-recentlyused/distinfo6
-rw-r--r--deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin18
-rw-r--r--deskutils/gdesklets-recentlyused/pkg-descr2
4 files changed, 16 insertions, 38 deletions
diff --git a/deskutils/gdesklets-recentlyused/Makefile b/deskutils/gdesklets-recentlyused/Makefile
index 510afa647745..1e40760254ed 100644
--- a/deskutils/gdesklets-recentlyused/Makefile
+++ b/deskutils/gdesklets-recentlyused/Makefile
@@ -9,35 +9,31 @@ PORTNAME= recentlyused
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 --git a/deskutils/gdesklets-recentlyused/distinfo b/deskutils/gdesklets-recentlyused/distinfo
index c8bf26e1a9a2..d433e90b794c 100644
--- a/deskutils/gdesklets-recentlyused/distinfo
+++ b/deskutils/gdesklets-recentlyused/distinfo
@@ -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 --git a/deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin b/deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin
deleted file mode 100644
index 16824f3c062e..000000000000
--- a/deskutils/gdesklets-recentlyused/files/patch-Install_RecentlyUsed_Sensor.bin
+++ /dev/null
@@ -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 --git a/deskutils/gdesklets-recentlyused/pkg-descr b/deskutils/gdesklets-recentlyused/pkg-descr
index f770cc91f60e..f61f570c5ffe 100644
--- a/deskutils/gdesklets-recentlyused/pkg-descr
+++ b/deskutils/gdesklets-recentlyused/pkg-descr
@@ -8,4 +8,4 @@ instead of the MIME icon.
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/