diff options
author | petef <petef@FreeBSD.org> | 2001-11-20 22:46:39 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-20 22:46:39 +0000 |
commit | 3287298bb6bc53f49a4d19236eb1df97c02033b5 (patch) | |
tree | 65d51ec7bb8d5494d0f38b8e55724e2fa1ec2de4 /audio/napster | |
parent | 6b2101ea4a1c227164acd5acb0d4295c2253e79b (diff) | |
download | FreeBSD-ports-3287298bb6bc53f49a4d19236eb1df97c02033b5.zip FreeBSD-ports-3287298bb6bc53f49a4d19236eb1df97c02033b5.tar.gz |
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 0e76025..9e4a700 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 372a973..3e36898 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 7109f0b..0000000 --- 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> |