diff options
Diffstat (limited to 'security/linux-c7-nss/Makefile')
-rw-r--r-- | security/linux-c7-nss/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/linux-c7-nss/Makefile b/security/linux-c7-nss/Makefile index 55e8b15075a3..951dab0847b1 100644 --- a/security/linux-c7-nss/Makefile +++ b/security/linux-c7-nss/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.36.0 -DISTVERSIONSUFFIX= -7.1.el7_6 +PORTVERSION= 3.44.0 +DISTVERSIONSUFFIX= -4.el7 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org @@ -15,13 +15,13 @@ USE_LINUX= nspr sqlite3 USE_LINUX_RPM= yes LIB_DISTNAMES= ${DISTNAME} \ - ${PORTNAME}-pem-1.0.3-5.el7_6.1 \ - ${PORTNAME}-util-${PORTVERSION}-1.1.el7_6 \ - ${PORTNAME}-softokn-3.36.0-5.el7_5 + ${PORTNAME}-pem-1.0.3-7.el7 \ + ${PORTNAME}-util-${PORTVERSION}-3.el7 \ + ${PORTNAME}-softokn-${PORTVERSION}-5.el7 SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE \ - ${PORTNAME}-pem-1.0.3-5.el7_6.1${SRC_SUFX}:SOURCE \ - ${PORTNAME}-util-${PORTVERSION}-1.1.el7_6${SRC_SUFX}:SOURCE \ - ${PORTNAME}-softokn-3.36.0-5.el7_5${SRC_SUFX}:SOURCE + ${PORTNAME}-pem-1.0.3-7.el7${SRC_SUFX}:SOURCE \ + ${PORTNAME}-util-${PORTVERSION}-3.el7${SRC_SUFX}:SOURCE \ + ${PORTNAME}-softokn-${PORTVERSION}-5.el7${SRC_SUFX}:SOURCE CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr |