diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 21:36:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 21:36:57 +0000 |
commit | e1a55d040ae720452a44f9e9df3e23a0812dc41a (patch) | |
tree | 598264210440f1adb8fa94e73b40524b492597e2 /deskutils/gtimer | |
parent | 9bd07da6eceb7e5a3267e4a3703195f2c279f0c9 (diff) | |
download | ports-e1a55d040ae720452a44f9e9df3e23a0812dc41a.tar.gz ports-e1a55d040ae720452a44f9e9df3e23a0812dc41a.zip |
Notes
Diffstat (limited to 'deskutils/gtimer')
-rw-r--r-- | deskutils/gtimer/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gtimer/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gtimer/files/patch-ab | 20 |
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> |