diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-04-08 00:38:23 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-04-08 00:38:23 +0800 |
commit | 6c40120b315457d964c0983ba9a8ca0597e7486d (patch) | |
tree | b3322dad650f55ccbdb06ba2409595eb8699d758 /sysutils/sloth | |
parent | 5eb7477dec0def34fa4d1123db33585c017f6a9b (diff) | |
download | freebsd-ports-gnome-6c40120b315457d964c0983ba9a8ca0597e7486d.tar.gz freebsd-ports-gnome-6c40120b315457d964c0983ba9a8ca0597e7486d.tar.zst freebsd-ports-gnome-6c40120b315457d964c0983ba9a8ca0597e7486d.zip |
WWW / MASTER_SITES is now a link collection site, so replace it with what a web
seach found and provide a back-up on my server.
Reported by: QAT
Diffstat (limited to 'sysutils/sloth')
-rw-r--r-- | sysutils/sloth/Makefile | 3 | ||||
-rw-r--r-- | sysutils/sloth/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/sloth/Makefile b/sysutils/sloth/Makefile index 8e34b2dea566..e62e8c68c5a6 100644 --- a/sysutils/sloth/Makefile +++ b/sysutils/sloth/Makefile @@ -9,7 +9,8 @@ PORTNAME= sloth PORTVERSION= 1.1.0 CATEGORIES= sysutils -MASTER_SITES= http://communityprojects.org/apps/sloth/ +MASTER_SITES= http://www.sourcefiles.org/Utilities/Miscellaneous/ \ + http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}${PKGNAMESUFFIX}/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Slow down a process diff --git a/sysutils/sloth/pkg-descr b/sysutils/sloth/pkg-descr index 5f60f2231eca..24188f4b4d53 100644 --- a/sysutils/sloth/pkg-descr +++ b/sysutils/sloth/pkg-descr @@ -2,5 +2,3 @@ Sloth allows you to slow down a specified application by specifying (in miliseconds) the delay on the process. It slows down the process by sending SIGSTOP & SIGCONT signals to the process over a very fast period of time, giving the appearance of a slower application. - -WWW: http://www.communityprojects.org/apps/sloth/ |