diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-04 15:56:59 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-04 15:56:59 +0800 |
commit | afdf4e3eb19e605a1bcb0d93f14743c4bb0db2f5 (patch) | |
tree | 2d857f70e9d9369cc2edd6a629840ea23a10805e /security/stegdetect/Makefile | |
parent | 317f09cc8914570a60418cb3d586c79af78905ba (diff) | |
download | freebsd-ports-gnome-afdf4e3eb19e605a1bcb0d93f14743c4bb0db2f5.tar.gz freebsd-ports-gnome-afdf4e3eb19e605a1bcb0d93f14743c4bb0db2f5.tar.zst freebsd-ports-gnome-afdf4e3eb19e605a1bcb0d93f14743c4bb0db2f5.zip |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
Diffstat (limited to 'security/stegdetect/Makefile')
-rw-r--r-- | security/stegdetect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 403b3b855880..de979d1b0d15 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -3,7 +3,7 @@ PORTNAME= stegdetect PORTVERSION= 0.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= security MASTER_SITES= http://www.sourcefiles.org/Graphics/Tools/Miscellaneous/ |