Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 08:02:06 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304730 - head/net-p2p/transmission25-cli
Message-ID:  <201209230802.q8N826RY051286@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sun Sep 23 08:02:06 2012
New Revision: 304730
URL: http://svn.freebsd.org/changeset/ports/304730

Log:
  Depend on correct transmission-web port
  
  PR:		ports/171875
  Submitted by:	Dmitry <dmitry2004@yandex.ru>

Modified:
  head/net-p2p/transmission25-cli/Makefile

Modified: head/net-p2p/transmission25-cli/Makefile
==============================================================================
--- head/net-p2p/transmission25-cli/Makefile	Sun Sep 23 04:46:18 2012	(r304729)
+++ head/net-p2p/transmission25-cli/Makefile	Sun Sep 23 08:02:06 2012	(r304730)
@@ -7,7 +7,7 @@
 
 PORTNAME=	transmission
 PORTVERSION=	2.51
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	net-p2p
 #MASTER_SITES=	http://download.m0k.org/${PORTNAME}/files/ \
 MASTER_SITES=	http://transmission.cachefly.net/
@@ -26,7 +26,7 @@ LIB_DEPENDS?=	${GEN_LIB_DEPENDS}
 # General dependencies
 GEN_LIB_DEPENDS=curl.6:${PORTSDIR}/ftp/curl \
 		event-2.0.6:${PORTSDIR}/devel/libevent2
-GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web
+GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission25-web
 
 USE_GMAKE=	yes
 USE_GNOME?=	pkgconfig



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209230802.q8N826RY051286>