aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/transmission-cli
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-02-10 21:57:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-02-10 21:57:46 +0000
commit4779b33b84581111b6b4756713105522c3864466 (patch)
tree022a5d48e65013667d48fc9f065dcb00188d1e50 /net-p2p/transmission-cli
parent1d6d6a9bf8520f0663135e0181782642dd4cf572 (diff)
downloadports-4779b33b84581111b6b4756713105522c3864466.tar.gz
ports-4779b33b84581111b6b4756713105522c3864466.zip
- 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)
Notes
Notes: svn path=/head/; revision=378806
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r--net-p2p/transmission-cli/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile
index 20db92dc3ef6..64aa69493cf4 100644
--- a/net-p2p/transmission-cli/Makefile
+++ b/net-p2p/transmission-cli/Makefile
@@ -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_UTP=1
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= ${ICONV_LIB}
CONFIGURE_ARGS=--with-zlib=/usr \
+ --without-inotify \
--disable-utp \
--enable-external-natpmp \
${EXTRA_CONF_ARGS}