diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-20 22:46:39 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-20 22:46:39 +0000 |
commit | aa106cd5e76dd1397c813ac3c0ef59184ef88647 (patch) | |
tree | 63bad719bf6082f99dcb8201f1300e963ae4fa7f /audio/napster | |
parent | Update to 2.1.3 (diff) |
Update to 1.4.7
Diffstat (limited to 'audio/napster')
-rw-r--r-- | audio/napster/Makefile | 2 | ||||
-rw-r--r-- | audio/napster/distinfo | 2 | ||||
-rw-r--r-- | audio/napster/files/patch-event.c | 10 |
3 files changed, 2 insertions, 12 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index 0e76025fd52e..9e4a7005b142 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nap -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nap diff --git a/audio/napster/distinfo b/audio/napster/distinfo index 372a9736922f..3e36898fb17c 100644 --- a/audio/napster/distinfo +++ b/audio/napster/distinfo @@ -1 +1 @@ -MD5 (nap-1.4.6.tar.gz) = 293bc7b3f5bf46f6dd652b696258e22f +MD5 (nap-1.4.7.tar.gz) = 2cbaafe015a7ba99be47a9d32d9b3939 diff --git a/audio/napster/files/patch-event.c b/audio/napster/files/patch-event.c deleted file mode 100644 index 7109f0bffcbb..000000000000 --- a/audio/napster/files/patch-event.c +++ /dev/null @@ -1,10 +0,0 @@ ---- event.c.orig Tue Jul 3 00:46:38 2001 -+++ event.c Tue Jul 3 00:47:24 2001 -@@ -11,6 +11,7 @@ - #endif - #include <string.h> - #include <errno.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <stdlib.h> - #include <ctype.h> |