From owner-svn-ports-head@FreeBSD.ORG Thu Oct 4 20:18:31 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CF03106564A; Thu, 4 Oct 2012 20:18:31 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC678FC12; Thu, 4 Oct 2012 20:18:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q94KIVuk018134; Thu, 4 Oct 2012 20:18:31 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q94KIUsX018128; Thu, 4 Oct 2012 20:18:30 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201210042018.q94KIUsX018128@svn.freebsd.org> From: Chris Rees Date: Thu, 4 Oct 2012 20:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305279 - in head/net-p2p: transmission transmission-cli transmission-gtk2 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 20:18:31 -0000 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 [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