diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-12-24 02:58:31 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-12-24 02:58:31 +0000 |
commit | d6bb8f46db001a8e0c2f5e83b9c9d83538cf0282 (patch) | |
tree | 495c2d50573c5691911c05dd3ba21a8166cb9ec8 /net/xipdump | |
parent | 8fd3c10874abb88a0a046707b4c9d64d8b4e4b38 (diff) | |
download | pkgsrc-d6bb8f46db001a8e0c2f5e83b9c9d83538cf0282.tar.gz |
Update xipdump to 1.5.4.
Changes from version 1.5.2:
* install feature for Xipdump.ad resources file.
* Add include <netinet/in.h> in xipnet.c
* Added specific support for local interface.
Diffstat (limited to 'net/xipdump')
-rw-r--r-- | net/xipdump/Makefile | 7 | ||||
-rw-r--r-- | net/xipdump/files/md5 | 4 | ||||
-rw-r--r-- | net/xipdump/pkg/PLIST | 4 |
3 files changed, 6 insertions, 9 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 6a41c6440d8..775210dc25d 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/11/16 23:54:11 sakamoto Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/24 02:58:31 sakamoto Exp $ # -DISTNAME= xipdump-1.5.2 +DISTNAME= xipdump-1.5.4 CATEGORIES= net MASTER_SITES= http://www.epita.fr/~lse/xipdump/ EXTRACT_SUFX= .tgz @@ -28,7 +28,4 @@ post-build: @${ECHO} "@dirrm share/xipdump/pkc" >> ${PLIST_SRC} @${ECHO} "@dirrm share/xipdump" >> ${PLIST_SRC} -post-install: - ${INSTALL_DATA} ${WRKSRC}/Xipdump.ad ${PREFIX}/lib/X11/app-defaults - .include "../../mk/bsd.pkg.mk" diff --git a/net/xipdump/files/md5 b/net/xipdump/files/md5 index 19b4d5ff594..0f318563e38 100644 --- a/net/xipdump/files/md5 +++ b/net/xipdump/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/11/16 23:54:12 sakamoto Exp $ +$NetBSD: md5,v 1.3 1999/12/24 02:58:31 sakamoto Exp $ -MD5 (xipdump-1.5.2.tgz) = e1938eaf6c689e58ed7cf230920aa048 +MD5 (xipdump-1.5.4.tgz) = 0b987cdb3b1ef49209a1a85d0bc6851d diff --git a/net/xipdump/pkg/PLIST b/net/xipdump/pkg/PLIST index 2fee9841a27..20e1dd4b028 100644 --- a/net/xipdump/pkg/PLIST +++ b/net/xipdump/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/15 02:29:51 sakamoto Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/12/24 02:58:31 sakamoto Exp $ bin/xipdump -lib/X11/app-defaults/Xipdump.ad +lib/X11/app-defaults/Xipdump man/man8/xipdump.8 |