Typo in dependency transmission25-web Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->crees Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!