summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/libsoup/Makefile6
-rw-r--r--devel/libsoup22/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index ad372e7b7..8014c2325 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libsoup/Makefile,v 1.39 2008/02/11 21:36:50 marcus Exp $
+# $MCom: ports/devel/libsoup/Makefile,v 1.40 2008/02/25 20:15:57 kwm Exp $
#
PORTNAME= libsoup
PORTVERSION= 2.3.4
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -35,7 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="2.4"
.if !defined(WITHOUT_SSL)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl
.endif
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
index 38b830c2f..39980c67b 100644
--- a/devel/libsoup22/Makefile
+++ b/devel/libsoup22/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libsoup22/Makefile,v 1.38 2008/01/29 01:33:00 marcus Exp $
+# $MCom: ports/devel/libsoup22/Makefile,v 1.39 2008/02/11 21:48:38 marcus Exp $
#
PORTNAME= libsoup
PORTVERSION= 2.2.105
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -34,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="2.2"
.if !defined(WITHOUT_SSL)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl
.endif