pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ansilove



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Mar 30 10:53:56 UTC 2020

Modified Files:
        pkgsrc/graphics/ansilove: Makefile

Log Message:
ansilove: add GITHUB_RELEASE directive and enable test suite.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ansilove/Makefile

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

Modified files:

Index: pkgsrc/graphics/ansilove/Makefile
diff -u pkgsrc/graphics/ansilove/Makefile:1.15 pkgsrc/graphics/ansilove/Makefile:1.16
--- pkgsrc/graphics/ansilove/Makefile:1.15      Mon Feb 17 14:44:54 2020
+++ pkgsrc/graphics/ansilove/Makefile   Mon Mar 30 10:53:56 2020
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2020/02/17 14:44:54 fcambus Exp $
+# $NetBSD: Makefile,v 1.16 2020/03/30 10:53:56 fcambus Exp $
 
 DISTNAME=      ansilove-4.1.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ansilove/}
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 
 MAINTAINER=    fcambus%NetBSD.org@localhost
 HOMEPAGE=      https://www.ansilove.org/
@@ -12,5 +13,7 @@ LICENSE=      2-clause-bsd
 USE_LANGUAGES= c99
 USE_CMAKE=     yes
 
+TEST_TARGET=   test
+
 .include "../../graphics/libansilove/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index