diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-17 07:20:18 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-17 07:20:18 +0800 |
commit | 2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd (patch) | |
tree | 71720afcb216203708593fc4a6e230aff5836807 | |
parent | 29ea451e2ede84b78b5cad807652288703c543df (diff) | |
download | marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar.gz marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar.bz2 marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar.lz marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar.xz marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.tar.zst marcuscom-ports-2100218a6fdcb9a276eac3c3fa2e0d1c8c61dacd.zip |
Chase gnutls libdump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12654 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/libsoup/Makefile | 6 | ||||
-rw-r--r-- | net/liferea/Makefile | 4 | ||||
-rw-r--r-- | net/vino/Makefile | 3 | ||||
-rw-r--r-- | www/kazehakase/Makefile | 6 |
4 files changed, 10 insertions, 9 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 73951c878..0f1746a86 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.65 2009/07/28 12:37:19 kwm Exp $ +# $MCom: ports/devel/libsoup/Makefile,v 1.66 2009/08/10 22:00:19 ahze Exp $ # PORTNAME= libsoup PORTVERSION= 2.27.90 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -36,7 +36,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION="2.4" .if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif diff --git a/net/liferea/Makefile b/net/liferea/Makefile index f25f97af4..1024b3a9a 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -7,7 +7,7 @@ PORTNAME= liferea PORTVERSION= 1.4.28 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -49,7 +49,7 @@ PLIST_SUB+= NOTIFY="" .ifdef WITHOUT_GNUTLS CONFIGURE_ARGS+=--disable-gnutls .else -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls .endif .ifdef WITH_GTKHTML diff --git a/net/vino/Makefile b/net/vino/Makefile index e4019faa9..e08a6e687 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,11 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.70 2009/07/28 09:59:28 kwm Exp $ +# $MCom: ports/net/vino/Makefile,v 1.71 2009/08/11 14:20:04 kwm Exp $ # PORTNAME= vino PORTVERSION= 2.27.90 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 151bf8859..b36fdd26c 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -3,12 +3,12 @@ # Whom: michael johnson <ahze@ahze.net> # # $FreeBSD$ -# $MCom: ports/www/kazehakase/Makefile,v 1.19 2009/06/15 20:16:30 kwm Exp $ +# $MCom: ports/www/kazehakase/Makefile,v 1.20 2009/07/15 11:42:51 avl Exp $ # PORTNAME= kazehakase PORTVERSION= 0.5.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/30219 @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/30219 MAINTAINER= ahze@FreeBSD.org COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes |