pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ansilove ansilove: add GITHUB_RELEASE directi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a83373ceecef
branches:  trunk
changeset: 414555:a83373ceecef
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Mar 30 10:53:56 2020 +0000

description:
ansilove: add GITHUB_RELEASE directive and enable test suite.

diffstat:

 graphics/ansilove/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 8cefada6c60f -r a83373ceecef graphics/ansilove/Makefile
--- a/graphics/ansilove/Makefile        Mon Mar 30 10:24:33 2020 +0000
+++ b/graphics/ansilove/Makefile        Mon Mar 30 10:53:56 2020 +0000
@@ -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 @@
 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