diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-11-30 04:34:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-11-30 04:34:33 +0000 |
commit | 7fb72a48082405acaea726411b03b984a0acb736 (patch) | |
tree | 6c80b34961afbe035b87b9e2da5ae713c7367a19 /net | |
parent | 262adf4cafb7f63d16b40431d1ed74ec0dcb6c0c (diff) | |
download | ports-7fb72a48082405acaea726411b03b984a0acb736.tar.gz ports-7fb72a48082405acaea726411b03b984a0acb736.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gnut/Makefile | 3 | ||||
-rw-r--r-- | net/gnut/distinfo | 2 | ||||
-rw-r--r-- | net/gnut/files/patch-ab | 6 | ||||
-rw-r--r-- | net/gnut/files/patch-ac | 11 |
4 files changed, 16 insertions, 6 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile index 202c27d4a82b..bb0ed0c1dfff 100644 --- a/net/gnut/Makefile +++ b/net/gnut/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnut -PORTVERSION= 0.4.27 -PORTREVISION= 1 +PORTVERSION= 0.4.28 CATEGORIES= net audio MASTER_SITES= http://www.gnutelliums.com/linux_unix/gnut/tars/ diff --git a/net/gnut/distinfo b/net/gnut/distinfo index 8b587aed8ed1..bdc2dd67d258 100644 --- a/net/gnut/distinfo +++ b/net/gnut/distinfo @@ -1 +1 @@ -MD5 (gnut-0.4.27.tar.gz) = efc511e50d2aab095d29102f00466953 +MD5 (gnut-0.4.28.tar.gz) = bade24c9838d390de41f5ea0c80dc22f diff --git a/net/gnut/files/patch-ab b/net/gnut/files/patch-ab index 601838f49bb5..7caa82366f78 100644 --- a/net/gnut/files/patch-ab +++ b/net/gnut/files/patch-ab @@ -1,5 +1,5 @@ ---- configure.in.orig Sat Aug 25 20:50:06 2001 -+++ configure.in Sat Aug 25 20:50:22 2001 +--- configure.in.orig Thu Nov 29 20:28:19 2001 ++++ configure.in Thu Nov 29 20:28:35 2001 @@ -2,49 +2,6 @@ AC_INIT(src/gnut.c) @@ -47,6 +47,6 @@ -cat_eof -read GPL_OK_TMP - - AM_INIT_AUTOMAKE(gnut,0.4.27) + AM_INIT_AUTOMAKE(gnut,0.4.28) AM_MAINTAINER_MODE AM_ACLOCAL_INCLUDE(macros) diff --git a/net/gnut/files/patch-ac b/net/gnut/files/patch-ac new file mode 100644 index 000000000000..db5bcd7fc244 --- /dev/null +++ b/net/gnut/files/patch-ac @@ -0,0 +1,11 @@ +--- src/td.h.orig Mon Sep 10 16:36:30 2001 ++++ src/td.h Thu Nov 29 20:31:12 2001 +@@ -30,6 +30,8 @@ + */ + + /* level-1 system headers */ ++#include <sys/types.h> ++#include <sys/socket.h> + #include <netinet/in.h> + #include <pthread.h> + |