diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-05-05 13:48:05 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-05-05 13:48:05 +0000 |
commit | 6c0a874384d2d1228e3a8c6032a866ee653ebd4b (patch) | |
tree | 8996120a79aefc1624533c2954a30a717ba5842e /net-p2p | |
parent | a8e2135a0fc8910a02189f2a8cf7f4f852bbcaaf (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-qt4/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index e10a94c9c61e..dfc9e0ae6314 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -7,7 +7,7 @@ PORTNAME= transmission PORTVERSION= 2.22 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-p2p MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ PKGNAMESUFFIX?= -cli @@ -21,7 +21,7 @@ LIB_DEPENDS?= ${GEN_LIB_DEPENDS} # General dependencies GEN_LIB_DEPENDS=curl.6:${PORTSDIR}/ftp/curl \ - event-2.0.5:${PORTSDIR}/devel/libevent2 + event-2.0.6:${PORTSDIR}/devel/libevent2 GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web USE_GMAKE= yes diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 6ab9d7a31e98..80131a5f6424 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -gtk2 MAINTAINER= mezz@FreeBSD.org diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile index 66ba841e791c..3ab521ca438e 100644 --- a/net-p2p/transmission-qt4/Makefile +++ b/net-p2p/transmission-qt4/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt4 MAINTAINER= mezz@FreeBSD.org |