diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-05-16 14:15:38 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-05-16 14:15:38 +0000 |
commit | 2c6dcd605b27d9d78aa4cdcf25303baad2cd9cd7 (patch) | |
tree | cad2d106e9e8eb706f4f696b4d3f255985ef9853 /net | |
parent | Upgrade libjabber to 1.0 (diff) |
Upgrade libetherx to 1.0
PR: 18601
Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=28486
Diffstat (limited to 'net')
-rw-r--r-- | net/libetherx/Makefile | 6 | ||||
-rw-r--r-- | net/libetherx/distinfo | 2 | ||||
-rw-r--r-- | net/libetherx/files/patch-aa | 21 | ||||
-rw-r--r-- | net/libetherx/pkg-plist | 2 |
4 files changed, 15 insertions, 16 deletions
diff --git a/net/libetherx/Makefile b/net/libetherx/Makefile index 41b84ef1eac8..ebde350d50db 100644 --- a/net/libetherx/Makefile +++ b/net/libetherx/Makefile @@ -6,13 +6,13 @@ # PORTNAME= libetherx -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= net -MASTER_SITES= http://download.jabber.org/dists/0.9/final/ +MASTER_SITES= http://download.jabber.org/dists/1.0/ MAINTAINER= lukin@okbmei.msk.su -LIB_DEPENDS= jabber.0:${PORTSDIR}/net/libjabber \ +LIB_DEPENDS= jabber.1:${PORTSDIR}/net/libjabber \ pth.13:${PORTSDIR}/devel/pth \ adns.0:${PORTSDIR}/net/adns diff --git a/net/libetherx/distinfo b/net/libetherx/distinfo index 9d480c64d631..04ddb6199346 100644 --- a/net/libetherx/distinfo +++ b/net/libetherx/distinfo @@ -1 +1 @@ -MD5 (libetherx-0.9.tar.gz) = 6cb1b78587d74b53b684dde2b3a3b6af +MD5 (libetherx-1.0.tar.gz) = df26a98e84b96039706e15fadce193ba diff --git a/net/libetherx/files/patch-aa b/net/libetherx/files/patch-aa index e1d848d34a32..906b9d103fea 100644 --- a/net/libetherx/files/patch-aa +++ b/net/libetherx/files/patch-aa @@ -1,11 +1,10 @@ ---- configure.orig Tue Mar 28 13:59:55 2000 -+++ configure Mon Apr 10 20:02:14 2000 -@@ -2264,7 +2264,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-ladns $LIBS" -+LIBS="-ladns "-L$prefix/lib" $LIBS" - cat > conftest.$ac_ext <<EOF - #line 2270 "configure" - #include "confdefs.h" +--- man/etherx-config.1.orig Wed Mar 1 04:58:40 2000 ++++ man/etherx-config.1 Wed May 10 17:50:59 2000 +@@ -1,7 +1,6 @@ + .\" Process this file with + .\" groff -man -Tascii etherx-config.1 + .\" +- + .PU + .TH ETHERX-CONFIG 1 + diff --git a/net/libetherx/pkg-plist b/net/libetherx/pkg-plist index eb6bcf84049c..934b00223ab9 100644 --- a/net/libetherx/pkg-plist +++ b/net/libetherx/pkg-plist @@ -2,6 +2,6 @@ bin/etherx-config include/etherx.h lib/libetherx.a lib/libetherx.so -lib/libetherx.so.0 +lib/libetherx.so.1 @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R |