Bug 172328 - [patch] [update] Update net-p2p/transmission* & www/transmission-web to 2.71
Summary: [patch] [update] Update net-p2p/transmission* & www/transmission-web to 2.71
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-10-04 17:20 UTC by vsjcfm
Modified: 2012-10-04 21:20 UTC (History)
0 users

See Also:


Attachments
file.txt (1.94 KB, text/plain)
2012-10-04 17:20 UTC, vsjcfm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2012-10-04 17:20:15 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-04 17:20:28 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-10-04 21:18:40 UTC
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"
Comment 3 Chris Rees freebsd_committer freebsd_triage 2012-10-04 21:20:23 UTC
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.