pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/transmission



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 22 13:36:53 UTC 2020

Modified Files:
        pkgsrc/net/transmission: Makefile.common

Log Message:
transmission: normalize github usage


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/transmission/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/transmission/Makefile.common
diff -u pkgsrc/net/transmission/Makefile.common:1.10 pkgsrc/net/transmission/Makefile.common:1.11
--- pkgsrc/net/transmission/Makefile.common:1.10        Mon Jul 13 13:01:01 2020
+++ pkgsrc/net/transmission/Makefile.common     Wed Jul 22 13:36:52 2020
@@ -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