On Wed, Sep 21, 2016 at 06:30:50AM -0400, Josh Grosse wrote:
> On Wed, Sep 21, 2016 at 11:10:16AM +0100, Stuart Henderson wrote:
> > They still have proper tarballs, this is identical to the previous one:
> >
> > https://github.com/transmission/transmission-releases/raw/master/transmission-2.92.tar.xz
>
> Thank you, Sir. But is there a GH_* mechanism to fetch it? Or should I set
> MASTER_SITES_GITHUB instead?
>
Heh. I can just set MASTER_SITES instead. Here is a smaller diff
Index: Makefile
===================================================================
RCS file: /systems/cvs/ports/net/transmission/Makefile,v
retrieving revision 1.106
diff -u -p -r1.106 Makefile
--- Makefile 1 Sep 2016 10:53:27 -0000 1.106
+++ Makefile 21 Sep 2016 10:41:13 -0000
@@ -9,7 +9,7 @@ DISTNAME= transmission-${VER}
PKGNAME-main= transmission-${VER}
PKGNAME-gtk= transmission-gtk-${VER}
PKGNAME-qt= transmission-qt-${VER}
-REVISION= 0
+REVISION= 1
CATEGORIES= net
HOMEPAGE= http://www.transmissionbt.com/
MAINTAINER= Josh Grosse <[email protected]>
@@ -17,7 +17,7 @@ MAINTAINER= Josh Grosse <[email protected]
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= http://download.transmissionbt.com/files/
+MASTER_SITES= http://github.com/transmission/transmission-releases/raw/master/
EXTRACT_SUFX= .tar.xz
MULTI_PACKAGES= -main -gtk -qt