aboutsummaryrefslogtreecommitdiff
path: root/net/silc-doc
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-21 04:08:27 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-21 04:08:27 +0000
commit815873fb4d70b45603cbf192d7838b7c0c9e0e2e (patch)
treee8d72249e4626c9321dc7e44da0708bb8de64c2b /net/silc-doc
parentfa732e1b12e0c85441f09fe00dc813c4a77b3a8e (diff)
downloadports-815873fb4d70b45603cbf192d7838b7c0c9e0e2e.tar.gz
ports-815873fb4d70b45603cbf192d7838b7c0c9e0e2e.zip
Update to 0.7.2
Notes
Notes: svn path=/head/; revision=51904
Diffstat (limited to 'net/silc-doc')
-rw-r--r--net/silc-doc/Makefile20
-rw-r--r--net/silc-doc/distinfo2
-rw-r--r--net/silc-doc/files/patch-Makefile.in12
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.