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
This commit is contained in:
parent
59237619f6
commit
3d8fd2bcc2
3 changed files with 15 additions and 15 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue