pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/wm



On Tue, Apr 2, 2019 at 3:20 AM Leonardo Taccari <leot%netbsd.org@localhost> wrote:
Hello Julio,

Julio Merino writes:
> [...]
> +# $NetBSD: Makefile,v 1.1 2019/04/02 01:49:09 jmmv Exp $
> +
> +DISTNAME=    ${PKGNAME:S/chunkwm-/v/}
> +PKGNAME=     chunkwm-0.4.8
> +CATEGORIES=  wm
> +MASTER_SITES=        ${MASTER_SITE_GITHUB:=koekeishiya/}chunkwm/archive/
> +DIST_SUBDIR= chunkwm
> [...]

Please simplify it to:

 DISTNAME=       chunkwm-0.4.8
 CATEGORIES=     wm
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=koekeishiya/}
 GITHUB_TAG=     v${PKGVERSION_NOREV}

...and, after that WRKSRC redefinition can be removed too (please also
note that a `make makesum' will be needed to adjust the distinfo
for the DISTNAME change).

wm/skhd can be adjusted similarly.

Done. Thanks for the tips.

--
Julio Merino -- http://julio.meroh.net/


Home | Main Index | Thread Index | Old Index