diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/asio/Makefile | 9 | ||||
-rw-r--r-- | net/cyphesis/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 9 | ||||
-rw-r--r-- | net/pktanon/Makefile | 3 | ||||
-rw-r--r-- | net/scribe/Makefile | 7 | ||||
-rw-r--r-- | net/twinkle/Makefile | 4 | ||||
-rw-r--r-- | net/xorp-devel/Makefile | 3 |
7 files changed, 14 insertions, 23 deletions
diff --git a/net/asio/Makefile b/net/asio/Makefile index c0abb3e111a6..bb1b7ff8ebfe 100644 --- a/net/asio/Makefile +++ b/net/asio/Makefile @@ -1,19 +1,16 @@ -# New ports collection makefile for: asio -# Date created: 2010-11-14 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= asio PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/ MAINTAINER= acm@FreeBSD.org COMMENT= Cross-platform C++ library for network and low-level I/O programming -LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 5ac8cd01f5f6..2fcdbb313c1d 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -3,7 +3,7 @@ PORTNAME= cyphesis PORTVERSION= 0.6.0 -#PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 10e4c5a38193..56ffd1914326 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -1,12 +1,9 @@ -# New ports collection Makefile for: kdepim -# Date created: 2008-01-30 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -30,7 +27,7 @@ LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp \ v4l2.0:${PORTSDIR}/multimedia/libv4l \ ktorrent:${PORTSDIR}/net-p2p/libktorrent \ jasper.4:${PORTSDIR}/graphics/jasper \ - boost_thread.4:${PORTSDIR}/devel/boost-libs \ + boost_thread:${PORTSDIR}/devel/boost-libs \ gif.5:${PORTSDIR}/graphics/giflib \ mms.0:${PORTSDIR}/net/libmms \ jpeg.11:${PORTSDIR}/graphics/jpeg diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile index 05b2e37b8be5..9463439a915f 100644 --- a/net/pktanon/Makefile +++ b/net/pktanon/Makefile @@ -2,6 +2,7 @@ PORTNAME= pktanon PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.tm.uka.de/software/pktanon/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-dev @@ -9,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-dev MAINTAINER= wxs@FreeBSD.org COMMENT= Network trace anonymizer -LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ +LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs \ xerces-c:${PORTSDIR}/textproc/xerces-c2 GNU_CONFIGURE= yes diff --git a/net/scribe/Makefile b/net/scribe/Makefile index 01b88281551c..6b015b9e6181 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: scribe -# Date created: 2010-07-15 -# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= scribe DISTVERSION= 2.2.2012.01.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://github.com/facebook/scribe/tarball/${GITVERSION}/ DISTNAME= facebook-scribe-${GITVERSION} diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile index 559af0c76649..a0a5da75c935 100644 --- a/net/twinkle/Makefile +++ b/net/twinkle/Makefile @@ -3,7 +3,7 @@ PORTNAME= twinkle PORTVERSION= 1.4.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MASTER_SITES= http://mfnboer.home.xs4all.nl/twinkle/download/ @@ -14,7 +14,7 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp \ ccrtp:${PORTSDIR}/devel/ccrtp \ sndfile.1:${PORTSDIR}/audio/libsndfile \ - boost_regex.4:${PORTSDIR}/devel/boost-libs \ + boost_regex:${PORTSDIR}/devel/boost-libs \ speex.1:${PORTSDIR}/audio/speex \ ilbc.0:${PORTSDIR}/net/ilbc \ zrtpcpp:${PORTSDIR}/devel/libzrtpcpp diff --git a/net/xorp-devel/Makefile b/net/xorp-devel/Makefile index 3b2d7f4fc841..87bfe9392f99 100644 --- a/net/xorp-devel/Makefile +++ b/net/xorp-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= xorp-devel PORTVERSION= 2009120801 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bms @@ -13,7 +13,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open source network routing platform, development branch # Uses libcurses, libcrypto, librt from base system. -BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs \ pcap:${PORTSDIR}/net/libpcap |