aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-08-29 21:48:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-08-29 21:48:05 +0000
commit773823b040c0524785d35f9c8d03411fed052281 (patch)
tree900434fd78cfeb7b2877c222a2330ed998ae9087 /net-p2p
parentf48af54b460bfc2b6370d2541c90a634b06e523c (diff)
downloadports-773823b040c0524785d35f9c8d03411fed052281.tar.gz
ports-773823b040c0524785d35f9c8d03411fed052281.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-cli/Makefile17
-rw-r--r--net-p2p/transmission-gtk/Makefile2
2 files changed, 6 insertions, 13 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile
index 144779bcb8c9..2e5b1b15b058 100644
--- a/net-p2p/transmission-cli/Makefile
+++ b/net-p2p/transmission-cli/Makefile
@@ -2,7 +2,7 @@
PORTNAME= transmission
PORTVERSION= 2.84
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= net-p2p
#MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/
MASTER_SITES= http://transmission.cachefly.net/
@@ -13,11 +13,10 @@ COMMENT?= Lightweight CLI (command line) BitTorrent client and utilities
SLAVEPORT?= cli
-# Odd arrangement here-- cli is MIT, everything else is GPL
-.if ${SLAVEPORT} == cli
-LICENSE= MIT
-.else
LICENSE= GPLv2
+.if ${SLAVEPORT} == cli
+LICENSE+= MIT
+LICENSE_COMB= multi
.endif
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -29,8 +28,6 @@ CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5*
OPTIONS_DEFINE= LITE DOCS
EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions --exclude third-party
-.include <bsd.port.options.mk>
-
.if ${SLAVEPORT} != web
LIB_DEPENDS?= ${GEN_LIB_DEPENDS}
@@ -69,15 +66,11 @@ EXTRA_CONF_ARGS?=--enable-cli \
--disable-mac \
--disable-nls
-.if ${PORT_OPTIONS:MLITE}
-CONFIGURE_ARGS+=--enable-lightweight
-.endif
+LITE_CONFIGURE_ENABLE= lightweight
EXTRA_PATCHES= ${PATCHDIR}/disable-web
.endif
-USES+= tar:xz
-
DOCS= AUTHORS NEWS README
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
diff --git a/net-p2p/transmission-gtk/Makefile b/net-p2p/transmission-gtk/Makefile
index 7a9d7c9dcccd..3bd08c221b4d 100644
--- a/net-p2p/transmission-gtk/Makefile
+++ b/net-p2p/transmission-gtk/Makefile
@@ -4,7 +4,7 @@ PKGNAMESUFFIX= -gtk
PORTREVISION= 4
MAINTAINER= crees@FreeBSD.org
-COMMENT= Fast and lightweight GTK+2 BitTorrent client
+COMMENT= Fast and lightweight GTK+3 BitTorrent client
LIB_DEPENDS= ${GEN_LIB_DEPENDS} \
libnotify.so:${PORTSDIR}/devel/libnotify \