pkgsrc-WIP-changes archive

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

enchant: Use MASTER_SITE_GITHUB



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Oct 26 11:04:26 2018 +0200
Changeset:	2570ae0e0fb783d2c7179626ef29cadd4cc227be

Modified Files:
	enchant/Makefile

Log Message:
enchant: Use MASTER_SITE_GITHUB

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

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

diffstat:
 enchant/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/enchant/Makefile b/enchant/Makefile
index cb6729572a..fcef99c2f1 100644
--- a/enchant/Makefile
+++ b/enchant/Makefile
@@ -3,7 +3,8 @@
 
 DISTNAME=		enchant-2.2.3
 CATEGORIES=		textproc
-MASTER_SITES=		https://github.com/AbiWord/enchant/releases/download/v${PKGVERSION_NOREV}/
+MASTER_SITES=		${MASTER_SITE_GITHUB:=AbiWord/}
+GITHUB_RELEASE=		v${PKGVERSION_NOREV}
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=		https://abiword.github.io/enchant/


Home | Main Index | Thread Index | Old Index