diff options
author | tijl <tijl@FreeBSD.org> | 2016-09-07 20:43:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-09-07 20:43:22 +0800 |
commit | ead4be38d89ad64cc1ca84c5a754424cbca9bc21 (patch) | |
tree | d41bcf410a7fc743b61a34bce3e34230f2282700 /security | |
parent | afa8c5c5e676782e1fa3b1cddbc80031fc14f4b3 (diff) | |
download | freebsd-ports-gnome-ead4be38d89ad64cc1ca84c5a754424cbca9bc21.tar.gz freebsd-ports-gnome-ead4be38d89ad64cc1ca84c5a754424cbca9bc21.tar.zst freebsd-ports-gnome-ead4be38d89ad64cc1ca84c5a754424cbca9bc21.zip |
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim
Diffstat (limited to 'security')
-rw-r--r-- | security/linux-c6-gnutls/Makefile | 2 | ||||
-rw-r--r-- | security/linux-c6-nss/Makefile | 2 | ||||
-rw-r--r-- | security/linux-f10-gnutls/Makefile | 2 | ||||
-rw-r--r-- | security/linux-f10-nss/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/linux-c6-gnutls/Makefile b/security/linux-c6-gnutls/Makefile index dda3e25ecdfb..58f2b18862a5 100644 --- a/security/linux-c6-gnutls/Makefile +++ b/security/linux-c6-gnutls/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnutls PORTVERSION= 2.8.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org diff --git a/security/linux-c6-nss/Makefile b/security/linux-c6-nss/Makefile index 32808d86d124..526660516eb6 100644 --- a/security/linux-c6-nss/Makefile +++ b/security/linux-c6-nss/Makefile @@ -3,7 +3,7 @@ PORTNAME= nss PORTVERSION= 3.21.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security linux LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ nss-util-${PORTVERSION}-2.el6${EXTRACT_SUFX} \ diff --git a/security/linux-f10-gnutls/Makefile b/security/linux-f10-gnutls/Makefile index b1603c2523a4..90f144b37db3 100644 --- a/security/linux-f10-gnutls/Makefile +++ b/security/linux-f10-gnutls/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnutls PORTVERSION= 2.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org diff --git a/security/linux-f10-nss/Makefile b/security/linux-f10-nss/Makefile index eac163751abc..faaffc6684c0 100644 --- a/security/linux-f10-nss/Makefile +++ b/security/linux-f10-nss/Makefile @@ -3,7 +3,7 @@ PORTNAME= nss PORTVERSION= 3.12.3.99.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org |