diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-03 04:14:36 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-03 04:14:36 +0800 |
commit | 9a443b130b2484dd7e28b54d71748ce7d8ec8f2d (patch) | |
tree | 0fe6f4482a72e9d25636afc6a0d57dcb51e19c2d /security | |
parent | e40d48ddb4b8eeb3f1e61eee3899767b5987d239 (diff) | |
download | freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.tar.gz freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.tar.zst freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.zip |
. add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
Diffstat (limited to 'security')
-rw-r--r-- | security/linux-f8-libssh2/Makefile | 3 | ||||
-rw-r--r-- | security/linux-f8-nss/Makefile | 3 | ||||
-rw-r--r-- | security/linux-f8-openssl/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/security/linux-f8-libssh2/Makefile b/security/linux-f8-libssh2/Makefile index 05d030df3482..6ceeef7ee6e3 100644 --- a/security/linux-f8-libssh2/Makefile +++ b/security/linux-f8-libssh2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libssh2 PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= security linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= The library implementing the SSH2 protocol (Linux Fedora 8) +CONFLICTS= linux-libssh2-[0-9]* linux-f10-libssh2-[0-9]* + USE_LINUX_RPM= yes USE_LINUX_APPS= openssl LINUX_DIST_VER= 8 diff --git a/security/linux-f8-nss/Makefile b/security/linux-f8-nss/Makefile index 3bd026baf5cf..4f8489eba91e 100644 --- a/security/linux-f8-nss/Makefile +++ b/security/linux-f8-nss/Makefile @@ -7,6 +7,7 @@ PORTNAME= nss PORTVERSION= 3.12.2.0 +PORTREVISION= 1 CATEGORIES= security linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Network Security Services (Linux Fedora 8) +CONFLICTS= linux-nss-[0-9]* linux-f10-nss-[0-9]* + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes USE_LINUX_APPS= nspr sqlite3 diff --git a/security/linux-f8-openssl/Makefile b/security/linux-f8-openssl/Makefile index c4b5d7e0f940..5e1c953c28d4 100644 --- a/security/linux-f8-openssl/Makefile +++ b/security/linux-f8-openssl/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssl PORTVERSION= 0.9.8b +PORTREVISION= 1 CATEGORIES= security linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= The OpenSSL toolkit (Linux Fedora 8) +CONFLICTS= linux-openssl-[0-9]* linux-f10-openssl-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 17.fc8 |