diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-01 20:32:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-01 20:32:46 +0800 |
commit | 9f09f791205c8be117f81c2e11aa0c63d52836b2 (patch) | |
tree | 920a24e056013e01aac3aa23d1061f10f731697b /security/acme-client | |
parent | 8325c783acac8a0eaf80395e1201bbfd3a4829bb (diff) | |
download | freebsd-ports-gnome-9f09f791205c8be117f81c2e11aa0c63d52836b2.tar.gz freebsd-ports-gnome-9f09f791205c8be117f81c2e11aa0c63d52836b2.tar.zst freebsd-ports-gnome-9f09f791205c8be117f81c2e11aa0c63d52836b2.zip |
security/libressl: chase r432997 in static lib consumers
Pointy hat to: brnrd
Diffstat (limited to 'security/acme-client')
-rw-r--r-- | security/acme-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index 35eb3a7233e1..355b2c782b76 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -4,6 +4,7 @@ PORTNAME= acme-client PORTVERSION= 0.1.15 DISTVERSIONPREFIX= portable- +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \ LOCAL/brnrd |