Bug 171875

Summary: net-p2p/transmission25-cli typo in Makefile [patch]
Product: Ports & Packages Reporter: dmitry2004
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dmitry2004 2012-09-22 21:10:03 UTC
Typo in dependency transmission25-web

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-22 21:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-23 09:02:18 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Chris Rees freebsd_committer freebsd_triage 2012-09-23 09:02:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!