svn commit: r462377 - head/sysutils/file
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Feb 20 09:02:57 UTC 2018
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 at 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/
More information about the svn-ports-all
mailing list