diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-08-02 21:30:40 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-08-02 21:30:40 +0800 |
commit | 44e49239ade3b249eb8c8c001df014b0f507b2b2 (patch) | |
tree | e12f88296b60e412fef69c80307407d6d19ae370 /www/firefox/Makefile | |
parent | 2c94944fd63592a0a294c053620d6f9a3175a8ef (diff) | |
download | freebsd-ports-gnome-44e49239ade3b249eb8c8c001df014b0f507b2b2.tar.gz freebsd-ports-gnome-44e49239ade3b249eb8c8c001df014b0f507b2b2.tar.zst freebsd-ports-gnome-44e49239ade3b249eb8c8c001df014b0f507b2b2.zip |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 704427d8f512..a617555e4baa 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 68.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |