diff options
author | mef <mef@pkgsrc.org> | 2014-12-13 14:22:05 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-13 14:22:05 +0000 |
commit | df931a0458cae03352b4d6c7b72db801827c1405 (patch) | |
tree | 269f36325b792f89f58a84040efaaf0d6e9a7ffb /net/whoson | |
parent | ea041abaa875155f663cd7660487bd7f634d7659 (diff) | |
download | pkgsrc-df931a0458cae03352b4d6c7b72db801827c1405.tar.gz |
Update 2.03 to 2.05
-------------------
2009-07-11 15:09 crosser
* configure.in, rtconfig.c: fix segfault bug in config parser
(Alexei Seleznyov <aseleznyov@parallels.com>)
2008-01-17 15:46 crosser
* clnt_common.c: fix cycle over alternative servers (was infinite
loop)
2006-11-26 15:35 crosser
* configure.in: fix comment
2006-11-26 02:10 crosser
* .cvsignore, Makefile.am, README, acconfig.h, configure.in,
serv_common.c, whoson.3, whoson.8, whoson.conf,
WHOSON/.cvsignore: cleanup from Greg Woods
2006-11-25 23:10 crosser
* Makefile.am: use DESTDIR for default config installation
Diffstat (limited to 'net/whoson')
-rw-r--r-- | net/whoson/Makefile | 5 | ||||
-rw-r--r-- | net/whoson/distinfo | 10 | ||||
-rw-r--r-- | net/whoson/patches/patch-aa | 15 |
3 files changed, 15 insertions, 15 deletions
diff --git a/net/whoson/Makefile b/net/whoson/Makefile index f3a523ec09c..dc24a7836ca 100644 --- a/net/whoson/Makefile +++ b/net/whoson/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2012/10/23 17:19:19 asau Exp $ +# $NetBSD: Makefile,v 1.12 2014/12/13 14:22:05 mef Exp $ # -DISTNAME= whoson-2.03 -PKGREVISION= 2 +DISTNAME= whoson-2.05 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=whoson/} diff --git a/net/whoson/distinfo b/net/whoson/distinfo index 8689804026e..63d23715788 100644 --- a/net/whoson/distinfo +++ b/net/whoson/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2006/02/19 23:08:48 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/12/13 14:22:05 mef Exp $ -SHA1 (whoson-2.03.tar.gz) = 72fbec1d85f9622028fe9d16be4b262da05ca8f1 -RMD160 (whoson-2.03.tar.gz) = e1bcbf52533e85808ee09f1d8dacb64ba536f123 -Size (whoson-2.03.tar.gz) = 238133 bytes -SHA1 (patch-aa) = 9cc000e2632b1e86393b8678bb241b5d07868c73 +SHA1 (whoson-2.05.tar.gz) = 8e891eb10f84d885e2ad1de6e621ce9cf08e3434 +RMD160 (whoson-2.05.tar.gz) = d9145cbaafab3c32d76d9efd5c4e50142ca03647 +Size (whoson-2.05.tar.gz) = 337204 bytes +SHA1 (patch-aa) = 3b80cc062b83de2360b6cb701aae31a0f5948fe2 diff --git a/net/whoson/patches/patch-aa b/net/whoson/patches/patch-aa index e40726da838..f488cb9aaac 100644 --- a/net/whoson/patches/patch-aa +++ b/net/whoson/patches/patch-aa @@ -1,15 +1,16 @@ -$NetBSD: patch-aa,v 1.1 2006/02/19 23:08:48 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2014/12/13 14:22:05 mef Exp $ ---- Makefile.in.orig 2003-08-19 07:22:30.000000000 +0000 -+++ Makefile.in -@@ -898,11 +898,6 @@ uninstall-man: uninstall-man3 uninstall- +--- Makefile.in.orig 2009-04-08 21:35:09.000000000 +0900 ++++ Makefile.in 2014-12-13 23:16:58.000000000 +0900 +@@ -982,12 +982,6 @@ uninstall-man: uninstall-man3 uninstall- install-data-hook: -- if test -f $(DEFAULT_CONFIG); then \ -- $(ECHO) "$(DEFAULT_CONFIG) exists, not overwritten"; \ +- if test -f $(DESTDIR)$(DEFAULT_CONFIG); then \ +- $(ECHO) "$(DESTDIR)$(DEFAULT_CONFIG) exists, not overwritten"; \ - else \ -- $(INSTALL_DATA) $(srcdir)/whoson.conf $(DEFAULT_CONFIG); \ +- $(mkinstalldirs) `dirname $(DESTDIR)$(DEFAULT_CONFIG)`; \ +- $(INSTALL_DATA) $(srcdir)/whoson.conf $(DESTDIR)$(DEFAULT_CONFIG); \ - fi; \ for f in $(MAN3XTRA); do \ rm -f $(DESTDIR)$(man3dir)/$$f; \ |