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 /lang/io/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 'lang/io/Makefile')
-rw-r--r-- | lang/io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index b0c2f0f9e8fa..576cd94b6384 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -3,7 +3,7 @@ PORTNAME= io PORTVERSION= 2015.11.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= gahr@FreeBSD.org |