diff options
author | mezz <mezz@FreeBSD.org> | 2010-07-26 02:59:32 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-07-26 02:59:32 +0800 |
commit | 6cf3898252d9a94580c8b67047742a0a697930fb (patch) | |
tree | 5304244f6ea7813875baebb4ae542a20f6e9af83 /net-p2p/transmission-cli | |
parent | ea731ce05ebd2f7bd59a6bfff1825a738b4ee95b (diff) | |
download | freebsd-ports-gnome-6cf3898252d9a94580c8b67047742a0a697930fb.tar.gz freebsd-ports-gnome-6cf3898252d9a94580c8b67047742a0a697930fb.tar.zst freebsd-ports-gnome-6cf3898252d9a94580c8b67047742a0a697930fb.zip |
Chase libevent update, bump the PORTREVISION on those.
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 4 |
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 |