Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2015 21:57:46 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378806 - in head/net-p2p: transmission-cli transmission-daemon transmission-gtk transmission-qt4
Message-ID:  <201502102157.t1ALvkYo046297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Feb 10 21:57:46 2015
New Revision: 378806
URL: https://svnweb.freebsd.org/changeset/ports/378806
QAT: https://qat.redports.org/buildarchive/r378806/

Log:
  - Add CPE information for Transmission ports [1]
  - Take maintainership [2] as the next update may require partially
    reverting r369657 hacks in favor of upstream support
  - Disable devel/libinotify:
    * used only by transmission-daemon's watch-dir
    * maybe less stable than readdir() fallback
    * disabled by other ports e.g., devel/glib20
    * completely different from devel/libnotify [3]
  - Belatedly bump PORTREVISION
  
  PR:		197065 [1]
  Differential Revision:	https://reviews.freebsd.org/D1806
  Suggested by:	crees [2]
  Pointy hat:	crees (r287179) [3]
  Approved by:	crees (maintainer) [1][2]
  Approved by:	bapt (mentor)

Modified:
  head/net-p2p/transmission-cli/Makefile
  head/net-p2p/transmission-daemon/Makefile
  head/net-p2p/transmission-gtk/Makefile
  head/net-p2p/transmission-qt4/Makefile

Modified: head/net-p2p/transmission-cli/Makefile
==============================================================================
--- head/net-p2p/transmission-cli/Makefile	Tue Feb 10 21:40:40 2015	(r378805)
+++ head/net-p2p/transmission-cli/Makefile	Tue Feb 10 21:57:46 2015	(r378806)
@@ -2,13 +2,13 @@
 
 PORTNAME=	transmission
 PORTVERSION=	2.84
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	net-p2p
 #MASTER_SITES=	http://download.m0k.org/${PORTNAME}/files/
 MASTER_SITES=	http://transmission.cachefly.net/
 PKGNAMESUFFIX?=	-cli
 
-MAINTAINER?=	crees@FreeBSD.org
+MAINTAINER?=	jbeich@FreeBSD.org
 COMMENT?=	Lightweight CLI (command line) BitTorrent client and utilities
 
 SLAVEPORT?=	cli
@@ -21,7 +21,8 @@ LICENSE=	GPLv2
 .endif
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES+=		tar:xz
+USES+=		cpe tar:xz
+CPE_VENDOR=	transmissionbt
 
 CONFLICTS_INSTALL=	${PORTNAME}${PKGNAMESUFFIX}-2.5*
 
@@ -50,6 +51,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include -DWITH
 LDFLAGS+=	-L${LOCALBASE}/lib
 LIBS+=		${ICONV_LIB}
 CONFIGURE_ARGS=--with-zlib=/usr \
+		 --without-inotify \
 		 --disable-utp \
 		 --enable-external-natpmp \
 		${EXTRA_CONF_ARGS}

Modified: head/net-p2p/transmission-daemon/Makefile
==============================================================================
--- head/net-p2p/transmission-daemon/Makefile	Tue Feb 10 21:40:40 2015	(r378805)
+++ head/net-p2p/transmission-daemon/Makefile	Tue Feb 10 21:57:46 2015	(r378806)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-daemon
 
 MAINTAINER=	crees@FreeBSD.org

Modified: head/net-p2p/transmission-gtk/Makefile
==============================================================================
--- head/net-p2p/transmission-gtk/Makefile	Tue Feb 10 21:40:40 2015	(r378805)
+++ head/net-p2p/transmission-gtk/Makefile	Tue Feb 10 21:57:46 2015	(r378806)
@@ -1,13 +1,12 @@
 # $FreeBSD$
 
 PKGNAMESUFFIX=	-gtk
-PORTREVISION=	3
+PORTREVISION=	4
 
 MAINTAINER=	crees@FreeBSD.org
 COMMENT=	Fast and lightweight GTK+2 BitTorrent client
 
 LIB_DEPENDS=	${GEN_LIB_DEPENDS} \
-		libinotify.so:${PORTSDIR}/devel/libinotify \
 		libnotify.so:${PORTSDIR}/devel/libnotify \
 		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 
@@ -22,12 +21,10 @@ SLAVEPORT=	gtk
 USE_GNOME=	gtk30 intlhack
 USES=		gettext pathfix desktop-file-utils
 INSTALLS_ICONS=	yes
-LDFLAGS+=	-linotify
 
 EXTRA_CONF_ARGS=--disable-cli \
 		--disable-daemon \
 		--with-gtk \
-		--with-inotify \
 		--disable-mac \
 		--enable-nls
 

Modified: head/net-p2p/transmission-qt4/Makefile
==============================================================================
--- head/net-p2p/transmission-qt4/Makefile	Tue Feb 10 21:40:40 2015	(r378805)
+++ head/net-p2p/transmission-qt4/Makefile	Tue Feb 10 21:57:46 2015	(r378806)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-qt4
 
 MAINTAINER=	crees@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502102157.t1ALvkYo046297>