svn commit: r505211 - head/security/beecrypt

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 27 17:17:37 UTC 2019


Author: amdmi3
Date: Thu Jun 27 17:17:36 2019
New Revision: 505211
URL: https://svnweb.freebsd.org/changeset/ports/505211

Log:
  - Add LICENSE
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/security/beecrypt/Makefile

Modified: head/security/beecrypt/Makefile
==============================================================================
--- head/security/beecrypt/Makefile	Thu Jun 27 17:12:58 2019	(r505210)
+++ head/security/beecrypt/Makefile	Thu Jun 27 17:17:36 2019	(r505211)
@@ -13,6 +13,9 @@ PATCH_SITES=	http://sourceforge.net/p/beecrypt/patches
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	BeeCrypt is an open source cryptography library
 
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+
 BROKEN_powerpc64=	Does not build: Error: unsupported relocation against r3
 
 GNU_CONFIGURE=	yes
@@ -20,6 +23,7 @@ CONFIGURE_ARGS=	--without-java --without-python
 INSTALL_TARGET=	install-strip
 USES=		libtool
 USE_LDCONFIG=	yes
+TEST_TARGET=	check
 
 OPTIONS_DEFINE=	OPENMP
 OPENMP_CONFIGURE_ENABLE=	openmp
@@ -39,9 +43,5 @@ post-patch:
 CPPFLAGS+=	-DOPTIMIZE_${o:tu}
 .endif
 .endfor
-
-regression-test test check: build
-	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
-		${MAKEFILE} ${MAKE_ARGS} check)
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list