From 47cf90d4d6318dd9ae4bf1a83f47000bf7343d87 Mon Sep 17 00:00:00 2001 From: kn Date: Mon, 18 Jul 2022 19:52:24 +0000 Subject: [PATCH] Fix GH_*/DISTFILES handling This port uses MASTER_SITES_GITHUB in a werid way which predates GH_DISTFILE. Use the (new) helper, leave DISTNAME to GH_* and fetch the second test tarball via separate MASTER_SITES0 as usual. No distinfo or package change. PS: This port won't receive any updates; it should either be replaced by the new version's upstream repo or removed as outdated/unused. --- textproc/multimarkdown/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile index 6933f6c9d8e..15115295e14 100644 --- a/textproc/multimarkdown/Makefile +++ b/textproc/multimarkdown/Makefile @@ -1,6 +1,5 @@ V = 5.4.0 COMMENT = marked-up plain text to formatted document converter -DISTNAME = ${GH_PROJECT}-${V} PKGNAME = multimarkdown-${V:C/-/./} CATEGORIES = textproc @@ -10,8 +9,8 @@ GH_TAGNAME = ${V} TESTS_COMMIT = 8d5ad66e3bbaeb0de8646783bfe964261ddb39c7 DIST_SUBDIR = multimarkdown -MASTER_SITES_GITHUB = https://github.com/fletcher/MMD-Test-Suite/archive/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} ${TESTS_COMMIT}${EXTRACT_SUFX} +MASTER_SITES0 = https://github.com/fletcher/MMD-Test-Suite/archive/ +DISTFILES = ${GH_DISTFILE} ${TESTS_COMMIT}${EXTRACT_SUFX}:0 HOMEPAGE = http://fletcherpenney.net/multimarkdown/ MAINTAINER = Sean Levy