Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/transmission transmission: normalize github usage



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5edd1f811313
branches:  trunk
changeset: 435978:5edd1f811313
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 22 13:36:52 2020 +0000

description:
transmission: normalize github usage

diffstat:

 net/transmission/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 306ec9c686cd -r 5edd1f811313 net/transmission/Makefile.common
--- a/net/transmission/Makefile.common  Wed Jul 22 13:25:40 2020 +0000
+++ b/net/transmission/Makefile.common  Wed Jul 22 13:36:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2020/07/13 13:01:01 wiz Exp $
+# $NetBSD: Makefile.common,v 1.11 2020/07/22 13:36:52 wiz Exp $
 #
 # used by net/transmission/Makefile
 # used by net/transmission-gtk/Makefile
@@ -7,8 +7,9 @@
 VERSION=       3.00
 DISTNAME=      transmission-${VERSION}
 CATEGORIES=    net
-MASTER_SITES=  https://github.com/transmission/transmission-releases/raw/master/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=transmission/}
 EXTRACT_SUFX=  .tar.xz
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 
 MAINTAINER=    wiz%NetBSD.org@localhost
 HOMEPAGE=      http://www.transmissionbt.com/



Home | Main Index | Thread Index | Old Index