diff options
author | novel <novel@FreeBSD.org> | 2007-07-01 16:56:16 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-07-01 16:56:16 +0800 |
commit | bee0ac58b31b49d4999c27a48b677263a9a1328d (patch) | |
tree | 1dc1a18dcb267cb449853409ce4cb453a6b0ab1c /security | |
parent | 3527296cf62e327247a65f5ae2959835705b3d5d (diff) | |
download | freebsd-ports-graphics-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.gz freebsd-ports-graphics-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.zst freebsd-ports-graphics-bee0ac58b31b49d4999c27a48b677263a9a1328d.zip |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Diffstat (limited to 'security')
-rw-r--r-- | security/prelude-manager/Makefile | 3 | ||||
-rw-r--r-- | security/py-gnutls/Makefile | 3 | ||||
-rw-r--r-- | security/xmlsec1/Makefile | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index bbc5c6d0d8c..a2b918f3784 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -6,6 +6,7 @@ PORTNAME= prelude-manager PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -14,7 +15,7 @@ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Prelude Network Intrusion Detection System central logging point LIB_DEPENDS+= prelude.12:${PORTSDIR}/security/libprelude \ - gnutls.15:${PORTSDIR}/security/gnutls + gnutls.13:${PORTSDIR}/security/gnutls USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index 80a21f689bf..5dc245c6c79 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ DISTNAME= python-gnutls-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python wrapper for the GNUTLS library -LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index d9634c63f39..75b15009f08 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ |