Mon Aug 28 13:57:02 2023 UTC ()
transmission*: drop MAINTAINER


(wiz)
diff -r1.18 -r1.19 pkgsrc/net/transmission/Makefile.common

cvs diff -r1.18 -r1.19 pkgsrc/net/transmission/Makefile.common (expand / switch to unified diff)

--- pkgsrc/net/transmission/Makefile.common 2023/07/18 18:36:31 1.18
+++ pkgsrc/net/transmission/Makefile.common 2023/08/28 13:57:02 1.19
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile.common,v 1.18 2023/07/18 18:36:31 nia Exp $ 1# $NetBSD: Makefile.common,v 1.19 2023/08/28 13:57:02 wiz Exp $
2# 2#
3# used by net/transmission-common/Makefile 3# used by net/transmission-common/Makefile
4# used by net/transmission-gtk/Makefile 4# used by net/transmission-gtk/Makefile
5# used by net/transmission-qt/Makefile 5# used by net/transmission-qt/Makefile
6# used by net/transmission/Makefile 6# used by net/transmission/Makefile
7 7
8VERSION= 4.0.3 8VERSION= 4.0.3
9DISTNAME= transmission-${VERSION} 9DISTNAME= transmission-${VERSION}
10CATEGORIES= net 10CATEGORIES= net
11MASTER_SITES= ${MASTER_SITE_GITHUB:=transmission/} 11MASTER_SITES= ${MASTER_SITE_GITHUB:=transmission/}
12EXTRACT_SUFX= .tar.xz 12EXTRACT_SUFX= .tar.xz
13GITHUB_RELEASE= ${PKGVERSION_NOREV} 13GITHUB_RELEASE= ${PKGVERSION_NOREV}
14GITHUB_PROJECT= transmission 14GITHUB_PROJECT= transmission
15 15
16MAINTAINER= wiz@NetBSD.org 16MAINTAINER= pkgsrc-users@NetBSD.org
17HOMEPAGE= http://www.transmissionbt.com/ 17HOMEPAGE= http://www.transmissionbt.com/
18COMMENT?= Free, lightweight BitTorrent client 18COMMENT?= Free, lightweight BitTorrent client
19# optionally, gnu-gpl-v3 instead of gnu-gpl-v2 19# optionally, gnu-gpl-v3 instead of gnu-gpl-v2
20LICENSE= gnu-gpl-v2 AND mit 20LICENSE= gnu-gpl-v2 AND mit
21 21
22USE_LANGUAGES= c c++ 22USE_LANGUAGES= c c++
23USE_CXX_FEATURES+= c++17 23USE_CXX_FEATURES+= c++17
24USE_LIBTOOL= yes 24USE_LIBTOOL= yes
25USE_TOOLS+= gmake pkg-config intltool msgfmt 25USE_TOOLS+= gmake pkg-config intltool msgfmt
26 26
27PATCHDIR= ${.CURDIR}/../../net/transmission/patches 27PATCHDIR= ${.CURDIR}/../../net/transmission/patches
28DISTINFO_FILE= ${.CURDIR}/../../net/transmission/distinfo 28DISTINFO_FILE= ${.CURDIR}/../../net/transmission/distinfo
29 29