diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-20 14:09:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-20 14:09:33 +0000 |
commit | e7c80364dbabc2cbf217ac04a30920728f4262e8 (patch) | |
tree | 965b093d72fb849100c5c8b5c89150b233005fc1 | |
parent | efa2dba169897830a127a783b4dc873ec4a213dc (diff) | |
download | ports-e7c80364dbabc2cbf217ac04a30920728f4262e8.tar.gz ports-e7c80364dbabc2cbf217ac04a30920728f4262e8.zip |
Notes
-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 |