summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-04-29 21:36:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-04-29 21:36:57 +0000
commite1a55d040ae720452a44f9e9df3e23a0812dc41a (patch)
tree598264210440f1adb8fa94e73b40524b492597e2 /deskutils
parentAdd LIB_DEPENDS on tcl82 port (diff)
Unbreak by updating to gtimer 1.1.15, and redo a botched (but cosmetic)
patch. Noticed by: bento
Notes
Notes: svn path=/head/; revision=28088
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gtimer/Makefile2
-rw-r--r--deskutils/gtimer/distinfo2
-rw-r--r--deskutils/gtimer/files/patch-ab20
3 files changed, 12 insertions, 12 deletions
diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile
index 3a39cc162271..680bafbf0d0b 100644
--- a/deskutils/gtimer/Makefile
+++ b/deskutils/gtimer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtimer
-PORTVERSION= 1.1.4
+PORTVERSION= 1.1.5
CATEGORIES= deskutils
MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/
diff --git a/deskutils/gtimer/distinfo b/deskutils/gtimer/distinfo
index 1f79581fa653..9f156c002eae 100644
--- a/deskutils/gtimer/distinfo
+++ b/deskutils/gtimer/distinfo
@@ -1 +1 @@
-MD5 (gtimer-1.1.4.tar.bz2) = 0c86a2c47075ee55d8b5388c90706aa3
+MD5 (gtimer-1.1.5.tar.bz2) = 98a3d3be401165f6311598c6da969c03
diff --git a/deskutils/gtimer/files/patch-ab b/deskutils/gtimer/files/patch-ab
index 8b878ae45941..0c9def9a13c0 100644
--- a/deskutils/gtimer/files/patch-ab
+++ b/deskutils/gtimer/files/patch-ab
@@ -1,10 +1,10 @@
-+--- task.c.orig Wed Apr 21 12:05:44 1999
-++++ task.c Wed Apr 21 12:05:51 1999
-+@@ -42,7 +42,6 @@
-+ #include <unistd.h>
-+ #include <dirent.h>
-+ #include <errno.h>
-+-#include <malloc.h>
-+ #include <string.h>
-+ #include <ctype.h>
-+ #include <sys/types.h>
+--- task.c.orig Thu Mar 9 07:27:50 2000
++++ task.c Sat Apr 29 14:35:16 2000
+@@ -54,7 +54,6 @@
+ #include <dirent.h>
+ #endif
+ #include <errno.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <ctype.h>
+ #include <sys/types.h>