diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-20 10:57:04 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-20 10:57:04 +0800 |
commit | 37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /net | |
parent | 3dcb47fa66f80920ebd69fe143bd3c3db57d31f0 (diff) | |
download | freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.tar.gz freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.tar.zst freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.zip |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/aprsc/Makefile | 4 | ||||
-rw-r--r-- | net/honeyd/Makefile | 4 | ||||
-rw-r--r-- | net/ifstated/Makefile | 4 | ||||
-rw-r--r-- | net/ladvd/Makefile | 4 | ||||
-rw-r--r-- | net/netatalk3/Makefile | 4 | ||||
-rw-r--r-- | net/ntop/Makefile | 4 | ||||
-rw-r--r-- | net/ntp-devel/Makefile | 4 | ||||
-rw-r--r-- | net/ntp/Makefile | 4 | ||||
-rw-r--r-- | net/nylon/Makefile | 4 | ||||
-rw-r--r-- | net/openmpi2/Makefile | 4 | ||||
-rw-r--r-- | net/scribe/Makefile | 4 | ||||
-rw-r--r-- | net/trickle/Makefile | 4 | ||||
-rw-r--r-- | net/turnserver/Makefile | 6 |
13 files changed, 26 insertions, 28 deletions
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 |