diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-02 00:18:38 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-02 00:18:38 +0800 |
commit | c14f48cfeed7a7dd19a2b15972940d3cfeb0b159 (patch) | |
tree | eee08b01874ac37316287b718cc95c7318280bae /net | |
parent | 83e4c0f8ea57bc322d3dbda8556447d92f297891 (diff) | |
download | marcuscom-ports-c14f48cfeed7a7dd19a2b15972940d3cfeb0b159.tar.gz marcuscom-ports-c14f48cfeed7a7dd19a2b15972940d3cfeb0b159.tar.zst marcuscom-ports-c14f48cfeed7a7dd19a2b15972940d3cfeb0b159.zip |
Sync w/ FreeBSD ports tree for chase gnutls shared library version and bump
the PORTREVISION on these ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9106 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/liferea/Makefile | 4 | ||||
-rw-r--r-- | net/vino/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index a7eb32bdc..44ce046d5 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -7,7 +7,7 @@ PORTNAME= liferea PORTVERSION= 1.2.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -48,7 +48,7 @@ PLIST_SUB+= NOTIFY="" .ifdef WITHOUT_GNUTLS CONFIGURE_ARGS+=--disable-gnutls .else -LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls .endif .ifdef WITH_MOZILLA diff --git a/net/vino/Makefile b/net/vino/Makefile index 276be2da3..ec6738e51 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,12 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.40 2007/05/19 21:36:18 marcus Exp $ +# $MCom: ports/net/vino/Makefile,v 1.41 2007/05/30 03:21:43 mezz Exp $ # PORTNAME= vino PORTVERSION= 2.18.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |