Date: Wed, 15 Jan 2020 15:55:12 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523120 - head/security/libtasn1 Message-ID: <202001151555.00FFtCfj065380@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Wed Jan 15 15:55:11 2020 New Revision: 523120 URL: https://svnweb.freebsd.org/changeset/ports/523120 Log: security/libtasn1: Drop gmake, add "make test", minor cosmetic changes - Remove gmake dependency - Sort USES in alphabetical order - Add "make test" functionality Submitted by: Daniel Engberg Differential Revision: https://reviews.freebsd.org/D23137 Modified: head/security/libtasn1/Makefile Modified: head/security/libtasn1/Makefile ============================================================================== --- head/security/libtasn1/Makefile Wed Jan 15 15:52:53 2020 (r523119) +++ head/security/libtasn1/Makefile Wed Jan 15 15:55:11 2020 (r523120) @@ -14,7 +14,7 @@ LICENSE= LGPL21+ GPLv3 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe pkgconfig pathfix gmake libtool +USES= cpe libtool pathfix pkgconfig USE_CSTD= c99 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -22,6 +22,8 @@ INSTALL_TARGET= install-strip CPE_VENDOR= gnu OPTIONS_DEFINE= DOCS + +TEST_TARGET= check DOCS= AUTHORS NEWS README.md THANKS doc/TODO \ doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001151555.00FFtCfj065380>