diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2016-10-30 18:53:26 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2016-10-30 18:53:26 +0000 |
commit | 5b3e3a529fdefb919aef64367a2d95aeadda2e0e (patch) | |
tree | ff595f5a5437b5bba4563d2c1570a78c7bc057bf /security | |
parent | 39bf209dc3643dbd268e500af4721a521af8ce5e (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/acme-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index 555c496dc43a..dc132f3cd1ca 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -3,7 +3,7 @@ PORTNAME= acme-client PORTVERSION= 0.1.11 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= portable- CATEGORIES= security MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \ |