pkgsrc-WIP-changes archive

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

irssi: avoid to use GITHUB_MASTER_SITES



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Mar 3 19:59:07 2016 +0100
Changeset:	74c27eb2dae6609da6e10149f36742459b08b62f

Modified Files:
	irssi/Makefile.common

Log Message:
irssi: avoid to use GITHUB_MASTER_SITES

Using GITHUB_MASTER_SITES is problematic for irssi plugins due
GITHUB_RELEASE. For the moment as a workaround just hardcode the entire URL.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=74c27eb2dae6609da6e10149f36742459b08b62f

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

diffstat:
 irssi/Makefile.common | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/irssi/Makefile.common b/irssi/Makefile.common
index 4fbfad0..252f1f8 100644
--- a/irssi/Makefile.common
+++ b/irssi/Makefile.common
@@ -8,9 +8,7 @@ IRSSI_VERSION=			0.8.18
 IRSSI_DISTNAME=			irssi-${IRSSI_VERSION}
 IRSSI_EXTRACT_SUFX=		.tar.gz
 IRSSI_DISTFILE=			${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
-MASTER_SITES=			${MASTER_SITE_GITHUB:=irssi/}
-SITES.${IRSSI_DISTFILE}=	${MASTER_SITES}
-GITHUB_RELEASE=			${IRSSI_VERSION}
+SITES.${IRSSI_DISTFILE}=	https://github.com/irssi/irssi/releases/download/${IRSSI_VERSION}/
 
 # These files are generated during Irssi's build, but are required by
 # plugins to compile properly.


Home | Main Index | Thread Index | Old Index