diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-08-30 05:48:05 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-08-30 05:48:05 +0800 |
commit | a3d305c2390b5a1075d02a75dec648b00387a3c7 (patch) | |
tree | 900434fd78cfeb7b2877c222a2330ed998ae9087 | |
parent | b2dfefecee59067218eccf258a9d043c7eed8bb6 (diff) | |
download | freebsd-ports-gnome-a3d305c2390b5a1075d02a75dec648b00387a3c7.tar.gz freebsd-ports-gnome-a3d305c2390b5a1075d02a75dec648b00387a3c7.tar.zst freebsd-ports-gnome-a3d305c2390b5a1075d02a75dec648b00387a3c7.zip |
net-p2p/transmission-*: minor cleanup
o -cli slave still uses libtransmission under GPLv2
o Chase r313708 in COMMENT for -gtk slave
o Convert LITE to option helpers
o Drop duplicate USES=tar (r362505 vs. r362522)
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/transmission-gtk/Makefile | 2 |
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 \ |