diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-05 04:28:19 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-05 04:28:19 +0800 |
commit | b599bb22e3e50a1bcd74fc6054afe42b45f60256 (patch) | |
tree | ede50c4edbbc46a3592a7fac6d14b0c1ec0eff65 /devel | |
parent | 61e6a8ad159cd6a41eb65ccec82a1c021730f5b7 (diff) | |
download | marcuscom-ports-b599bb22e3e50a1bcd74fc6054afe42b45f60256.tar marcuscom-ports-b599bb22e3e50a1bcd74fc6054afe42b45f60256.tar.gz marcuscom-ports-b599bb22e3e50a1bcd74fc6054afe42b45f60256.tar.bz2 marcuscom-ports-b599bb22e3e50a1bcd74fc6054afe42b45f60256.tar.lz marcuscom-ports-b599bb22e3e50a1bcd74fc6054afe42b45f60256.tar.xz marcuscom-ports-b599bb22e3e50a1bcd74fc6054afe42b45f60256.tar.zst marcuscom-ports-b599bb22e3e50a1bcd74fc6054afe42b45f60256.zip |
Chase security/gnutls shlib version bump, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10606 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup/Makefile | 6 | ||||
-rw-r--r-- | devel/libsoup22/Makefile | 6 |
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 |