diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2017-10-22 18:09:33 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2017-10-22 18:09:33 +0800 |
commit | 1398e3253cc23fd4a1e81aec19ea675def68cbad (patch) | |
tree | 894633a5e78f9e3be555b381a690fdd64eea7da2 /security/fastd | |
parent | 1402e3fbfbd9aefe245b7d303b78d9b4b72b79d8 (diff) | |
download | freebsd-ports-gnome-1398e3253cc23fd4a1e81aec19ea675def68cbad.tar.gz freebsd-ports-gnome-1398e3253cc23fd4a1e81aec19ea675def68cbad.tar.zst freebsd-ports-gnome-1398e3253cc23fd4a1e81aec19ea675def68cbad.zip |
- Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports
PR: 223147 [1]
Submitted by: Greg V [1]
Diffstat (limited to 'security/fastd')
-rw-r--r-- | security/fastd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fastd/Makefile b/security/fastd/Makefile index f9a09de529fc..b38b394d41ef 100644 --- a/security/fastd/Makefile +++ b/security/fastd/Makefile @@ -2,7 +2,7 @@ PORTNAME= fastd PORTVERSION= 18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= https://git.universe-factory.net/fastd/snapshot/ |