diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2012-07-30 01:03:04 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2012-07-30 01:03:04 +0000 |
commit | 304df214df55b86216addaeb62cf0af9bd95999f (patch) | |
tree | 6fd1532cd4647916e9a72f15a74528d847305b1c /astro | |
parent | 2d33b5d699ee4a74f37fc417b78ab9f7e1d07bf0 (diff) |
MASTER_SITES updated + two minor items
PR: ports/163643
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Notes
Notes:
svn path=/head/; revision=301699
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmspaceweather/Makefile | 9 | ||||
-rw-r--r-- | astro/wmspaceweather/distinfo | 4 | ||||
-rw-r--r-- | astro/wmspaceweather/files/patch-ab | 13 |
3 files changed, 20 insertions, 6 deletions
diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile index 48c8e2f6aa9f..b30ff720ef77 100644 --- a/astro/wmspaceweather/Makefile +++ b/astro/wmspaceweather/Makefile @@ -6,14 +6,19 @@ PORTNAME= wmspaceweather PORTVERSION= 1.04 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro windowmaker -MASTER_SITES= http://dockapps.org/files/15/22/ +MASTER_SITES= https://api.opensuse.org/public/source/openSUSE:Factory/WindowMaker-applets/ \ + ftp://ftp.canadatux.org/linux/windowmaker/ DISTNAME= wmSpaceWeather-${PORTVERSION} MAINTAINER= xride@FreeBSD.org COMMENT= A DockApp that shows the weather at geosynchronous orbit +LICENSE= GPLv2 + +RUN_DEPENDS= ${SITE_PERL}/Time/CTime.pm:${PORTSDIR}/devel/p5-Time-modules + WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather # distfile is actually just a tar with suffix .tar.gz: diff --git a/astro/wmspaceweather/distinfo b/astro/wmspaceweather/distinfo index a40d850cf7ba..ec574cfe9047 100644 --- a/astro/wmspaceweather/distinfo +++ b/astro/wmspaceweather/distinfo @@ -1,2 +1,2 @@ -SHA256 (wmSpaceWeather-1.04.tar.gz) = e616dd40237e3585e0fb7f9a37f44bb5c7c4fc1e1c9cfd2643ffb26d6706b9b3 -SIZE (wmSpaceWeather-1.04.tar.gz) = 143360 +SHA256 (wmSpaceWeather-1.04.tar.gz) = 107343c2e3d1fc2dd40f74ed9684f218d0f19e2358bc3813c6bc943bfd48eac0 +SIZE (wmSpaceWeather-1.04.tar.gz) = 36760 diff --git a/astro/wmspaceweather/files/patch-ab b/astro/wmspaceweather/files/patch-ab index ece5431e5d41..b5276010726c 100644 --- a/astro/wmspaceweather/files/patch-ab +++ b/astro/wmspaceweather/files/patch-ab @@ -1,5 +1,14 @@ ---- GetKp.orig Fri Apr 16 15:08:21 1999 -+++ GetKp Tue Apr 13 20:06:19 2004 +--- GetKp.orig 1999-02-12 06:42:01.000000000 +0100 ++++ GetKp 2011-12-27 15:38:56.000000000 +0100 +@@ -5,7 +5,7 @@ + # + + +- require "ctime.pl"; ++ use Time::CTime; + + + ($Year, $Month, $Day) = &year_month_day(); @@ -19,7 +19,7 @@ } |