aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2008-05-16 09:50:25 +0800
committerwxs <wxs@FreeBSD.org>2008-05-16 09:50:25 +0800
commit73fa087b0e7406f1ce1ad4a06d463186a7a78a8c (patch)
tree64861c24c55fa1390b917a380e8fa1822b774541
parentfb86978a1b58f4271f9b8410603eb113f13d2cdd (diff)
downloadfreebsd-ports-gnome-73fa087b0e7406f1ce1ad4a06d463186a7a78a8c.tar.gz
freebsd-ports-gnome-73fa087b0e7406f1ce1ad4a06d463186a7a78a8c.tar.zst
freebsd-ports-gnome-73fa087b0e7406f1ce1ad4a06d463186a7a78a8c.zip
Chase silc-toolkit update.
Approved by: garga (mentor)
-rw-r--r--net-im/libpurple/Makefile4
-rw-r--r--net/silky/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 24c7bb163e54..d1d409607a61 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.4.1
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pidgin
@@ -125,7 +125,7 @@ CONFIGURE_ARGS+= --enable-cyrus-sasl
.endif
.if defined(WITH_SILC)
-LIB_DEPENDS+= silcclient-1.0.4:${PORTSDIR}/devel/silc-toolkit
+LIB_DEPENDS+= silcclient-1.1:${PORTSDIR}/devel/silc-toolkit
CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc \
--with-silc-libs=${LOCALBASE}/lib
PLIST_SUB+= SILC=""
diff --git a/net/silky/Makefile b/net/silky/Makefile
index 86cb4d33c177..1c764bbe6bc7 100644
--- a/net/silky/Makefile
+++ b/net/silky/Makefile
@@ -7,6 +7,7 @@
PORTNAME= silky
PORTVERSION= 0.5.5
+PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= SF \
ftp://rusunix.org/pub/FreeBSD/distfiles/
@@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= silky
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple and easy to use graphical, os-independent SILC client
-LIB_DEPENDS= silcclient-1.0.4:${PORTSDIR}/devel/silc-toolkit
+LIB_DEPENDS= silcclient-1.1:${PORTSDIR}/devel/silc-toolkit
RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
GNU_CONFIGURE= yes