aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/transmission-cli
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2010-07-25 18:59:32 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2010-07-25 18:59:32 +0000
commit90a918f71bfcf23b3df4225f711a4644a2519b63 (patch)
tree06bb3b38a69ec051d606c0b726db9fbb9c2597f0 /net-p2p/transmission-cli
parent486453629f148bc3ec1848da7a73a22c1705d96b (diff)
downloadports-90a918f71bfcf23b3df4225f711a4644a2519b63.tar.gz
ports-90a918f71bfcf23b3df4225f711a4644a2519b63.zip
Chase libevent update, bump the PORTREVISION on those.
Notes
Notes: svn path=/head/; revision=258245
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r--net-p2p/transmission-cli/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile
index 2d006995d1d0..928b80451389 100644
--- a/net-p2p/transmission-cli/Makefile
+++ b/net-p2p/transmission-cli/Makefile
@@ -7,7 +7,7 @@
PORTNAME= transmission
PORTVERSION= 2.03
-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-1.4.3:${PORTSDIR}/devel/libevent
+ event-1.4.4:${PORTSDIR}/devel/libevent
GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web
USE_GMAKE= yes