summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-04-19 13:25:14 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-04-19 13:25:14 +0000
commit9ab530f7617f96d960fcff351f1fc8eade07b90e (patch)
tree8da5a927d26bd2aabd42b6c2fd7c3bbac2e6f388 /misc
parentUpgrade to 1.24, replace dead MASTER_SITE (diff)
Upgrade to 1.30.1
PR: 10897, 11175 Submitted by: Jim Mock <jim@phrantic.phear.net> Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=18003
Diffstat (limited to 'misc')
-rw-r--r--misc/wmweather/Makefile13
-rw-r--r--misc/wmweather/distinfo2
-rw-r--r--misc/wmweather/files/patch-aa16
-rw-r--r--misc/wmweather/files/patch-ab8
-rw-r--r--misc/wmweather/pkg-plist1
5 files changed, 19 insertions, 21 deletions
diff --git a/misc/wmweather/Makefile b/misc/wmweather/Makefile
index 53f2c759848b..a9718e4d0277 100644
--- a/misc/wmweather/Makefile
+++ b/misc/wmweather/Makefile
@@ -1,19 +1,22 @@
# New ports collection makefile for: wmWeather-1.28
-# Version required: 1.28
+# Version required: 1.30.1
# Date created: 26 January 1998
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
#
-# $Id: Makefile,v 1.2 1999/03/12 11:01:18 kris Exp $
+# $Id: Makefile,v 1.3 1999/03/22 12:48:05 kris Exp $
-DISTNAME= wmWeather-1.28
+DISTNAME= wmWeather-1.30.1
CATEGORIES= misc windowmaker
-MASTER_SITES= http://www.physics.adelaide.edu.au/~kkennawa/
+MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
MAINTAINER= kris@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/${DISTNAME}/wmWeather
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/Src
USE_GMAKE= yes
+USE_X_PREFIX= yes
ALL_TARGET= clean all
MAN1= wmWeather.1
diff --git a/misc/wmweather/distinfo b/misc/wmweather/distinfo
index 50749940a6dd..58562fba5b9d 100644
--- a/misc/wmweather/distinfo
+++ b/misc/wmweather/distinfo
@@ -1 +1 @@
-MD5 (wmWeather-1.28.tar.gz) = 42c162cf43823448590fc765135c1597
+MD5 (wmWeather-1.30.1.tar.gz) = 36cf5926de89b819a3d31f9d05d8ac58
diff --git a/misc/wmweather/files/patch-aa b/misc/wmweather/files/patch-aa
index 25cb9128c8f7..0155927c431b 100644
--- a/misc/wmweather/files/patch-aa
+++ b/misc/wmweather/files/patch-aa
@@ -1,18 +1,16 @@
-*** Makefile Wed Jan 20 04:44:49 1999
---- Makefile~ Tue Jan 26 23:40:36 1999
+*** Makefile.orig Fri Apr 16 14:40:55 1999
+--- Makefile Fri Apr 16 14:41:25 1999
***************
-*** 1,6 ****
+*** 1,5 ****
! CC = gcc
! CFLAGS = -O2 -Wall
-! INCDIR = -I/usr/X11R6/include/X11
+ INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib
- # for linux
---- 1,7 ----
+--- 1,6 ----
! CC ?= gcc
! CFLAGS ?= -O2
-! CFLAGS += -Wall
-! INCDIR = -I/usr/X11R6/include
+! CFLAGS += -Wall
+ INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib
- # for linux
diff --git a/misc/wmweather/files/patch-ab b/misc/wmweather/files/patch-ab
index 3caf99e60381..20e26aaf21da 100644
--- a/misc/wmweather/files/patch-ab
+++ b/misc/wmweather/files/patch-ab
@@ -1,11 +1,9 @@
---- GrabWeather.orig Thu Mar 11 13:55:19 1999
-+++ GrabWeather Thu Mar 11 13:58:18 1999
+--- GrabWeather.orig Fri Apr 16 14:43:10 1999
++++ GrabWeather Fri Apr 16 14:43:28 1999
@@ -49,7 +49,7 @@
# for some people? Dont know why... (Perhaps they have a ~/.wgetrc file
# that overrides command line options?).
#
-- $GrabCmd = "wget --passive-ftp --tries 2 -q -O $home/.wmWeatherReports/$StationID.TXT $URL";
+- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmWeatherReports/$StationID.TXT $URL";
+ $GrabCmd = "fetch -q -o $home/.wmWeatherReports/$StationID.TXT $URL";
system "$GrabCmd";
-
-
diff --git a/misc/wmweather/pkg-plist b/misc/wmweather/pkg-plist
index 429c703b5dd2..ef1e7b2fb04a 100644
--- a/misc/wmweather/pkg-plist
+++ b/misc/wmweather/pkg-plist
@@ -1,3 +1,2 @@
bin/wmWeather
bin/GrabWeather
-