1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to version 0.9.15

PR:		58764
Submitted by:	Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
This commit is contained in:
Kirill Ponomarev 2003-10-31 13:27:21 +00:00
parent 7fb820472d
commit b1a8185449
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92712
4 changed files with 11 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= silc
PORTVERSION= 0.9.14
PORTVERSION= 0.9.15
CATEGORIES= net ipv6 security
MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \
http://ftp.silcnet.org/%SUBDIR%/ \

View File

@ -1 +1 @@
MD5 (silc-server-0.9.14.tar.bz2) = f10f423c6ccc2a8610439a517495cd58
MD5 (silc-server-0.9.15.tar.bz2) = b4b6401aad4157f2b36cc4c3d26e9c85

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Thu Oct 16 00:22:13 2003
+++ Makefile.in Mon Oct 27 12:19:58 2003
--- Makefile.in.orig Fri Oct 31 17:15:11 2003
+++ Makefile.in Fri Oct 31 18:14:57 2003
@@ -702,8 +702,6 @@
install-dirs:
@ -39,7 +39,7 @@
toolkit-install:
-mkdir -p $(docdir)/toolkit/
@@ -767,13 +761,13 @@
@@ -767,13 +761,14 @@
-cp -R $(srcdir)/tutorial $(prefix)
examples-install:
@ -48,6 +48,7 @@
- -$(INSTALL_DATA) $(srcdir)/doc/examples/silc* $(docdir)/examples/
+ -mkdir -p $(prefix)/share/examples/silc
+ -$(INSTALL_DATA) $(srcdir)/doc/examples/README $(prefix)/share/examples/silc
+ -$(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(prefix)/share/examples/silc
generate-server-key:
-@if test '!' -f $(etcdir)/silcd.pub ; then \

View File

@ -5,6 +5,10 @@ sbin/silcd
etc/rc.d/silcd.sh-dist
@exec [ -f %B/silcd.sh ] || ( cp %B/%f %B/silcd.sh; chmod 755 %B/silcd.sh )
%%PORTDOCS%%%%EXAMPLESDIR%%/README
%%PORTDOCS%%%%EXAMPLESDIR%%/cell_backup.conf
%%PORTDOCS%%%%EXAMPLESDIR%%/cell_router.conf
%%PORTDOCS%%%%EXAMPLESDIR%%/cell_server1.conf
%%PORTDOCS%%%%EXAMPLESDIR%%/cell_server2.conf
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@unexec rmdir %D/etc/silc 2>/dev/null || true
@unexec rmdir /var/log/silc 2>/dev/null || true
@unexec rmdir %D/var/log/silc 2>/dev/null || true