On 2018/02/19 17:43, trondd wrote: > >> +MODPY_EGG_VERSION= 3.10.0 > >> DISTNAME= gpodder-${MODPY_EGG_VERSION} > >> CATEGORIES= net www > >> > >> -HOMEPAGE= http://gpodder.org/ > >> +HOMEPAGE= https://gpodder.github.io/ > >> > >> MAINTAINER= Tim Meunier <tro...@kagu-tsuchi.com> > >> > >> @@ -15,36 +15,39 @@ PERMIT_PACKAGE_CDROM= Yes > >> > >> GH_ACCOUNT= gpodder > >> GH_PROJECT= gpodder > >> -GH_TAGNAME= ${DISTNAME} > >> +GH_TAGNAME= ${MODPY_EGG_VERSION}
With GH_TAGNAME set to 3.10.0 and GH_PROJECT set to gpodder, that means that the DISTNAME already defaults to gpodder-${MODPY_EGG_VERSION}. Please zap the explicit DISTNAME and move the GH_* up where DISTNAME currently is. > >> +TEST_DEPENDS= devel/py-minimock${MODPY_FLAVOR} \ > >> + devel/py-coverage${MODPY_FLAVOR} \ > >> net/mygpoclient \ > >> - textproc/py-feedparser > >> + textproc/py-podcastparser missing ${MODPY_FLAVOR} on textproc/py-podcastparser