From 815873fb4d70b45603cbf192d7838b7c0c9e0e2e Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 21 Dec 2001 04:08:27 +0000 Subject: [PATCH] Update to 0.7.2 --- net/silc-doc/Makefile | 20 ++++++++------------ net/silc-doc/distinfo | 2 +- net/silc-doc/files/patch-Makefile.in | 12 ++++++------ 3 files changed, 15 insertions(+), 19 deletions(-) diff --git a/net/silc-doc/Makefile b/net/silc-doc/Makefile index 42ff67ab5f4f..8f3af1782609 100644 --- a/net/silc-doc/Makefile +++ b/net/silc-doc/Makefile @@ -6,20 +6,16 @@ # PORTNAME= silc -PORTVERSION= 0.6.4 +PORTVERSION= 0.7.2 CATEGORIES= net security -MASTER_SITES= http://www.silcnet.org/download/ \ - ftp://ftp.silcnet.org/pub/silc/ \ - http://ftp.silcnet.org/ \ +MASTER_SITES= http://www.silcnet.org/download/server/sources/ \ + ftp://ftp.silcnet.org/silc/server/sources/ \ + http://www.planetmirror.com/pub/silcnet/server/sources/ \ + ftp://ftp.au.silcnet.org/pub/silcnet/server/sources/ \ + http://the.wiretapped.net/security/network-security/silc/server/sources/ \ + ftp://ftp.wiretapped.net/pub/security/network-security/silc/server/sources/ \ http://munitions.vipul.net/software/mirrors/silc/ \ - ftp://ftp.wiretapped.net/pub/security/network-security/silc/ \ - http://www.au.silcnet.org/download/ \ - ftp://ftp.au.silcnet.org/pub/silcnet/ \ - http://www.planetmirror.com/pub/silcnet/ \ - http://the.wiretapped.net/security/network-security/silc/ \ - ftp://ftp.wiretapped.net/pub/security/network-security/silc/ \ - http://www.no.silcnet.org/download/ \ - ftp://ftp.no.silcnet.org/pub/silc/ + ftp://ftp.no.silcnet.org/pub/silc/server/sources/ PKGNAMESUFFIX= -doc DISTNAME= ${PORTNAME}-server-${PORTVERSION} diff --git a/net/silc-doc/distinfo b/net/silc-doc/distinfo index bbb8963d92b1..bde424d52c7c 100644 --- a/net/silc-doc/distinfo +++ b/net/silc-doc/distinfo @@ -1 +1 @@ -MD5 (silc-server-0.6.4.tar.bz2) = de6efa6582b6fa679ee84c7be948775a +MD5 (silc-server-0.7.2.tar.bz2) = 3f0902384a3b8a2c898a238419b980f2 diff --git a/net/silc-doc/files/patch-Makefile.in b/net/silc-doc/files/patch-Makefile.in index 7728943bdd47..8f45bb0a4845 100644 --- a/net/silc-doc/files/patch-Makefile.in +++ b/net/silc-doc/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Sun Nov 11 15:02:16 2001 -+++ Makefile.in Mon Nov 12 21:40:02 2001 -@@ -145,9 +145,9 @@ +--- Makefile.in.orig Fri Dec 21 02:00:53 2001 ++++ Makefile.in Fri Dec 21 02:02:01 2001 +@@ -151,9 +151,9 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign @@ -13,7 +13,7 @@ # # INCLUDE defines -@@ -511,11 +511,7 @@ +@@ -528,11 +528,7 @@ -rm -rf $(distdir) install-dirs: @@ -25,12 +25,12 @@ generate-server-key: -@if test '!' -f $(etcdir)/silcd.pub ; then \ -@@ -548,8 +544,8 @@ +@@ -571,8 +567,8 @@ $(etcdir)/silc.conf; \ fi -@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install --@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install etc-install +-@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install examples-install etc-install +@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs doc-install +@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs doc-install # Tell versions [3.59,3.63) of GNU make to not export all variables.