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 /mail/opensmtpd-devel | |
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 'mail/opensmtpd-devel')
-rw-r--r-- | mail/opensmtpd-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index 2213aafb9a10..225e77b40a57 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -4,6 +4,7 @@ PORTNAME= opensmtpd PORTVERSION= 201606220754 DISTVERSIONSUFFIX= p1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ |