Bug 171875 - net-p2p/transmission25-cli typo in Makefile [patch]
Summary: net-p2p/transmission25-cli typo in Makefile [patch]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-22 21:10 UTC by dmitry2004
Modified: 2012-09-23 09:10 UTC (History)
0 users

See Also:


Attachments
file.diff (471 bytes, patch)
2012-09-22 21:10 UTC, dmitry2004
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!