Upgrade to 1.30.1

PR:		10897, 11175
Submitted by:	Jim Mock <jim@phrantic.phear.net>
		Chris Piazza <cpiazza@home.net>
This commit is contained in:
Kris Kennaway 1999-04-19 13:25:14 +00:00
parent a73fdcec4e
commit 9ab530f761
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18003
5 changed files with 19 additions and 21 deletions

View file

@ -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

View file

@ -1 +1 @@
MD5 (wmWeather-1.28.tar.gz) = 42c162cf43823448590fc765135c1597
MD5 (wmWeather-1.30.1.tar.gz) = 36cf5926de89b819a3d31f9d05d8ac58

View file

@ -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

View file

@ -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";

View file

@ -1,3 +1,2 @@
bin/wmWeather
bin/GrabWeather