aboutsummaryrefslogtreecommitdiff
path: root/x11/eweather
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-16 21:39:33 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-16 21:39:33 +0000
commit783389d28ed13e7dc9685c3dcd52afa3ebfa647b (patch)
tree9ec9dcd42bf0d29cad18347503f54123922bad1f /x11/eweather
parent09c23c8eff999c2a0038c26923e9567b0ecc5cde (diff)
downloadports-783389d28ed13e7dc9685c3dcd52afa3ebfa647b.tar.gz
ports-783389d28ed13e7dc9685c3dcd52afa3ebfa647b.zip
Notes
Diffstat (limited to 'x11/eweather')
-rw-r--r--x11/eweather/Makefile6
-rw-r--r--x11/eweather/distinfo2
-rw-r--r--x11/eweather/files/patch-aa25
3 files changed, 4 insertions, 29 deletions
diff --git a/x11/eweather/Makefile b/x11/eweather/Makefile
index fb1d39b67150..5cadb8a41060 100644
--- a/x11/eweather/Makefile
+++ b/x11/eweather/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= E-Weather
-PORTVERSION= 0.2
+PORTVERSION= 0.4a
CATEGORIES= x11
-MASTER_SITES= http://pfnet.org/~cy/
+MASTER_SITES= http://streiff.net/software/
-MAINTAINER= jhb@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Weather epplet for Enlightenment similar to wmWeather
RUN_DEPENDS= GrabWeather:${PORTSDIR}/misc/wmweather
diff --git a/x11/eweather/distinfo b/x11/eweather/distinfo
index 8725dd1cc08c..6f9a02297416 100644
--- a/x11/eweather/distinfo
+++ b/x11/eweather/distinfo
@@ -1 +1 @@
-MD5 (E-Weather-0.2.tar.gz) = ad02722ec9005f30bf66ddad3fcf6217
+MD5 (E-Weather-0.4a.tar.gz) = e182a656c29a47c690997f2eb6290a2f
diff --git a/x11/eweather/files/patch-aa b/x11/eweather/files/patch-aa
deleted file mode 100644
index 4a912e65de19..000000000000
--- a/x11/eweather/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Tue Mar 28 12:07:51 2000
-+++ Makefile Fri Mar 31 02:28:34 2000
-@@ -1,15 +1,16 @@
--CC = gcc
--LIBS = -L/usr/X11R6/e/lib -lepplet
--CFLAGS = -O -Wall -I/usr/X11R6/e/include
--IMLIB-CONFIG = /usr/gnome/bin/imlib-config
-+#CC = gcc
-+LIBS = -L${X11BASE}/lib -lepplet
-+CFLAGS += -I${X11BASE}/include
-+IMLIB-CONFIG = ${X11BASE}/bin/imlib-config
- BIN_PREFIX = /usr/X11R6/e/bin
- ICON_PREFIX = /usr/X11R6/e/share/enlightenment/epplet_icons
-
- all: e-weather
-
- e-weather:E-Weather.c
-- $(CC) $(CFLAGS) E-Weather.c -o E-Weather.epplet $(LIBS) \
-- $(shell $(IMLIB-CONFIG) --cflags) $(shell $(IMLIB-CONFIG) --libs)
-+ $(CC) E-Weather.c -o E-Weather.epplet $(LIBS) \
-+ $(shell $(IMLIB-CONFIG) --cflags) $(shell $(IMLIB-CONFIG) --libs) \
-+ $(CFLAGS)
-
- install: e-weather
- install -m 755 E-Weather.epplet $(BIN_PREFIX)/E-Weather.epplet