diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-06 08:25:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-06 08:25:53 +0800 |
commit | 27118c9a7b036df4be8d171f6c6ed73dfb414707 (patch) | |
tree | 539738d3e1f577268e94538c767a10356b1491e0 /sysutils/wmapm | |
parent | 518e88026637e7ece511089e0b6896c251955f64 (diff) | |
download | freebsd-ports-gnome-27118c9a7b036df4be8d171f6c6ed73dfb414707.tar.gz freebsd-ports-gnome-27118c9a7b036df4be8d171f6c6ed73dfb414707.tar.zst freebsd-ports-gnome-27118c9a7b036df4be8d171f6c6ed73dfb414707.zip |
sysutils/wmapm - Fix MASTER_SITE (make fetchable)
- Replace master site and WWW URL
- The new distfile is a .tar file (despite the name) - the contents
are identical to what was in the original file. Therefore, distinfo
needs patching too.
(checked tarball differences myself)
PR: ports/94229
Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'sysutils/wmapm')
-rw-r--r-- | sysutils/wmapm/Makefile | 2 | ||||
-rw-r--r-- | sysutils/wmapm/distinfo | 6 | ||||
-rw-r--r-- | sysutils/wmapm/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/wmapm/Makefile b/sysutils/wmapm/Makefile index 047552b2699b..622b2e82666f 100644 --- a/sysutils/wmapm/Makefile +++ b/sysutils/wmapm/Makefile @@ -8,7 +8,7 @@ PORTNAME= wmapm PORTVERSION= 3.1 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ +MASTER_SITES= http://dockapps.org/files/18/25/ MAINTAINER= ports@FreeBSD.org COMMENT= Laptop battery status display for WindowMaker diff --git a/sysutils/wmapm/distinfo b/sysutils/wmapm/distinfo index 5533730b4d4f..8e5f4c4e6d61 100644 --- a/sysutils/wmapm/distinfo +++ b/sysutils/wmapm/distinfo @@ -1,3 +1,3 @@ -MD5 (wmapm-3.1.tar.gz) = 5a62620d49b5cc4c2250e013149ca1e9 -SHA256 (wmapm-3.1.tar.gz) = 5ba382c2ba301e45faa1d53a3e2582afe37fe039bfd3a7080d8c3930f4608184 -SIZE (wmapm-3.1.tar.gz) = 28321 +MD5 (wmapm-3.1.tar.gz) = 0375e6fd09a146bfe835c77e28a48b39 +SHA256 (wmapm-3.1.tar.gz) = b8086f7d26206d79deb67a56b8f7945503c5f3538a26f2f182412f9f1b4e5109 +SIZE (wmapm-3.1.tar.gz) = 122880 diff --git a/sysutils/wmapm/pkg-descr b/sysutils/wmapm/pkg-descr index 2b0aebe20213..ceef26b38a79 100644 --- a/sysutils/wmapm/pkg-descr +++ b/sysutils/wmapm/pkg-descr @@ -12,4 +12,4 @@ NOTE: You need APM driver in your kernel. And enable it to edit NOTE2: You should add your acount name to operetor in /etc/group, if you resume or suspend your PC by clicking the button in wmapm. -WWW: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml +WWW: http://dockapps.org/file.php/id/18/ |