diff options
author | lioux <lioux@FreeBSD.org> | 2002-07-10 21:22:38 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-07-10 21:22:38 +0000 |
commit | 05b1ecc7966b67af0dbf46b9c7c5ddfe2dd89532 (patch) | |
tree | 7defc2c8b66621f1d3479700fb166e6f7c694098 | |
parent | c849f0e0f2b3aef821cfe947f25c8a6469f2947e (diff) | |
download | FreeBSD-ports-05b1ecc7966b67af0dbf46b9c7c5ddfe2dd89532.zip FreeBSD-ports-05b1ecc7966b67af0dbf46b9c7c5ddfe2dd89532.tar.gz |
Update to 0.9.4
-rw-r--r-- | net/silc-client/Makefile | 7 | ||||
-rw-r--r-- | net/silc-client/distinfo | 2 | ||||
-rw-r--r-- | net/silc-client/files/patch-Makefile.in | 18 | ||||
-rw-r--r-- | net/silc-client/pkg-plist | 3 |
4 files changed, 16 insertions, 14 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 14e38c2..3d2fbfb 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= silc -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.4 CATEGORIES= net ipv6 security MASTER_SITES= http://www.silcnet.org/download/client/sources/ \ ftp://ftp.silcnet.org/silc/client/sources/ \ @@ -62,7 +62,10 @@ post-patch: .ifndef(WITH_OPTIMIZED_CFLAGS) @${PERL} -pi -e 's/-O2//' ${WRKSRC}/${CONFIGURE_SCRIPT} .endif - @${PERL} -pi -e 's/-D_THREAD_SAFE//' ${WRKSRC}/${CONFIGURE_SCRIPT} +# install neither documentation nor silc server, we have ports for those + @${PERL} -pi -e 's/-D_THREAD_SAFE//; \ + s/^(SILC_DIST_SUBDIRS.+?)doc/\1/' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} @${PERL} -pi -e 's/example_silcd.conf \\\n//' ${WRKSRC}/doc/Makefile.in @${PERL} -pi -e 's/^(install-data-am:) install-docDATA$$/\1/' \ ${WRKSRC}/irssi/docs/Makefile.in diff --git a/net/silc-client/distinfo b/net/silc-client/distinfo index 2cc96a0..4178aef 100644 --- a/net/silc-client/distinfo +++ b/net/silc-client/distinfo @@ -1 +1 @@ -MD5 (silc-client-0.9.2.tar.bz2) = 9291b9db42aaae3ef2966c8a4ac78858 +MD5 (silc-client-0.9.4.tar.bz2) = 55edd3c53479effc257cf00c07df12d2 diff --git a/net/silc-client/files/patch-Makefile.in b/net/silc-client/files/patch-Makefile.in index 9ae0487..0564425 100644 --- a/net/silc-client/files/patch-Makefile.in +++ b/net/silc-client/files/patch-Makefile.in @@ -1,19 +1,15 @@ ---- Makefile.in.orig Fri May 3 13:05:28 2002 -+++ Makefile.in Fri May 3 13:06:35 2002 -@@ -151,9 +151,9 @@ +--- Makefile.in.orig Wed Jul 10 16:54:28 2002 ++++ Makefile.in Wed Jul 10 18:02:37 2002 +@@ -151,7 +151,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign -COMMONDIRS = lib irssi silc silcd doc includes --SUBDIRS = lib irssi doc includes --DIST_SUBDIRS = lib irssi doc includes +COMMONDIRS = lib irssi silc includes -+SUBDIRS = lib irssi includes -+DIST_SUBDIRS = lib irssi includes - # - # INCLUDE defines -@@ -528,10 +528,7 @@ + # Sub directories defined by "distributions" file, and can be overridden + # with ./configure, which substitutes these variables. +@@ -531,10 +531,7 @@ install-dirs: -mkdir -p $(etcdir) @@ -24,7 +20,7 @@ generate-server-key: -@if test '!' -f $(etcdir)/silcd.pub ; then \ -@@ -565,19 +562,12 @@ +@@ -568,19 +565,12 @@ $(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/ etc-install: diff --git a/net/silc-client/pkg-plist b/net/silc-client/pkg-plist index 681dd2d..d517c19 100644 --- a/net/silc-client/pkg-plist +++ b/net/silc-client/pkg-plist @@ -18,6 +18,7 @@ share/silc/help/cumode share/silc/help/cycle share/silc/help/date share/silc/help/dehilight +share/silc/help/detach share/silc/help/disconnect share/silc/help/echo share/silc/help/eval @@ -48,6 +49,7 @@ share/silc/help/motd share/silc/help/msg share/silc/help/names share/silc/help/nick +share/silc/help/note share/silc/help/notice share/silc/help/oper share/silc/help/part @@ -78,6 +80,7 @@ share/silc/help/unquery share/silc/help/upgrade share/silc/help/users share/silc/help/version +share/silc/help/watch share/silc/help/whois share/silc/help/whowas share/silc/help/window |