Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 09:02:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462377 - head/sysutils/file
Message-ID:  <201802200902.w1K92uAH002752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb 20 09:02:56 2018
New Revision: 462377
URL: https://svnweb.freebsd.org/changeset/ports/462377

Log:
  - Add LICENSE_FILE
  - Switch to new test framework
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/file/Makefile
  head/sysutils/file/pkg-descr

Modified: head/sysutils/file/Makefile
==============================================================================
--- head/sysutils/file/Makefile	Tue Feb 20 08:37:01 2018	(r462376)
+++ head/sysutils/file/Makefile	Tue Feb 20 09:02:56 2018	(r462377)
@@ -11,18 +11,17 @@ MAINTAINER=	jharris@widomaker.com
 COMMENT=	Utility to determine file type
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		libtool
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--enable-fsect-man5
-MAKE_ENV+=	INSTALL_STRIP_FLAG="${STRIP}"
+CONFIGURE_ARGS=	--enable-fsect-man5
+MAKE_ENV=	INSTALL_STRIP_FLAG="${STRIP}"
+TEST_TARGET=	check
 
 CONFLICTS=	tct-[0-9]*
-
-check regression-test test: build
-	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|$$(datadir)/misc|$$(datadir)/${PORTNAME}|g' \

Modified: head/sysutils/file/pkg-descr
==============================================================================
--- head/sysutils/file/pkg-descr	Tue Feb 20 08:37:01 2018	(r462376)
+++ head/sysutils/file/pkg-descr	Tue Feb 20 09:02:56 2018	(r462377)
@@ -7,4 +7,4 @@ tests, performed in the following order:
 
 The first test that succeeds causes the file type to be printed.
 
-WWW: http://darwinsys.com/file
+WWW: http://darwinsys.com/file/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802200902.w1K92uAH002752>