diff options
author | lioux <lioux@FreeBSD.org> | 2002-12-20 22:09:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-12-20 22:09:33 +0800 |
commit | 820e2975e342685fbd01a1023b566377e17ac95c (patch) | |
tree | 837d5b0a036707750d6f2daaa08314352226965b /misc/gkrellweather2 | |
parent | 6d2dde3569a080770c4ab9f66d20b0df7327e2a9 (diff) | |
download | freebsd-ports-gnome-820e2975e342685fbd01a1023b566377e17ac95c.tar.gz freebsd-ports-gnome-820e2975e342685fbd01a1023b566377e17ac95c.tar.zst freebsd-ports-gnome-820e2975e342685fbd01a1023b566377e17ac95c.zip |
o Update to 2.0.5: last version was no longer fetchable
o CFLAGS safeness fix
Approved by: portmgr (steve), maintainer
Diffstat (limited to 'misc/gkrellweather2')
-rw-r--r-- | misc/gkrellweather2/Makefile | 2 | ||||
-rw-r--r-- | misc/gkrellweather2/distinfo | 2 | ||||
-rw-r--r-- | misc/gkrellweather2/files/patch-Makefile | 12 |
3 files changed, 12 insertions, 4 deletions
diff --git a/misc/gkrellweather2/Makefile b/misc/gkrellweather2/Makefile index d5c12fd95463..db4add0190da 100644 --- a/misc/gkrellweather2/Makefile +++ b/misc/gkrellweather2/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gkrellweather -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= misc MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ EXTRACT_SUFX= .tgz diff --git a/misc/gkrellweather2/distinfo b/misc/gkrellweather2/distinfo index 0c22474e30a1..a12244bbd716 100644 --- a/misc/gkrellweather2/distinfo +++ b/misc/gkrellweather2/distinfo @@ -1 +1 @@ -MD5 (gkrellweather-2.0.4.tgz) = 70aeabcee21c3dc3a35ac523312b024c +MD5 (gkrellweather-2.0.5.tgz) = 6b66c920d16b68bd9529f38f203495d3 diff --git a/misc/gkrellweather2/files/patch-Makefile b/misc/gkrellweather2/files/patch-Makefile index 4e3538196a00..579691e8254e 100644 --- a/misc/gkrellweather2/files/patch-Makefile +++ b/misc/gkrellweather2/files/patch-Makefile @@ -1,5 +1,13 @@ ---- Makefile.orig Sun Nov 24 04:00:54 2002 -+++ Makefile Sun Nov 24 04:07:15 2002 +--- Makefile.orig Tue Nov 26 19:24:39 2002 ++++ Makefile Fri Dec 13 02:59:14 2002 +@@ -1,6 +1,6 @@ + PKGNAME = gkrellweather + VERSION = 2.0.5 +-CFLAGS = -O2 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` ++CFLAGS += -Wall -fPIC `pkg-config gtk+-2.0 --cflags` + LIBS = `pkg-config gtk+-2.0 --libs` + LFLAGS = -shared + @@ -8,24 +8,20 @@ OBJS = gkrellweather.o |