diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f | |
parent | 0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff) |
Notes
141 files changed, 242 insertions, 228 deletions
@@ -6295,7 +6295,6 @@ sysutils/lookupd_ldap||2014-07-24|Has expired: Fails to build with new utmpx sysutils/p5-Sys-Utmp||2014-07-24|Has expired: Fails to build with new utmpx sysutils/syslog-ng2||2014-07-24|Has expired: Fails to build with new utmpx sysutils/yawho||2014-07-24|Has expired: Fails to build with new utmpx -devel/libevent|devel/libevent2|2014-07-27|libevent2 replaced libevent devel/p5-MetaCPAN-API|devel/p5-MetaCPAN-Client|2014-07-27|Has expired: Use devel/p5-MetaCPAN-Client instead net-im/pidgin-facebookchat||2014-07-27|Has expired: obsolete, development has ceased, not staged net-im/gtkyahoo||2014-07-28|Has expired: Broken, unmaintained, unstaged, gtk12, i386 only @@ -9082,3 +9081,4 @@ www/webkit-qt4|www/qt4-webkit|2017-02-18|Renamed to match other Qt ports www/webkit-qt5|www/qt5-webkit|2017-02-18|Renamed to match other Qt ports www/rt40|www/rt44|2017-02-18|Has expired: Upstream support EoL, please migrate to rt44 devel/m6811-binutils||2017-02-18|Has expired: multiple vulnerabilities, version is years behind upstream +devel/libevent2|devel/libevent|2017-02-20|Rename as only libevent 2.x is supported diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 190ea8b21c4f..435e2b0fb499 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -169,7 +169,7 @@ cairo_LIB_DEPENDS= libcairo.so:graphics/cairo cairo_MOZ_OPTIONS= --enable-system-cairo .endif -event_LIB_DEPENDS= libevent.so:devel/libevent2 +event_LIB_DEPENDS= libevent.so:devel/libevent event_MOZ_OPTIONS= --with-system-libevent ffi_LIB_DEPENDS= libffi.so:devel/libffi @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170220: + AFFECTS: devel/libevent2 + AUTHOR: jbeich@FreeBSD.org + + libevent2 has been renamed back to libevent as the default version. + If you manage out of tree ports make sure to run the following: + + # pkg set -n libevent2:libevent + # pkg set -o devel/libevent2:devel/libevent + 20170218: AFFECTS: users of Qt 4 and Qt 5 AUTHOR: kde@FreeBSD.org diff --git a/audio/forked-daapd/Makefile b/audio/forked-daapd/Makefile index 4531d861f64a..277efa2729a7 100644 --- a/audio/forked-daapd/Makefile +++ b/audio/forked-daapd/Makefile @@ -3,7 +3,7 @@ PORTNAME= forked-daapd PORTVERSION= 24.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= takumiiinn@gmail.com @@ -17,7 +17,7 @@ LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \ libavahi-client.so:net/avahi-app \ libavcodec.so:multimedia/ffmpeg \ libconfuse.so:devel/libconfuse \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libgcrypt.so:security/libgcrypt \ libinotify.so:devel/libinotify \ libmxml.so:textproc/mxml \ diff --git a/databases/libcouchbase/Makefile b/databases/libcouchbase/Makefile index 8fe7219bfc49..591fe7924063 100644 --- a/databases/libcouchbase/Makefile +++ b/databases/libcouchbase/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcouchbase DISTVERSION= 2.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://packages.couchbase.com/clients/c/ @@ -11,7 +11,7 @@ COMMENT= Multithreaded noSQL database (client and library) LICENSE= APACHE20 -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ libev.so:devel/libev \ libuv.so:devel/libuv diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile index b63bd1f42b12..6dd6128ade7d 100644 --- a/databases/libmemcached/Makefile +++ b/databases/libmemcached/Makefile @@ -2,7 +2,7 @@ PORTNAME= libmemcached PORTVERSION= 1.0.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ @@ -12,7 +12,7 @@ COMMENT= C and C++ client library to the memcached server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS?= libevent.so:devel/libevent2 +LIB_DEPENDS?= libevent.so:devel/libevent TEST_DEPENDS= memcached:databases/memcached USES= autoreconf execinfo gmake pathfix pkgconfig libtool diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index c5eabeb2c79f..11d801e80ca2 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -3,7 +3,7 @@ PORTNAME= memcached PORTVERSION= 1.4.34 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://www.memcached.org/files/ \ GENTOO @@ -14,7 +14,7 @@ COMMENT= High-performance distributed memory object cache system LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent CONFLICTS= memcached-1.2* diff --git a/databases/memcacheq/Makefile b/databases/memcacheq/Makefile index b41bfe446439..0829e2225ac7 100644 --- a/databases/memcacheq/Makefile +++ b/databases/memcacheq/Makefile @@ -3,7 +3,7 @@ PORTNAME= memcacheq PORTVERSION= 0.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MASTER_SITES= GENTOO @@ -12,7 +12,7 @@ COMMENT= Simple queue service over Memcache LICENSE= BSD3CLAUSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USE_CSTD= gnu89 CFLAGS+= -I"${BDB_INCLUDE_DIR}" diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index 7e62f058e8b5..4d208225a27b 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -3,7 +3,7 @@ PORTNAME= mysql-proxy PORTVERSION= 0.8.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= MYSQL/MySQL-Proxy @@ -12,7 +12,7 @@ COMMENT= Monitor, analyze, or transform the communication of MySQL LICENSE= GPLv2 -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent CONFIGURE_ARGS+= --with-lua=lua-${LUA_VER} --with-mysql=${LOCALBASE}/bin/mysql_config --docdir=${DATADIR} --enable-self-contained CFLAGS+= -I${LOCALBASE}/include diff --git a/databases/mysql56-client/Makefile b/databases/mysql56-client/Makefile index 98dd0db34306..7da918eb3d9c 100644 --- a/databases/mysql56-client/Makefile +++ b/databases/mysql56-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql -PORTREVISION?= 2 +PORTREVISION?= 3 PKGNAMESUFFIX= 56-client COMMENT= Multithreaded SQL database (client) diff --git a/databases/mysql56-server/Makefile b/databases/mysql56-server/Makefile index a9156fc34e9e..42959933db3a 100644 --- a/databases/mysql56-server/Makefile +++ b/databases/mysql56-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.6.35 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.6 PKGNAMESUFFIX?= 56-server @@ -23,7 +23,7 @@ MY_DBDIR= /var/db/mysql MY_SECDIR= /var/db/mysql_secure MY_TMPDIR= /var/db/mysql_tmpdir -LIB_DEPENDS+= libevent.so:devel/libevent2 \ +LIB_DEPENDS+= libevent.so:devel/libevent \ liblz4.so:archivers/liblz4 CMAKE_BUILD_TYPE= Release diff --git a/databases/mysql57-client/Makefile b/databases/mysql57-client/Makefile index a5895db25f23..6e8c693fe14e 100644 --- a/databases/mysql57-client/Makefile +++ b/databases/mysql57-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql -PORTREVISION?= 1 +PORTREVISION?= 2 PKGNAMESUFFIX= 57-client COMMENT= Multithreaded SQL database (client) diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index 4b71bc506db0..0e12d0411ff6 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.7.17 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7 PKGNAMESUFFIX?= 57-server @@ -26,7 +26,7 @@ MY_DBDIR= /var/db/mysql MY_SECDIR= /var/db/mysql_secure MY_TMPDIR= /var/db/mysql_tmpdir -LIB_DEPENDS+= libevent.so:devel/libevent2 \ +LIB_DEPENDS+= libevent.so:devel/libevent \ liblz4.so:archivers/liblz4 CMAKE_BUILD_TYPE= Release diff --git a/databases/mysql80-client/Makefile b/databases/mysql80-client/Makefile index a38cb1b53ea4..c268d7634541 100644 --- a/databases/mysql80-client/Makefile +++ b/databases/mysql80-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql -PORTREVISION?= 2 +PORTREVISION?= 3 PKGNAMESUFFIX= 80-client COMMENT= Multithreaded SQL database (client) diff --git a/databases/mysql80-server/Makefile b/databases/mysql80-server/Makefile index 03d853855a74..69abe26b055b 100644 --- a/databases/mysql80-server/Makefile +++ b/databases/mysql80-server/Makefile @@ -4,7 +4,7 @@ PORTNAME?= mysql PORTVERSION= 8.0.0 DISTVERSIONSUFFIX?= -dmr -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-8.0 PKGNAMESUFFIX?= 80-server @@ -27,7 +27,7 @@ MY_DBDIR= /var/db/mysql MY_SECDIR= /var/db/mysql_secure MY_TMPDIR= /var/db/mysql_tmpdir -LIB_DEPENDS+= libevent.so:devel/libevent2 \ +LIB_DEPENDS+= libevent.so:devel/libevent \ liblz4.so:archivers/liblz4 CMAKE_BUILD_TYPE= Release diff --git a/databases/percona57-client/Makefile b/databases/percona57-client/Makefile index 36fbb67b39de..96eb22a7c580 100644 --- a/databases/percona57-client/Makefile +++ b/databases/percona57-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= percona -PORTREVISION?= 1 +PORTREVISION?= 2 PKGNAMESUFFIX= 57-client COMMENT= Multithreaded SQL database (client) diff --git a/databases/percona57-pam-for-mysql/Makefile b/databases/percona57-pam-for-mysql/Makefile index ef763893778f..7119499085e1 100644 --- a/databases/percona57-pam-for-mysql/Makefile +++ b/databases/percona57-pam-for-mysql/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= percona57 -PORTREVISION?= 1 +PORTREVISION?= 2 PKGNAMESUFFIX= -pam-for-mysql COMMENT= PAM plugin for MySQL diff --git a/databases/percona57-server/Makefile b/databases/percona57-server/Makefile index 530fff5cf89a..789d9363c785 100644 --- a/databases/percona57-server/Makefile +++ b/databases/percona57-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= percona DISTVERSION= 5.7.16-10 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.7/Percona-Server-${DISTVERSION}/source/tarball/:percona \ SF/boost/boost/1.59.0:boost @@ -17,7 +17,7 @@ COMMENT?= Multithreaded SQL database (server) LICENSE?= GPLv2+ -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ liblz4.so:archivers/liblz4 BROKEN_powerpc64= Does not build diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index c5bf07e9842c..ca7215f2de5b 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -3,7 +3,7 @@ PORTNAME= pgbouncer PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \ http://pgbouncer.github.io/downloads/files/${PORTVERSION}/ @@ -13,7 +13,7 @@ COMMENT= Lightweight connection pooler for PostgreSQL LICENSE= BSD2CLAUSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent BUILD_DEPENDS+= ${LOCALBASE}/bin/gsed:textproc/gsed PORTSCOUT= site:https://pgbouncer.github.io/downloads/ diff --git a/databases/sharedance/Makefile b/databases/sharedance/Makefile index e91fba91a329..f2e8fb3b867b 100644 --- a/databases/sharedance/Makefile +++ b/databases/sharedance/Makefile @@ -3,14 +3,14 @@ PORTNAME= sharedance PORTVERSION= 0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MASTER_SITES= http://download.pureftpd.org/pub/sharedance/ MAINTAINER= ports@FreeBSD.org COMMENT= Daemon to centralize keys and associated data -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent CONFIGURE_ARGS= --with-largefile GNU_CONFIGURE= yes diff --git a/devel/Makefile b/devel/Makefile index 3080d634855c..437085ca7ff4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1273,7 +1273,7 @@ SUBDIR += libev SUBDIR += libevdev SUBDIR += libevent-hiphop - SUBDIR += libevent2 + SUBDIR += libevent SUBDIR += libevt SUBDIR += libevtx SUBDIR += libewf diff --git a/devel/eventxx/Makefile b/devel/eventxx/Makefile index 455049b1c73d..007a8da84cd3 100644 --- a/devel/eventxx/Makefile +++ b/devel/eventxx/Makefile @@ -3,7 +3,7 @@ PORTNAME= eventxx PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://proj.llucax.com.ar/home/eventxx/releases/ \ LOCAL/glarkin @@ -11,7 +11,7 @@ MASTER_SITES= http://proj.llucax.com.ar/home/eventxx/releases/ \ MAINTAINER= ports@FreeBSD.org COMMENT= C++ wrapper for libevent -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent NO_BUILD= yes diff --git a/devel/fstrm/Makefile b/devel/fstrm/Makefile index 892cd1265a7b..6c574acaab62 100644 --- a/devel/fstrm/Makefile +++ b/devel/fstrm/Makefile @@ -4,7 +4,7 @@ PORTNAME= fstrm PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= freebsd@dns-lab.com @@ -13,7 +13,7 @@ COMMENT= Implementation of the Frame Streams data transport protocol in C LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USE_GITHUB= yes GH_ACCOUNT= farsightsec diff --git a/devel/gearmand-devel/Makefile b/devel/gearmand-devel/Makefile index b0900392abb9..c60ed4f4a17f 100644 --- a/devel/gearmand-devel/Makefile +++ b/devel/gearmand-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= gearmand PORTVERSION= 1.1.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/ @@ -12,7 +12,7 @@ COMMENT= Gearman C Server and Library BUILD_DEPENDS= boost-libs>=0:devel/boost-libs \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid CONFLICTS= p5-Gearman-Server-1.* gearmand-1.0.* diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile index 12e3d569fdfd..a6b17cd1b18b 100644 --- a/devel/gearmand/Makefile +++ b/devel/gearmand/Makefile @@ -3,7 +3,7 @@ PORTNAME= gearmand PORTVERSION= 1.0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/ @@ -12,7 +12,7 @@ COMMENT= Gearman C Server and Library BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid CONFLICTS= p5-Gearman-Server-1.* gearmand-1.1.* diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index a9333e916e69..e8954ee3b960 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -3,14 +3,14 @@ PORTNAME= libdnsres PORTVERSION= 0.1a -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ MAINTAINER= oz@nixil.net COMMENT= Provides a non-blocking thread-safe API for resolving DNS names -BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent2 +BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent USES= libtool GNU_CONFIGURE= yes diff --git a/devel/libevent2/Makefile b/devel/libevent/Makefile index 9dd4f8104165..b9d0eaa849fd 100644 --- a/devel/libevent2/Makefile +++ b/devel/libevent/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 2.1.8 DISTVERSIONPREFIX= release- DISTVERSIONSUFFIX= -stable CATEGORIES= devel -PKGNAMESUFFIX= 2 MAINTAINER= mm@FreeBSD.org COMMENT= API for executing callback functions on events or timeouts diff --git a/devel/libevent2/distinfo b/devel/libevent/distinfo index 6dbdcef463b3..6dbdcef463b3 100644 --- a/devel/libevent2/distinfo +++ b/devel/libevent/distinfo diff --git a/devel/libevent2/files/patch-gcc7 b/devel/libevent/files/patch-gcc7 index d072a5a559b8..d072a5a559b8 100644 --- a/devel/libevent2/files/patch-gcc7 +++ b/devel/libevent/files/patch-gcc7 diff --git a/devel/libevent2/files/patch-libressl b/devel/libevent/files/patch-libressl index ff68c83343c9..ff68c83343c9 100644 --- a/devel/libevent2/files/patch-libressl +++ b/devel/libevent/files/patch-libressl diff --git a/devel/libevent2/files/patch-test_bench b/devel/libevent/files/patch-test_bench index 0972c1c8512d..0972c1c8512d 100644 --- a/devel/libevent2/files/patch-test_bench +++ b/devel/libevent/files/patch-test_bench diff --git a/devel/libevent2/files/patch-test_test.sh b/devel/libevent/files/patch-test_test.sh index ef1eed633ea5..ef1eed633ea5 100644 --- a/devel/libevent2/files/patch-test_test.sh +++ b/devel/libevent/files/patch-test_test.sh diff --git a/devel/libevent2/pkg-descr b/devel/libevent/pkg-descr index 2498f0a947ba..2498f0a947ba 100644 --- a/devel/libevent2/pkg-descr +++ b/devel/libevent/pkg-descr diff --git a/devel/libevent2/pkg-plist b/devel/libevent/pkg-plist index 77ca43225dde..77ca43225dde 100644 --- a/devel/libevent2/pkg-plist +++ b/devel/libevent/pkg-plist diff --git a/devel/libmsocket/Makefile b/devel/libmsocket/Makefile index 926be44ad23c..985acc55c374 100644 --- a/devel/libmsocket/Makefile +++ b/devel/libmsocket/Makefile @@ -3,14 +3,14 @@ PORTNAME= libmsocket PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel net MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= rodrigo@FreeBSD.org COMMENT= Socket abstraction library for C programmers -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent OPTIONS_DEFINE= DEBUG diff --git a/devel/p5-Event-Lib/Makefile b/devel/p5-Event-Lib/Makefile index 735b1580d686..c0a4baddbe0e 100644 --- a/devel/p5-Event-Lib/Makefile +++ b/devel/p5-Event-Lib/Makefile @@ -3,7 +3,7 @@ PORTNAME= Event-Lib PORTVERSION= 1.03 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Makes libevent(3) accessible with Perl -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USES= perl5 USE_PERL5= configure diff --git a/devel/pecl-event/Makefile b/devel/pecl-event/Makefile index fadc7d9ec787..14b9f5ac584c 100644 --- a/devel/pecl-event/Makefile +++ b/devel/pecl-event/Makefile @@ -3,6 +3,7 @@ PORTNAME= event PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,7 +15,7 @@ COMMENT= Provides interface to libevent library LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USES= php:ext tar:tgz USE_OPENSSL= yes diff --git a/devel/pecl-libevent/Makefile b/devel/pecl-libevent/Makefile index e1a04e1a323e..be3e3835c63a 100644 --- a/devel/pecl-libevent/Makefile +++ b/devel/pecl-libevent/Makefile @@ -3,7 +3,7 @@ PORTNAME= libevent PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,7 +14,7 @@ COMMENT= Libevent extension for PHP LICENSE= PHP301 -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USES= php:ext tar:tgz diff --git a/devel/pinba_engine/Makefile b/devel/pinba_engine/Makefile index 551f62c41fd1..39be8eed5192 100644 --- a/devel/pinba_engine/Makefile +++ b/devel/pinba_engine/Makefile @@ -3,14 +3,14 @@ PORTNAME= pinba_engine PORTVERSION= 2011.08.18 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MAINTAINER= raven428@gmail.com COMMENT= Mysql-engine part of statistics server for PHP BUILD_DEPENDS= ${LOCALBASE}/include/google/protobuf/descriptor.h:devel/protobuf \ - ${LOCALBASE}/include/event.h:devel/libevent2 \ + ${LOCALBASE}/include/event.h:devel/libevent \ ${LOCALBASE}/include/Judy.h:devel/judy \ ${LOCALBASE}/lib/mysql/plugin:${_MYSQL_SERVER} \ ${NONEXISTENT}:${_MYSQL_SERVER}:configure \ diff --git a/devel/py-event/Makefile b/devel/py-event/Makefile index b498bec4bc7d..8fa9eef0add6 100644 --- a/devel/py-event/Makefile +++ b/devel/py-event/Makefile @@ -4,7 +4,7 @@ PORTNAME= event DISTVERSIONPREFIX= PYEVENT_ DISTVERSION= 0_3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Python bindings for libevent LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USE_GITHUB= yes GH_ACCOUNT= jaraco diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index 837de930f4f2..5940ee964f1e 100644 --- a/devel/thrift-cpp/Makefile +++ b/devel/thrift-cpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= devel PKGNAMESUFFIX= -cpp @@ -16,7 +16,7 @@ COMMENT= C++ interface to Thrift DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent USES= autoreconf pkgconfig gmake compiler:c++11-lang \ libtool pathfix ssl diff --git a/dns/adsuck/Makefile b/dns/adsuck/Makefile index 32683a9acd92..e30eaa2dbf44 100644 --- a/dns/adsuck/Makefile +++ b/dns/adsuck/Makefile @@ -3,7 +3,7 @@ PORTNAME= adsuck PORTVERSION= 2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MASTER_SITES= http://opensource.conformal.com/snapshots/adsuck/ \ http://philpep.org/pub/ @@ -14,7 +14,7 @@ COMMENT= DNS relay for ad blocking LICENSE= ISCL -LIB_DEPENDS+= libevent.so:devel/libevent2 \ +LIB_DEPENDS+= libevent.so:devel/libevent \ libldns.so:dns/ldns CFLAGS+= -I${LOCALBASE}/include diff --git a/dns/dnscrypt-wrapper/Makefile b/dns/dnscrypt-wrapper/Makefile index 08c5e6c27e21..a34bbb9a24ee 100644 --- a/dns/dnscrypt-wrapper/Makefile +++ b/dns/dnscrypt-wrapper/Makefile @@ -3,6 +3,7 @@ PORTNAME= dnscrypt-wrapper PORTVERSION= 0.2.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= freebsd@toyingwithfate.com @@ -12,7 +13,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsodium.so:security/libsodium \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent USE_GITHUB= yes GH_ACCOUNT= cofyc diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index a22f9286b63d..4bd55de35008 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -3,14 +3,14 @@ PORTNAME= dnsproxy PORTVERSION= 1.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://www.wolfermann.org/ MAINTAINER= ports@FreeBSD.org COMMENT= proxy for DNS queries -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent GNU_CONFIGURE= yes diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index 3d0352b1c4bd..b1cb7d906fb8 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -3,7 +3,7 @@ PORTNAME= getdns PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns ipv6 MASTER_SITES= https://getdnsapi.net/dist/ \ https://mirrors.rit.edu/zi/ \ @@ -44,7 +44,7 @@ LIBEV_LIB_DEPENDS= libev.so:devel/libev LIBEV_CONFIGURE_WITH= libev LIBUV_LIB_DEPENDS= libuv.so:devel/libuv LIBUV_CONFIGURE_WITH= libuv -LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2 +LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent LIBEVENT_CONFIGURE_WITH=libevent DIAGS_VARS= PLIST_FILES+=bin/${PORTNAME}_query DIAGS_LIB_DEPENDS= libcheck.so:devel/check diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index aa3891fbd684..bca2e19fb2a7 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -3,7 +3,7 @@ PORTNAME= nsd PORTVERSION= 4.1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -70,7 +70,7 @@ ZONE_STATS_DESC= Separate statistics for each zone MUNIN_PLUGIN_DESC= Install Munin plugin (requires BIND8_STATS) RADIXTREE_DESC= Enabled: more (15%) memory use but less CPU cycles -LIB_DEPENDS+= libevent.so:devel/libevent2 +LIB_DEPENDS+= libevent.so:devel/libevent ROOT_SERVER_CONFIGURE_ENABLE= root-server LARGEFILE_CONFIGURE_ENABLE= largefile diff --git a/dns/openmdns/Makefile b/dns/openmdns/Makefile index c8c9b29ebb7d..5c5c90132091 100644 --- a/dns/openmdns/Makefile +++ b/dns/openmdns/Makefile @@ -3,7 +3,7 @@ PORTNAME= openmdns DISTVERSION= 0.6-15 DISTVERSIONSUFFIX= -gd76ce05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= jbeich@FreeBSD.org @@ -37,10 +37,10 @@ GROUPS= _mdnsd OPTIONS_DEFINE= DOCS STATIC -STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent2 \ +STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent \ ${LOCALBASE}/lib/libopenbsd.a:devel/libopenbsd STATIC_MAKE_ENV= NO_SHARED=1 -STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent2 \ +STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent \ libopenbsd.so:devel/libopenbsd post-patch: diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 0bb4f88e092f..f0bbee203999 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -3,7 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -57,7 +57,7 @@ GOST_CONFIGURE_ENABLE= gost GOST_VARS= DEPENDS_ARGS+=WITH_GOST=yes LIBEVENT_CONFIGURE_WITH=libevent LIBEVENT_CPPFLAGS+= $$(pkg-config libevent --cflags-only-I) -LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2 +LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent LIBEVENT_LDFLAGS+= $$(pkg-config libevent --libs-only-L) LIBEVENT_USES= pkgconfig MUNIN_PLUGIN_SUB_FILES= pkg-message diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index eac85cbd8ced..c3a8053edef3 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -2,7 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix @@ -61,7 +61,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt JABBER_CONFIGURE_OFF= --jabber=0 LIBEVENT_CONFIGURE_ON= --events=libevent --libevent=${LOCALBASE} -LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2 +LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent LIBPURPLE_CONFIGURE_ON= --purple=1 LIBPURPLE_LIB_DEPENDS= libpurple.so:net-im/libpurple MSN_CONFIGURE_OFF= --msn=0 diff --git a/lang/io/Makefile b/lang/io/Makefile index 576cd94b6384..41b0957d47cc 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -3,7 +3,7 @@ PORTNAME= io PORTVERSION= 2015.11.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MAINTAINER= gahr@FreeBSD.org diff --git a/lang/io/Makefile.addons b/lang/io/Makefile.addons index e7f27399b71e..da921ad16c7f 100644 --- a/lang/io/Makefile.addons +++ b/lang/io/Makefile.addons @@ -99,7 +99,7 @@ Regex_LIB_DEPENDS= libpcre.so:devel/pcre SQLite3_USES= sqlite:3 SampleRateConverter_LIB_DEPENDS=\ libsamplerate.so:audio/libsamplerate -Socket_LIB_DEPENDS= libevent.so:devel/libevent2 +Socket_LIB_DEPENDS= libevent.so:devel/libevent TagLib_LIB_DEPENDS= libtag.so:audio/taglib Theora_LIB_DEPENDS= libtheora.so:multimedia/libtheora TokyoCabinet_LIB_DEPENDS= \ diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index c652c9a723a1..c2e92de5061e 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbmail PORTVERSION= 3.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://git.dbmail.eu/paul/dbmail/snapshot/ \ http://www.dbmail.org/download/3.2/ @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ libzdb.so:databases/libzdb \ libmhash.so:security/mhash \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xmlto:textproc/xmlto \ docbook-sgml>0:textproc/docbook-sgml diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile index d57dc262570c..621161806196 100644 --- a/mail/mailest/Makefile +++ b/mail/mailest/Makefile @@ -3,7 +3,7 @@ PORTNAME= mailest PORTVERSION= 0.9.22 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MAINTAINER= hrs@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE_COMB= multi LICENSE_FILE_${L}= ${WRKSRC}/LICENSE.${L} .endfor -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ libqdbm.so:databases/qdbm \ libestraier.so:textproc/hyperestraier RUN_DEPENDS= mewl:mail/mew diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index 225e77b40a57..0bebe059ff61 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -4,7 +4,7 @@ PORTNAME= opensmtpd PORTVERSION= 201606220754 DISTVERSIONSUFFIX= p1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ @@ -17,7 +17,7 @@ COMMENT= Security- and simplicity-focused SMTP server from OpenBSD LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent OPTIONS_DEFINE= CA_BUNDLE LIBASR MAILERCONF PAM SSL_PORT TABLE_DB diff --git a/mail/opensmtpd-extras-filter-clamav/Makefile b/mail/opensmtpd-extras-filter-clamav/Makefile index 1cd33cc9b3e1..aa7170012a26 100644 --- a/mail/opensmtpd-extras-filter-clamav/Makefile +++ b/mail/opensmtpd-extras-filter-clamav/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-clamav -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Check messages with ClamAV in OpenSMTPD diff --git a/mail/opensmtpd-extras-filter-dkim/Makefile b/mail/opensmtpd-extras-filter-dkim/Makefile index c702a2770ac9..c03c5fda8a26 100644 --- a/mail/opensmtpd-extras-filter-dkim/Makefile +++ b/mail/opensmtpd-extras-filter-dkim/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-dkim -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= DKIM-signing filter for OpenSMTPD diff --git a/mail/opensmtpd-extras-filter-dnsbl/Makefile b/mail/opensmtpd-extras-filter-dnsbl/Makefile index bc6b214077ff..501a5c780d59 100644 --- a/mail/opensmtpd-extras-filter-dnsbl/Makefile +++ b/mail/opensmtpd-extras-filter-dnsbl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-dnsbl -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= DNSBL-checking filter for OpenSMTPD diff --git a/mail/opensmtpd-extras-filter-lua/Makefile b/mail/opensmtpd-extras-filter-lua/Makefile index 8897b22daa37..ef7f7b6eadd8 100644 --- a/mail/opensmtpd-extras-filter-lua/Makefile +++ b/mail/opensmtpd-extras-filter-lua/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-lua -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= LUA-script filter support for OpenSMTPD diff --git a/mail/opensmtpd-extras-filter-monkey/Makefile b/mail/opensmtpd-extras-filter-monkey/Makefile index 29735075b565..7353d17162ca 100644 --- a/mail/opensmtpd-extras-filter-monkey/Makefile +++ b/mail/opensmtpd-extras-filter-monkey/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-monkey -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Arbitrary delay or reject filter for OpenSMTPD diff --git a/mail/opensmtpd-extras-filter-pause/Makefile b/mail/opensmtpd-extras-filter-pause/Makefile index 46fee1ab576e..427b01e45301 100644 --- a/mail/opensmtpd-extras-filter-pause/Makefile +++ b/mail/opensmtpd-extras-filter-pause/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-pause -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Pause incoming OpenSMTPD messages to reduce spam diff --git a/mail/opensmtpd-extras-filter-perl/Makefile b/mail/opensmtpd-extras-filter-perl/Makefile index 74593f4a09bd..6b1f5459a92c 100644 --- a/mail/opensmtpd-extras-filter-perl/Makefile +++ b/mail/opensmtpd-extras-filter-perl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-perl -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Perl-script filter support for OpenSMTPD diff --git a/mail/opensmtpd-extras-filter-python/Makefile b/mail/opensmtpd-extras-filter-python/Makefile index 68217a39c0e8..54a40f871046 100644 --- a/mail/opensmtpd-extras-filter-python/Makefile +++ b/mail/opensmtpd-extras-filter-python/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-python -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Python-script filter support for OpenSMTPD diff --git a/mail/opensmtpd-extras-filter-regex/Makefile b/mail/opensmtpd-extras-filter-regex/Makefile index 5fa37a98330c..ebd9a5dca0dd 100644 --- a/mail/opensmtpd-extras-filter-regex/Makefile +++ b/mail/opensmtpd-extras-filter-regex/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-regex -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Regular expression filter for OpenSMTPD diff --git a/mail/opensmtpd-extras-filter-spamassassin/Makefile b/mail/opensmtpd-extras-filter-spamassassin/Makefile index ccc6a17eae49..eb868440dbae 100644 --- a/mail/opensmtpd-extras-filter-spamassassin/Makefile +++ b/mail/opensmtpd-extras-filter-spamassassin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-spamassassin -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Spamassassin filter addon for OpenSMTPD diff --git a/mail/opensmtpd-extras-queue-python/Makefile b/mail/opensmtpd-extras-queue-python/Makefile index 16e4e6fa166e..70b66c6c3b21 100644 --- a/mail/opensmtpd-extras-queue-python/Makefile +++ b/mail/opensmtpd-extras-queue-python/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -queue-python -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Python queue support for OpenSMTPD diff --git a/mail/opensmtpd-extras-queue-ram/Makefile b/mail/opensmtpd-extras-queue-ram/Makefile index 0b83eb3de8b6..d7708172f253 100644 --- a/mail/opensmtpd-extras-queue-ram/Makefile +++ b/mail/opensmtpd-extras-queue-ram/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -queue-ram -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= RAM queue support for OpenSMTPD diff --git a/mail/opensmtpd-extras-scheduler-python/Makefile b/mail/opensmtpd-extras-scheduler-python/Makefile index b0b30c1bb675..64b6d5236e1e 100644 --- a/mail/opensmtpd-extras-scheduler-python/Makefile +++ b/mail/opensmtpd-extras-scheduler-python/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -scheduler-python -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Python scheduler support for OpenSMTPD diff --git a/mail/opensmtpd-extras-scheduler-ram/Makefile b/mail/opensmtpd-extras-scheduler-ram/Makefile index 363317efaaaa..85a2b211e095 100644 --- a/mail/opensmtpd-extras-scheduler-ram/Makefile +++ b/mail/opensmtpd-extras-scheduler-ram/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -scheduler-ram -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= RAM scheduler support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-ldap/Makefile b/mail/opensmtpd-extras-table-ldap/Makefile index 676a8bc6b735..59fba25e0c1a 100644 --- a/mail/opensmtpd-extras-table-ldap/Makefile +++ b/mail/opensmtpd-extras-table-ldap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-ldap -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= LDAP table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-mysql/Makefile b/mail/opensmtpd-extras-table-mysql/Makefile index 216729277cdb..3ca319828af4 100644 --- a/mail/opensmtpd-extras-table-mysql/Makefile +++ b/mail/opensmtpd-extras-table-mysql/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-mysql -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= MySQL table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-passwd/Makefile b/mail/opensmtpd-extras-table-passwd/Makefile index b22335e3978b..cb092f8ca791 100644 --- a/mail/opensmtpd-extras-table-passwd/Makefile +++ b/mail/opensmtpd-extras-table-passwd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-passwd -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= passwd(5) table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-postgresql/Makefile b/mail/opensmtpd-extras-table-postgresql/Makefile index 65759e254634..d034a1ae0535 100644 --- a/mail/opensmtpd-extras-table-postgresql/Makefile +++ b/mail/opensmtpd-extras-table-postgresql/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-postgresql -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= PostgreSQL table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-python/Makefile b/mail/opensmtpd-extras-table-python/Makefile index 6f90b6b5dadf..e70d0fab9ec6 100644 --- a/mail/opensmtpd-extras-table-python/Makefile +++ b/mail/opensmtpd-extras-table-python/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-python -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Python table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-redis/Makefile b/mail/opensmtpd-extras-table-redis/Makefile index a9a9993cff41..9ad179c07651 100644 --- a/mail/opensmtpd-extras-table-redis/Makefile +++ b/mail/opensmtpd-extras-table-redis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-redis -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Redis table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-socketmap/Makefile b/mail/opensmtpd-extras-table-socketmap/Makefile index 906d9cca3728..2232eb30077f 100644 --- a/mail/opensmtpd-extras-table-socketmap/Makefile +++ b/mail/opensmtpd-extras-table-socketmap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-socketmap -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Socketmap table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-table-sqlite/Makefile b/mail/opensmtpd-extras-table-sqlite/Makefile index 698f5d3e60c9..e52930d0d15b 100644 --- a/mail/opensmtpd-extras-table-sqlite/Makefile +++ b/mail/opensmtpd-extras-table-sqlite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-sqlite -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= SQLite table support for OpenSMTPD diff --git a/mail/opensmtpd-extras-tool-stats/Makefile b/mail/opensmtpd-extras-tool-stats/Makefile index 5dbfbc20a401..abf27229bc3a 100644 --- a/mail/opensmtpd-extras-tool-stats/Makefile +++ b/mail/opensmtpd-extras-tool-stats/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -tool-stats -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Statistics tool for OpenSMTPD diff --git a/mail/opensmtpd-extras/Makefile b/mail/opensmtpd-extras/Makefile index e4a2f4b4405f..9385d0bbac76 100644 --- a/mail/opensmtpd-extras/Makefile +++ b/mail/opensmtpd-extras/Makefile @@ -3,7 +3,7 @@ PORTNAME= opensmtpd-extras PORTVERSION= 201606230001 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= mail MASTER_SITES= http://www.opensmtpd.org/archives/ @@ -15,7 +15,7 @@ COMMENT?= Addons for OpenSMTPD LICENSE?= ISCL -LIB_DEPENDS+= libevent.so:devel/libevent2 +LIB_DEPENDS+= libevent.so:devel/libevent USES+= autoreconf ssl libtool GNU_CONFIGURE= yes diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index cf0e20380d4b..f69179783c76 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -4,7 +4,7 @@ PORTNAME= opensmtpd PORTVERSION= 5.9.2p1 PORTEPOCH= 1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ @@ -15,7 +15,7 @@ COMMENT= Security- and simplicity-focused SMTP server from OpenBSD LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent OPTIONS_DEFINE= CA_BUNDLE LIBASRDEVEL MAILERCONF PAM SSL_PORT TABLE_DB diff --git a/mail/rspamd-devel/Makefile b/mail/rspamd-devel/Makefile index 2fccd951b159..1520a95ac69b 100644 --- a/mail/rspamd-devel/Makefile +++ b/mail/rspamd-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= rspamd PORTVERSION= 1.5.0.a3.20170120 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libluajit-5.1.so:lang/luajit \ libfann.so:math/fann BUILD_DEPENDS= ragel:devel/ragel diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 138a23f66509..03893e96e028 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -2,6 +2,7 @@ PORTNAME= rspamd PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ @@ -12,7 +13,7 @@ LICENSE= APACHE20 LIB_DEPENDS= libpcre.so:devel/pcre \ libgmime-2.6.so:mail/gmime26 \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libluajit-5.1.so:lang/luajit \ libfann.so:math/fann BUILD_DEPENDS= ragel:devel/ragel diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 2558153a8a38..90df722759b9 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -15,7 +15,7 @@ COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.12:devel/nspr \ nss>=3.21.1:security/nss \ - libevent2>=2.0.21_2:devel/libevent2 \ + libevent>=2.0.21_2:devel/libevent \ soundtouch>=1.9.0:audio/soundtouch \ harfbuzz>=1.1.0:print/harfbuzz \ graphite2>=1.3.7:graphics/graphite2 \ diff --git a/net-im/telegram/Makefile b/net-im/telegram/Makefile index e912fd890d53..b30a37c5c66e 100644 --- a/net-im/telegram/Makefile +++ b/net-im/telegram/Makefile @@ -3,7 +3,7 @@ PORTNAME= telegram PORTVERSION= 1.4.1.g20161227 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libconfig.so:devel/libconfig \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libjansson.so:devel/jansson BROKEN_mips= Missing header diff --git a/net-mgmt/ccnet-client/Makefile b/net-mgmt/ccnet-client/Makefile index 85c65c426608..4efd4b60ec20 100644 --- a/net-mgmt/ccnet-client/Makefile +++ b/net-mgmt/ccnet-client/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccnet-client PORTVERSION= 6.0.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt devel MAINTAINER= ultima1252@gmail.com @@ -17,7 +17,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libsqlite3.so:databases/sqlite3 \ libzdb.so:databases/libzdb \ libuuid.so:misc/e2fsprogs-libuuid \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libjansson.so:devel/jansson CONFLICTS= ccnet-server-[0-9]* diff --git a/net-mgmt/ccnet-server/Makefile b/net-mgmt/ccnet-server/Makefile index 4c798f74c751..60cde5b76356 100644 --- a/net-mgmt/ccnet-server/Makefile +++ b/net-mgmt/ccnet-server/Makefile @@ -4,6 +4,7 @@ PORTNAME= ccnet-server PORTVERSION= 6.0.8 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server +PORTREVISION= 1 CATEGORIES= net-mgmt devel MAINTAINER= ultima1252@gmail.com @@ -17,7 +18,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libsqlite3.so:databases/sqlite3 \ libzdb.so:databases/libzdb \ libuuid.so:misc/e2fsprogs-libuuid \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libjansson.so:devel/jansson CONFLICT= ccnet-[0-9]* diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile index e9de89f84629..1650d5875323 100644 --- a/net-mgmt/lldpd/Makefile +++ b/net-mgmt/lldpd/Makefile @@ -3,7 +3,7 @@ PORTNAME= lldpd PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ \ http://mirror.1labs.ch/${PORTNAME}/ @@ -13,7 +13,7 @@ COMMENT= LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent LICENSE= ISCL -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USES= libtool USE_LDCONFIG= yes diff --git a/net-mgmt/seafile-client/Makefile b/net-mgmt/seafile-client/Makefile index ba8a0c56ce0e..a511a35d65f4 100644 --- a/net-mgmt/seafile-client/Makefile +++ b/net-mgmt/seafile-client/Makefile @@ -3,6 +3,7 @@ PORTNAME= seafile-client PORTVERSION= 6.0.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ultima1252@gmail.com @@ -18,7 +19,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libcurl.so:ftp/curl \ libinotify.so:devel/libinotify \ libccnet.so:net-mgmt/ccnet-client \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid \ libjansson.so:devel/jansson RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ diff --git a/net-mgmt/seafile-gui/Makefile b/net-mgmt/seafile-gui/Makefile index ac1cf98b67a7..d1fffbc5b6f9 100644 --- a/net-mgmt/seafile-gui/Makefile +++ b/net-mgmt/seafile-gui/Makefile @@ -3,6 +3,7 @@ PORTNAME= seafile-gui PORTVERSION= 6.0.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt devel MAINTAINER= ultima1252@gmail.com @@ -16,7 +17,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libsqlite3.so:databases/sqlite3 \ libccnet.so:net-mgmt/ccnet-client \ libjansson.so:devel/jansson \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid USE_GITHUB= yes diff --git a/net-mgmt/seafile-server/Makefile b/net-mgmt/seafile-server/Makefile index 8a98061eca2d..aa983c8e21a8 100644 --- a/net-mgmt/seafile-server/Makefile +++ b/net-mgmt/seafile-server/Makefile @@ -4,7 +4,7 @@ PORTNAME= seafile-server PORTVERSION= 6.0.7 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= ultima1252@gmail.com @@ -20,7 +20,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libcurl.so:ftp/curl \ libinotify.so:devel/libinotify \ libccnet.so:net-mgmt/ccnet-server \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid \ libjansson.so:devel/jansson RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index 7b7cb2a6bccb..d37ff9c5c1ca 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile index ad9618baffdd..0ab2c8a863aa 100644 --- a/net-p2p/bitcoin-utils/Makefile +++ b/net-p2p/bitcoin-utils/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index ee9ddbd8dc89..ec363cc51c54 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= bitcoin PORTVERSION= 0.12.1 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com @@ -13,7 +13,7 @@ COMMENT?= Virtual Peer-to-Peer Currency Client (QT) LICENSE= MIT LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent USES= autoreconf compiler:c++0x gmake libtool pkgconfig shebangfix ssl SHEBANG_FILES= src/test/*.py diff --git a/net-p2p/libswift/Makefile b/net-p2p/libswift/Makefile index f5cfd30d2566..b7dfe7f805e4 100644 --- a/net-p2p/libswift/Makefile +++ b/net-p2p/libswift/Makefile @@ -3,7 +3,7 @@ PORTNAME= libswift PORTVERSION= 20160817 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= dch@skunkwerks.at @@ -11,7 +11,7 @@ COMMENT= IETF Peer-to-Peer Streaming Peer Protocol implementation LICENSE= LGPL21 -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USE_GITHUB= yes GH_TAGNAME= dda307f diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index e2cf37dc4f9a..13534a2775b1 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -2,7 +2,7 @@ PORTNAME= transmission PORTVERSION= 2.92 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= net-p2p MASTER_SITES= https://github.com/transmission/transmission-releases/raw/master/ \ http://transmission.cachefly.net/ @@ -37,7 +37,7 @@ GEN_LIB_DEPENDS=libb64.so:converters/libb64 \ libminiupnpc.so:net/miniupnpc \ libnatpmp.so:net/libnatpmp \ libutp.so:net/libutp \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:www/transmission-web # This is master port of transmission-*, so don't override USES definition diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index d76f6815d2d2..1973e2ef9aeb 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -daemon MAINTAINER= crees@FreeBSD.org diff --git a/net-p2p/transmission-gtk/Makefile b/net-p2p/transmission-gtk/Makefile index 13d5ef0fe5d7..5325218aa901 100644 --- a/net-p2p/transmission-gtk/Makefile +++ b/net-p2p/transmission-gtk/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -gtk MAINTAINER= crees@FreeBSD.org diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile index 2953e1914763..b171884e4123 100644 --- a/net-p2p/transmission-qt4/Makefile +++ b/net-p2p/transmission-qt4/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -qt4 MAINTAINER= crees@FreeBSD.org diff --git a/net-p2p/unworkable/Makefile b/net-p2p/unworkable/Makefile index 1defc57b5422..6f757941ea59 100644 --- a/net-p2p/unworkable/Makefile +++ b/net-p2p/unworkable/Makefile @@ -3,7 +3,7 @@ PORTNAME= unworkable PORTVERSION= 0.53 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE @@ -14,7 +14,7 @@ LICENSE= MIT BROKEN= Unfetchable (google code has gone away) -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USES= scons USE_OPENSSL= yes diff --git a/net/aprsc/Makefile b/net/aprsc/Makefile index 9fce28d8cd34..2d132b72b07c 100644 --- a/net/aprsc/Makefile +++ b/net/aprsc/Makefile @@ -3,7 +3,7 @@ PORTNAME= aprsc PORTVERSION= 2.1.4 DISTVERSIONSUFFIX= .g408ed49 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net hamradio MASTER_SITES= http://he.fi/aprsc/down/ \ LOCAL/db @@ -14,7 +14,7 @@ COMMENT= Plain APRS-IS server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent MAKEFILE= GNUmakefile diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 506f046ce879..248a693bef0a 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -3,7 +3,7 @@ PORTNAME= honeyd PORTVERSION= 1.5c -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MASTER_SITES= http://www.honeyd.org/uploads/ \ http://www.citi.umich.edu/u/provos/honeyd/ @@ -14,7 +14,7 @@ COMMENT= Simulate virtual network hosts (honeypots) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ libdnet.so:net/libdnet \ libpcre.so:devel/pcre diff --git a/net/ifstated/Makefile b/net/ifstated/Makefile index eee9ee9d2973..448624fbaa33 100644 --- a/net/ifstated/Makefile +++ b/net/ifstated/Makefile @@ -3,7 +3,7 @@ PORTNAME= ifstated PORTVERSION= 5.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= net MASTER_SITES= http://christianserving.org/ports/net/ifstated/ @@ -11,7 +11,7 @@ MASTER_SITES= http://christianserving.org/ports/net/ifstated/ MAINTAINER= ports@christianserving.org COMMENT= Interface state daemon -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent PLIST_FILES= etc/ifstated.conf-sample \ sbin/ifstated \ diff --git a/net/ladvd/Makefile b/net/ladvd/Makefile index 94330e566b39..7024fd33458f 100644 --- a/net/ladvd/Makefile +++ b/net/ladvd/Makefile @@ -4,7 +4,7 @@ PORTNAME= ladvd PORTVERSION= 1.1.0 DISTVERSIONPREFIX=v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= sten@blinkenlights.nl @@ -13,7 +13,7 @@ COMMENT= Minimal LLDP/CDP/EDP/FDP/NDP sender daemon LICENSE= MIT LICENSE_FILE= ${WRKSRC}/doc/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USERS= ladvd GROUPS= ${USERS} diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index b89398d67d40..61361728bfe9 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -3,7 +3,7 @@ PORTNAME= netatalk PORTVERSION= 3.1.10 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF @@ -15,7 +15,7 @@ COMMENT= File server for Mac OS X LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent USES= bdb:5+ gettext gmake iconv libtool perl5 pkgconfig ssl tar:bzip2 GNU_CONFIGURE= yes diff --git a/net/ntop/Makefile b/net/ntop/Makefile index ad71be05b147..968c6ee37123 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntop PORTVERSION= 5.0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable @@ -14,7 +14,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgdbm.so:databases/gdbm \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent BUILD_DEPENDS= rrdtool12>=1.2:databases/rrdtool12 \ dot:graphics/graphviz \ geoiplookup:net/GeoIP diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 8db1e5738773..c6bda2745e5a 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.3.93 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-dev-${PORTVERSION:S/P/p/:S/r/-RC/:S/b/-beta/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ libmd5.so:www/libwww CONFLICTS= ntp-[0-9].* diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 6de47594e22e..23fc6ce99b25 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.2.8p9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ @@ -14,7 +14,7 @@ MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution BUILD_DEPENDS= autogen:devel/autogen -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ libmd5.so:www/libwww CONFLICTS= ntp-devel-* diff --git a/net/nylon/Makefile b/net/nylon/Makefile index 6ed551001e9c..b9e24c068572 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -3,14 +3,14 @@ PORTNAME= nylon PORTVERSION= 1.21 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/nylon/ MAINTAINER= ports@FreeBSD.org COMMENT= Unix SOCKS 4 and 5 proxy server -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USE_RC_SUBR= nylon diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile index 2292bc4aa86f..36f6932cea92 100644 --- a/net/openmpi2/Makefile +++ b/net/openmpi2/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmpi PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 2 @@ -12,7 +12,7 @@ COMMENT= High Performance Message Passing Library LIB_DEPENDS= libhwloc.so:devel/hwloc \ libltdl.so:devel/libltdl \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libmunge.so:security/munge HAS_CONFIGURE= yes diff --git a/net/scribe/Makefile b/net/scribe/Makefile index 1004051db023..10d45157f741 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribe DISTVERSION= 2.2.2013.04.15 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= ports@FreeBSD.org @@ -16,7 +16,7 @@ BROKEN_powerpc64= Does not build BUILD_DEPENDS= fb303>0:devel/fb303 \ thrift:devel/thrift LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libthrift.so:devel/thrift-cpp RUN_DEPENDS= p5-Class-Accessor>0:devel/p5-Class-Accessor \ p5-Thrift>0:devel/p5-Thrift \ diff --git a/net/trickle/Makefile b/net/trickle/Makefile index f13148c56341..da82c45e430f 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -3,7 +3,7 @@ PORTNAME= trickle PORTVERSION= 1.07 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/trickle/ @@ -13,7 +13,7 @@ COMMENT= Lightweight, portable bandwidth shaper LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USES= libtool localbase GNU_CONFIGURE= yes diff --git a/net/turnserver/Makefile b/net/turnserver/Makefile index 23364c3acbe7..6d0617d54dbc 100644 --- a/net/turnserver/Makefile +++ b/net/turnserver/Makefile @@ -2,7 +2,7 @@ PORTNAME= turnserver PORTVERSION= 4.5.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://turnserver.open-sys.org/downloads/v${PORTVERSION}/:prog \ http://turnserver.open-sys.org/downloads/extradocs/:xdocs \ @@ -18,9 +18,7 @@ COMMENT= STUN/TURN Server; IPv6, DTLS support; RFCs 5389, 5766, 6062, 6156 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 - -CONFLICTS= libevent-1.* +LIB_DEPENDS= libevent.so:devel/libevent USES= gettext-runtime perl5 shebangfix ssl SHEBANG_FILES= examples/scripts/restapi/shared_secret_maintainer.pl diff --git a/security/certificate-transparency/Makefile b/security/certificate-transparency/Makefile index 827b058532ed..7193b20e4ae0 100644 --- a/security/certificate-transparency/Makefile +++ b/security/certificate-transparency/Makefile @@ -3,7 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MAINTAINER= ports@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Open framework for monitoring and auditing SSL certificates LICENSE= APACHE20 -LIB_DEPENDS?= libevent.so:devel/libevent2 \ +LIB_DEPENDS?= libevent.so:devel/libevent \ libevhtp.so:www/libevhtp \ libgtest.so:devel/googletest \ libgflags.so:devel/gflags \ diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 6fdf94fd76ff..3d0a4a3ccab1 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -3,7 +3,7 @@ PORTNAME= fragroute PORTVERSION= 1.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ PACKETSTORM/UNIX/security @@ -14,7 +14,7 @@ COMMENT= Tool for intercepting, modifying, and rewriting egress traffic LICENSE= BSD3CLAUSE LIB_DEPENDS= libdnet.so:net/libdnet \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ diff --git a/security/obfsclient/Makefile b/security/obfsclient/Makefile index 10331cb783ef..9f3e80797f01 100644 --- a/security/obfsclient/Makefile +++ b/security/obfsclient/Makefile @@ -4,7 +4,7 @@ PORTNAME= obfsclient PORTVERSION= 0.0.2 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= ports@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liballium-1.0.so:devel/liballium \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent USE_GITHUB= yes GH_ACCOUNT= Yawning diff --git a/security/openiked/Makefile b/security/openiked/Makefile index f1ecefb682f9..3a322305c8ef 100644 --- a/security/openiked/Makefile +++ b/security/openiked/Makefile @@ -2,7 +2,7 @@ PORTNAME= openiked PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net ipv6 MAINTAINER= marcel@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= IKEv2 daemon LICENSE= ISCL -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USE_GITHUB= yes GH_ACCOUNT= xcllnt diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index b96c3aee3d54..1be703da9ba2 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -3,7 +3,7 @@ PORTNAME= scanssh PORTVERSION= 2.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Scans networks for open proxies, SSH, web, and SMTP servers LIB_DEPENDS= libdnet.so:net/libdnet \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent GNU_CONFIGURE= YES PLIST_FILES= bin/scanssh man/man1/scanssh.1.gz diff --git a/security/spybye/Makefile b/security/spybye/Makefile index adbb630181c3..1d495a8cbcd9 100644 --- a/security/spybye/Makefile +++ b/security/spybye/Makefile @@ -3,7 +3,7 @@ PORTNAME= spybye PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security www MASTER_SITES= http://www.monkey.org/~provos/ @@ -12,7 +12,7 @@ COMMENT= Web proxy to detect malware LICENSE= GPLv2 -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent OPTIONS_DEFINE= CLAMAV CLAMAV_DESC= Enable CLAMAV support diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile index f7654ac2b0fa..8591f766d910 100644 --- a/security/sslsplit/Makefile +++ b/security/sslsplit/Makefile @@ -3,14 +3,14 @@ PORTNAME= sslsplit PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/ MAINTAINER= swills@FreeBSD.org COMMENT= Transparent and scalable SSL/TLS interception -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USES= gmake pkgconfig tar:bzip2 uidfix MAKEFILE= GNUmakefile diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index de979d1b0d15..67dc2435c8bf 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -3,7 +3,7 @@ PORTNAME= stegdetect PORTVERSION= 0.6 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security MASTER_SITES= http://www.sourcefiles.org/Graphics/Tools/Miscellaneous/ @@ -15,7 +15,7 @@ OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes -X11_LIB_DEPENDS= libevent.so:devel/libevent2 +X11_LIB_DEPENDS= libevent.so:devel/libevent X11_USE= GNOME=gtk12 XORG=x11,xext,xi X11_CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}" diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 35d421f7e8b9..c45a1ce55726 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= tor DISTVERSION= 0.3.0.2-alpha -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel @@ -62,13 +62,13 @@ CONFIGURE_ARGS+= --disable-gcc-hardening .endif .if ${PORT_OPTIONS:MSTATIC_TOR} -BUILD_DEPENDS += ${LOCALBASE}/lib/libevent.a:devel/libevent2 +BUILD_DEPENDS += ${LOCALBASE}/lib/libevent.a:devel/libevent CONFIGURE_ARGS+= --enable-static-tor \ --with-zlib-dir=/usr/lib --disable-linker-hardening TOR_LIBEVENT_LIBS= ${LOCALBASE}/lib/libevent.a .else CONFIGURE_ARGS+= --enable-linker-hardening -LIB_DEPENDS+= libevent.so:devel/libevent2 +LIB_DEPENDS+= libevent.so:devel/libevent TOR_LIBEVENT_LIBS= -levent .endif diff --git a/security/tor/Makefile b/security/tor/Makefile index 6dba6c298d6e..bd51645d73dc 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -3,7 +3,7 @@ PORTNAME= tor PORTVERSION= 0.2.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net ipv6 MASTER_SITES= TOR @@ -57,13 +57,13 @@ CONFIGURE_ARGS+= --disable-gcc-hardening .endif .if ${PORT_OPTIONS:MSTATIC_TOR} -BUILD_DEPENDS += ${LOCALBASE}/lib/libevent.a:devel/libevent2 +BUILD_DEPENDS += ${LOCALBASE}/lib/libevent.a:devel/libevent CONFIGURE_ARGS+= --enable-static-tor \ --with-zlib-dir=/usr/lib --disable-linker-hardening TOR_LIBEVENT_LIBS= ${LOCALBASE}/lib/libevent.a .else CONFIGURE_ARGS+= --enable-linker-hardening -LIB_DEPENDS+= libevent.so:devel/libevent2 +LIB_DEPENDS+= libevent.so:devel/libevent TOR_LIBEVENT_LIBS= -levent .endif diff --git a/sysutils/grok/Makefile b/sysutils/grok/Makefile index f811de0ede52..aa3b967754ae 100644 --- a/sysutils/grok/Makefile +++ b/sysutils/grok/Makefile @@ -2,7 +2,7 @@ PORTNAME= grok PORTVERSION= 1.20110708.1 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE @@ -16,7 +16,7 @@ OPTIONS_DEFINE= DOCS BUILD_DEPENDS= gperf>=3.0.3:devel/gperf LIB_DEPENDS= libpcre.so:devel/pcre \ - libevent.so:devel/libevent2 \ + libevent.so:devel/libevent \ libtokyocabinet.so:databases/tokyocabinet RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/sysutils/ori/Makefile b/sysutils/ori/Makefile index 42d678a956bf..a26682c0b3ca 100644 --- a/sysutils/ori/Makefile +++ b/sysutils/ori/Makefile @@ -3,14 +3,14 @@ PORTNAME= ori PORTVERSION= 0.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils net MASTER_SITES= http://cdn.bitbucket.org/orifs/ori/downloads/ MAINTAINER= mashti@cs.stanford.edu COMMENT= Ori distributed file system -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ libboost_date_time.so:devel/boost-libs USES= execinfo fuse pkgconfig scons ssl tar:xz diff --git a/sysutils/tlsdate/Makefile b/sysutils/tlsdate/Makefile index b81e7dbc1409..6bc520c70cda 100644 --- a/sysutils/tlsdate/Makefile +++ b/sysutils/tlsdate/Makefile @@ -3,7 +3,7 @@ PORTNAME= tlsdate PORTVERSION= 0.0.13 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Secure parasitic rdate replacement LICENSE= BSD3CLAUSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent OPTIONS_DEFINE= DOCS diff --git a/sysutils/tmate-slave/Makefile b/sysutils/tmate-slave/Makefile index c05a62168f02..a8c7cd98b75c 100644 --- a/sysutils/tmate-slave/Makefile +++ b/sysutils/tmate-slave/Makefile @@ -2,13 +2,13 @@ PORTNAME= tmate-slave PORTVERSION= 0.0.0.2016051901 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Instant terminal sharing server -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack \ libssh_threads.so:security/libssh diff --git a/sysutils/tmate/Makefile b/sysutils/tmate/Makefile index a90614662d9b..ecb330f3d888 100644 --- a/sysutils/tmate/Makefile +++ b/sysutils/tmate/Makefile @@ -2,13 +2,13 @@ PORTNAME= tmate PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Instant terminal sharing -LIB_DEPENDS= libevent.so:devel/libevent2 \ +LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack \ libssh_threads.so:security/libssh diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index 66f7b62dae6e..51373fd91d7b 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -3,7 +3,7 @@ PORTNAME= tmux PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -36,8 +36,8 @@ BACKSPACE_DESC= Build with tty/keys patch BACKSPACE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tty-keys.c -LIBEVENT_STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent2 -LIBEVENT_STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent2 +LIBEVENT_STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent +LIBEVENT_STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent LIBEVENT_STATIC_VARS= LESTATIC=${LOCALBASE}/lib/libevent.a post-patch: diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index a61f6206519d..7defb11f212a 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -2,7 +2,7 @@ PORTNAME= groonga PORTVERSION= 6.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -38,7 +38,7 @@ MECAB_DESC= Morphological analysis support via MeCab MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab MECAB_CONFIGURE_OFF= --without-mecab SUGGEST_DESC= Suggestions support -SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent2 \ +SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack \ libzmq.so:net/libzmq2 SUGGEST_CONFIGURE_ON= --with-libevent=${LOCALBASE} \ diff --git a/www/crawl/Makefile b/www/crawl/Makefile index facf5280d8d7..55afa60e8173 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -3,7 +3,7 @@ PORTNAME= crawl PORTVERSION= 0.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ @@ -12,7 +12,7 @@ COMMENT= Small, efficient web crawler with advanced features LICENSE= BSD4CLAUSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USES= bdb pkgconfig diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index ce29124e220f..50e3ae314b6f 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.7.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ @@ -16,7 +16,7 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.12:devel/nspr \ nss>=3.21.3:security/nss \ - libevent2>=2.0.21_2:devel/libevent2 \ + libevent>=2.0.21_2:devel/libevent \ soundtouch>=1.9.0:audio/soundtouch \ harfbuzz>=1.1.0:print/harfbuzz \ graphite2>=1.3.6:graphics/graphite2 \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 3321fedb8ec6..52042e2be8e7 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 51.0.1 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -15,7 +15,7 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ nss>=3.28.1:security/nss \ - libevent2>=2.0.21_2:devel/libevent2 \ + libevent>=2.0.21_2:devel/libevent \ harfbuzz>=1.3.3:print/harfbuzz \ graphite2>=1.3.8:graphics/graphite2 \ png>=1.6.25:graphics/png \ diff --git a/www/httpsqs/Makefile b/www/httpsqs/Makefile index 2d972e6fa734..d85da7ce6710 100644 --- a/www/httpsqs/Makefile +++ b/www/httpsqs/Makefile @@ -3,7 +3,7 @@ PORTNAME= httpsqs PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel MASTER_SITES= GOOGLE_CODE @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE BROKEN= Unfetchable (google code has gone away) LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent USES= pkgconfig diff --git a/www/libevhtp/Makefile b/www/libevhtp/Makefile index 05308f3e53b2..730b24d31dcf 100644 --- a/www/libevhtp/Makefile +++ b/www/libevhtp/Makefile @@ -2,7 +2,7 @@ PORTNAME= libevhtp PORTVERSION= 1.2.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= ultima1252@gmail.com @@ -11,7 +11,7 @@ COMMENT= Flexible replacement for libevent httpd API LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent USE_GITHUB= yes GH_ACCOUNT= ellzey diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 44ade39b6bbd..8213bc9ae2e8 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source @@ -14,7 +14,7 @@ COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps BUILD_DEPENDS= nspr>=4.12:devel/nspr \ nss>=3.21.3:security/nss \ - libevent2>=2.0.21_2:devel/libevent2 \ + libevent>=2.0.21_2:devel/libevent \ soundtouch>=1.9.0:audio/soundtouch \ harfbuzz>=1.1.0:print/harfbuzz \ graphite2>=1.3.6:graphics/graphite2 \ diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile index d899022eafe0..1033f9deb919 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -2,6 +2,7 @@ PORTNAME= mohawk PORTVERSION= 2.0.19 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://fossil.bsdsx.fr/mohawk/tarball/ \ http://fossil.etoilebsd.net/mohawk/tarball/ @@ -12,7 +13,7 @@ COMMENT= Simple and lightweight HTTP daemon LICENSE= BSD2CLAUSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent PLIST_FILES+= bin/mhtpasswd \ man/man5/mohawk.conf.5.gz \ diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index d5dcd8fa12ab..d951f9763a04 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -4,7 +4,7 @@ PORTNAME= nghttp2 PORTVERSION= 1.19.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org @@ -52,8 +52,8 @@ ASIO_CONFIGURE_OFF= --with-boost=no ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:devel/boost-libs EXAMPLES_CONFIGURE_ENABLE= examples -EXAMPLES_BUILD_DEPENDS= libevent2>=2.0.8:devel/libevent2 -EXAMPLES_LIB_DEPENDS= libevent_openssl.so:devel/libevent2 +EXAMPLES_BUILD_DEPENDS= libevent>=2.0.8:devel/libevent +EXAMPLES_LIB_DEPENDS= libevent_openssl.so:devel/libevent HPACK_BUILD_DEPENDS= jansson>=2.5:devel/jansson HPACK_CONFIGURE_ENABLE= hpack-tools HPACK_LIB_DEPENDS= libjansson.so:devel/jansson diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index 5276b183d1be..2bee52154166 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -3,7 +3,7 @@ PORTNAME= http PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2 \ RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2 \ ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2 LIB_DEPENDS= libcurl.so:ftp/curl \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent IGNORE_WITH_PHP= 56 USES= php:ext tar:tgz diff --git a/www/pecl-http2/Makefile b/www/pecl-http2/Makefile index 169116c56072..a24fe8076e95 100644 --- a/www/pecl-http2/Makefile +++ b/www/pecl-http2/Makefile @@ -3,7 +3,7 @@ PORTNAME= http PORTVERSION= 2.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \ RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \ ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro LIB_DEPENDS= libcurl.so:ftp/curl \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent IGNORE_WITH_PHP=70 USES= php:ext tar:tgz diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 0adc5deef148..9fdabaa6dd4a 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.46 MOZILLA_VER= 49 # above + 3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build9/source @@ -16,7 +16,7 @@ COMMENT= The open source, standards compliant web browser BUILD_DEPENDS= nspr>=4.12:devel/nspr \ nss>=3.25:security/nss \ - libevent2>=2.0.21_2:devel/libevent2 \ + libevent>=2.0.21_2:devel/libevent \ harfbuzz>=1.2.6:print/harfbuzz \ graphite2>=1.3.8:graphics/graphite2 \ png>=1.6.21:graphics/png \ diff --git a/www/slowcgi/Makefile b/www/slowcgi/Makefile index 5a8e830a7fa6..383b68152af8 100644 --- a/www/slowcgi/Makefile +++ b/www/slowcgi/Makefile @@ -2,7 +2,7 @@ PORTNAME= slowcgi PORTVERSION= 6.0.20161031 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= koue@chaosophia.net @@ -10,7 +10,7 @@ COMMENT= FastCGI interface for old CGI programs LICENSE= BSD3CLAUSE -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent WRKSRC_SUBDIR= src/usr.sbin/${GH_PROJECT} diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile index 6a078b179a8f..3d37ac8e56f6 100644 --- a/www/spdylay/Makefile +++ b/www/spdylay/Makefile @@ -3,7 +3,7 @@ PORTNAME= spdylay PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet @@ -14,8 +14,8 @@ COMMENT= SPDY protocol version 2, 3 and 3.1 implementation in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= libevent2>=2.0.8:devel/libevent2 -LIB_DEPENDS= libevent_openssl.so:devel/libevent2 +BUILD_DEPENDS= libevent>=2.0.8:devel/libevent +LIB_DEPENDS= libevent_openssl.so:devel/libevent BROKEN_powerpc64= does not build BROKEN_sparc64= does not build: fails to link |