diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
commit | b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /net | |
parent | ad444725e12107f98ef3a17901a6c968e5f165f6 (diff) | |
download | ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.tar.gz ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/desktop-data-model/Makefile | 4 | ||||
-rw-r--r-- | net/gnome-mud/Makefile | 4 | ||||
-rw-r--r-- | net/gnu-dico/Makefile | 3 | ||||
-rw-r--r-- | net/haproxy-devel/Makefile | 1 | ||||
-rw-r--r-- | net/haproxy/Makefile | 2 | ||||
-rw-r--r-- | net/morebalance/Makefile | 4 | ||||
-rw-r--r-- | net/nepenthes/Makefile | 4 | ||||
-rw-r--r-- | net/shmux/Makefile | 4 | ||||
-rw-r--r-- | net/tintin++/Makefile | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 1 | ||||
-rw-r--r-- | net/x2goclient/Makefile | 1 |
11 files changed, 17 insertions, 13 deletions
diff --git a/net/desktop-data-model/Makefile b/net/desktop-data-model/Makefile index d749b729d88a..a927c3d21134 100644 --- a/net/desktop-data-model/Makefile +++ b/net/desktop-data-model/Makefile @@ -7,7 +7,7 @@ PORTNAME= desktop-data-model PORTVERSION= 1.2.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MASTER_SITES= GNOME @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpcre.pc:${PORTSDIR}/devel/pcre ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \ ${LOCALBASE}/libdata/pkgconfig/sqlite3.pc:${PORTSDIR}/databases/sqlite3 \ ${LOCALBASE}/libdata/pkgconfig/loudmouth-1.0.pc:${PORTSDIR}/net-im/loudmouth -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ dbus-1.3:${PORTSDIR}/devel/dbus \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile index 4ea6ef4beb20..bf4827852852 100644 --- a/net/gnome-mud/Makefile +++ b/net/gnome-mud/Makefile @@ -7,14 +7,14 @@ PORTNAME= gnome-mud PORTVERSION= 0.11.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= GNOME MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based MUD client with triggers, aliases, colors, etc -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ gnet-2.0.0:${PORTSDIR}/net/gnet2 USE_BZIP2= yes diff --git a/net/gnu-dico/Makefile b/net/gnu-dico/Makefile index 73ecdb40362b..9c64dc9a7131 100644 --- a/net/gnu-dico/Makefile +++ b/net/gnu-dico/Makefile @@ -7,6 +7,7 @@ PORTNAME= dico PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= net textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -51,7 +52,7 @@ PLIST_SUB+= GUILE="@comment " .endif .if defined(WITH_PCRE) -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre PLIST_SUB+= PCRE="" .else CONFIGURE_ARGS+=--without-pcre diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index da7bd527b711..b114e3d61663 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= haproxy DISTVERSION= 1.5-dev14 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://haproxy.1wt.eu/download/1.5/src/devel/ PKGNAMESUFFIX= -devel diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 866d98c54543..edbc751d13c4 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -7,7 +7,7 @@ PORTNAME= haproxy PORTVERSION= 1.4.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index 00cbea486449..5ecf65423eab 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -7,14 +7,14 @@ PORTNAME= morebalance PORTVERSION= 0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MASTER_SITES= http://morebalance.coolprojects.org/ MAINTAINER= ports@FreeBSD.org COMMENT= A modular open source user-space load balancing system -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre \ gnutls.47:${PORTSDIR}/security/gnutls \ ggz.5:${PORTSDIR}/games/libggz diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index 4dcee0c5cc12..a87c3781410d 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -7,7 +7,7 @@ PORTNAME= nepenthes PORTVERSION= 0.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Nepenthes%20development/${PORTVERSION} @@ -16,7 +16,7 @@ COMMENT= Determine the malware activity on a network LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ magic.1:${PORTSDIR}/sysutils/file \ - pcre.1:${PORTSDIR}/devel/pcre \ + pcre.3:${PORTSDIR}/devel/pcre \ adns.1:${PORTSDIR}/dns/adns .if defined(WITH_PRELUDE) diff --git a/net/shmux/Makefile b/net/shmux/Makefile index fcf6e2e47e58..3af1e252f517 100644 --- a/net/shmux/Makefile +++ b/net/shmux/Makefile @@ -7,7 +7,7 @@ PORTNAME= shmux DISTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://web.taranis.org/shmux/dist/ EXTRACT_SUFX= .tgz @@ -33,7 +33,7 @@ RUN_DEPENDS+= fping:${PORTSDIR}/net/fping .endif .if defined(WITH_PCRE) -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --with-pcre=no diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 0e4815a32ca9..0b4293d1ae5c 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -3,7 +3,7 @@ PORTNAME= tintin++ PORTVERSION= 2.00.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= net games MASTER_SITES= SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION}/ DISTNAME= tintin-${PORTVERSION} diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 52c6f7943b8f..afd864186219 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,6 +7,7 @@ PORTNAME?= wireshark PORTVERSION= 1.8.3 +PORTREVISION 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ diff --git a/net/x2goclient/Makefile b/net/x2goclient/Makefile index cd8878ff2c89..a39216f7a109 100644 --- a/net/x2goclient/Makefile +++ b/net/x2goclient/Makefile @@ -3,6 +3,7 @@ PORTNAME= x2goclient PORTVERSION= 3.99.2.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ |