1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Update to 0.7.2

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-12-21 04:08:27 +00:00
parent fa732e1b12
commit 815873fb4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51904
3 changed files with 15 additions and 19 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (silc-server-0.6.4.tar.bz2) = de6efa6582b6fa679ee84c7be948775a
MD5 (silc-server-0.7.2.tar.bz2) = 3f0902384a3b8a2c898a238419b980f2

View File

@ -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.