There is a new version of Transmission. Fix: I think that transmission-gtk2 port must be renamed to transmission-gtk3. 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: Thu Oct 4 20:18:30 2012 New Revision: 305279 URL: http://svn.freebsd.org/changeset/ports/305279 Log: Update to 2.71 Update BROKEN message to new GTK version [1] PR: ports/172328 [1] Submitted by: Sayetsky Anton <vsjcfm@gmail.com> [1] Modified: head/net-p2p/transmission-cli/Makefile head/net-p2p/transmission-cli/distinfo head/net-p2p/transmission-gtk2/Makefile head/net-p2p/transmission/Makefile Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Thu Oct 4 20:16:55 2012 (r305278) +++ head/net-p2p/transmission-cli/Makefile Thu Oct 4 20:18:30 2012 (r305279) @@ -6,7 +6,7 @@ # PORTNAME= transmission -PORTVERSION= 2.61 +PORTVERSION= 2.71 PORTREVISION?= 0 CATEGORIES?= net-p2p #MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ Modified: head/net-p2p/transmission-cli/distinfo ============================================================================== --- head/net-p2p/transmission-cli/distinfo Thu Oct 4 20:16:55 2012 (r305278) +++ head/net-p2p/transmission-cli/distinfo Thu Oct 4 20:18:30 2012 (r305279) @@ -1,2 +1,2 @@ -SHA256 (transmission-2.61.tar.xz) = 1c4ccbf5d7dc7bb9615005f9db7bb0612c95ac908c6cf5d519e6f0126588765c -SIZE (transmission-2.61.tar.xz) = 2876648 +SHA256 (transmission-2.71.tar.xz) = d62787d472a1cb3e8e064829bcae7f17a72e5959aa837010cde82fefdda80836 +SIZE (transmission-2.71.tar.xz) = 2929516 Modified: head/net-p2p/transmission-gtk2/Makefile ============================================================================== --- head/net-p2p/transmission-gtk2/Makefile Thu Oct 4 20:16:55 2012 (r305278) +++ head/net-p2p/transmission-gtk2/Makefile Thu Oct 4 20:18:30 2012 (r305279) @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -gtk2 MAINTAINER= crees@FreeBSD.org COMMENT= A fast and lightweight GTK+2 BitTorrent client -BROKEN= Relies on GTK 3.0 version > 3.2.0; use net-p2p/transmission25-gtk20 +BROKEN= Relies on GTK 3.0 version > 3.4.0; use net-p2p/transmission25-gtk20 LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ notify.4:${PORTSDIR}/devel/libnotify \ Modified: head/net-p2p/transmission/Makefile ============================================================================== --- head/net-p2p/transmission/Makefile Thu Oct 4 20:16:55 2012 (r305278) +++ head/net-p2p/transmission/Makefile Thu Oct 4 20:18:30 2012 (r305279) @@ -6,7 +6,7 @@ # PORTNAME= transmission -PORTVERSION= 2.61 +PORTVERSION= 2.71 CATEGORIES= net-p2p MASTER_SITES= # empty DISTFILES= # empty @@ -21,7 +21,7 @@ RUN_DEPENDS= transmission-cli:${PORTSDIR CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.6* -BROKEN= Depends on GTK 2.0 frontend; use net-p2p/transmission25 for now +BROKEN= Depends on GTK 3.4.0 frontend; use net-p2p/transmission25 for now NO_BUILD= yes _______________________________________________ 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 Thanks for submitting; I was testing the new version before I received this, but I used your BROKEN message change too. I'll rename the -gtk2 port when we have it working.