svn commit: r301699 - in head/astro/wmspaceweather: . files

Soeren Straarup xride at FreeBSD.org
Mon Jul 30 01:03:05 UTC 2012


Author: xride
Date: Mon Jul 30 01:03:04 2012
New Revision: 301699
URL: http://svn.freebsd.org/changeset/ports/301699

Log:
  MASTER_SITES updated + two minor items
  
  PR:		ports/163643
  Submitted by:	Rainer Hurling <rhurlin at gwdg.de>

Modified:
  head/astro/wmspaceweather/Makefile
  head/astro/wmspaceweather/distinfo
  head/astro/wmspaceweather/files/patch-ab

Modified: head/astro/wmspaceweather/Makefile
==============================================================================
--- head/astro/wmspaceweather/Makefile	Sun Jul 29 23:33:52 2012	(r301698)
+++ head/astro/wmspaceweather/Makefile	Mon Jul 30 01:03:04 2012	(r301699)
@@ -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 at 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:

Modified: head/astro/wmspaceweather/distinfo
==============================================================================
--- head/astro/wmspaceweather/distinfo	Sun Jul 29 23:33:52 2012	(r301698)
+++ head/astro/wmspaceweather/distinfo	Mon Jul 30 01:03:04 2012	(r301699)
@@ -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

Modified: head/astro/wmspaceweather/files/patch-ab
==============================================================================
--- head/astro/wmspaceweather/files/patch-ab	Sun Jul 29 23:33:52 2012	(r301698)
+++ head/astro/wmspaceweather/files/patch-ab	Mon Jul 30 01:03:04 2012	(r301699)
@@ -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 @@
      }
  



More information about the svn-ports-head mailing list