diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-12-12 00:15:49 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-12-12 00:15:49 +0000 |
commit | 7c879267dc47bb7723011ce7fd8f8cb518739c8c (patch) | |
tree | d48522d464e1ff041584b2a31f9ed94d0a22776f /security | |
parent | c96bb1299df44dcc114eb2c2be07deefb39984b6 (diff) | |
download | ports-7c879267dc47bb7723011ce7fd8f8cb518739c8c.tar.gz ports-7c879267dc47bb7723011ce7fd8f8cb518739c8c.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/botan2/Makefile | 1 | ||||
-rw-r--r-- | security/clamfs/Makefile | 2 | ||||
-rw-r--r-- | security/i2pd/Makefile | 1 | ||||
-rw-r--r-- | security/kleopatra/Makefile | 1 | ||||
-rw-r--r-- | security/opensaml/Makefile | 2 | ||||
-rw-r--r-- | security/quantis/Makefile | 2 | ||||
-rw-r--r-- | security/shibboleth-sp/Makefile | 2 | ||||
-rw-r--r-- | security/spass/Makefile | 2 |
8 files changed, 8 insertions, 5 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile index 231e4f5eeb37..f4eb11e0ebf0 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -2,6 +2,7 @@ PORTNAME= botan DISTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 diff --git a/security/clamfs/Makefile b/security/clamfs/Makefile index 0516e5a64868..e823fbef7b28 100644 --- a/security/clamfs/Makefile +++ b/security/clamfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= clamfs PORTVERSION= 1.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security MASTER_SITES= SF diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile index 75df753eb08f..85a0f55a444b 100644 --- a/security/i2pd/Makefile +++ b/security/i2pd/Makefile @@ -3,6 +3,7 @@ PORTNAME= i2pd PORTVERSION= 2.22.0 +PORTREVISION= 1 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org diff --git a/security/kleopatra/Makefile b/security/kleopatra/Makefile index 45c371608e19..4c7b224f4cc1 100644 --- a/security/kleopatra/Makefile +++ b/security/kleopatra/Makefile @@ -2,6 +2,7 @@ PORTNAME= kleopatra DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= security kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index 5de21ff1d006..ff5722855be2 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -3,7 +3,7 @@ PORTNAME= opensaml PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ diff --git a/security/quantis/Makefile b/security/quantis/Makefile index be28d5744db6..5747975a20b7 100644 --- a/security/quantis/Makefile +++ b/security/quantis/Makefile @@ -3,7 +3,7 @@ PORTNAME= quantis DISTVERSION= v18.03.08 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel java MASTER_SITES= https://www.idquantique.com/wordpress/wp-content/uploads/ DISTNAME= Quantis-${DISTVERSION} diff --git a/security/shibboleth-sp/Makefile b/security/shibboleth-sp/Makefile index aca874dda184..5e073b7f9a65 100644 --- a/security/shibboleth-sp/Makefile +++ b/security/shibboleth-sp/Makefile @@ -3,7 +3,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ diff --git a/security/spass/Makefile b/security/spass/Makefile index c8cd99a937a8..2fb2b0f3254e 100644 --- a/security/spass/Makefile +++ b/security/spass/Makefile @@ -2,7 +2,7 @@ PORTNAME= spass PORTVERSION= 3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MAINTAINER= ports@FreeBSD.org |