Date: Sat, 15 Jun 2019 09:01: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: r504238 - head/sysutils/cmospwd Message-ID: <201906150901.x5F91uIn076935@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Jun 15 09:01:56 2019 New Revision: 504238 URL: https://svnweb.freebsd.org/changeset/ports/504238 Log: - Fix LICENSE - Add LICENSE_FILE - Pet portlint - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/sysutils/cmospwd/Makefile head/sysutils/cmospwd/pkg-descr Modified: head/sysutils/cmospwd/Makefile ============================================================================== --- head/sysutils/cmospwd/Makefile Sat Jun 15 08:16:42 2019 (r504237) +++ head/sysutils/cmospwd/Makefile Sat Jun 15 09:01:56 2019 (r504238) @@ -10,15 +10,16 @@ MASTER_SITES= http://www.cgsecurity.org/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= BIOS password recovery tool -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING +ONLY_FOR_ARCHS= amd64 i386 + USES= tar:bzip2 PLIST_FILES= bin/cmospwd PORTDOCS= cmospwd.txt -ONLY_FOR_ARCHS= i386 amd64 - OPTIONS_DEFINE= DOCS post-patch-DOCS-on: @@ -30,6 +31,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/cmospwd/pkg-descr ============================================================================== --- head/sysutils/cmospwd/pkg-descr Sat Jun 15 08:16:42 2019 (r504237) +++ head/sysutils/cmospwd/pkg-descr Sat Jun 15 09:01:56 2019 (r504238) @@ -16,4 +16,4 @@ following BIOS versions: * Toshiba * Zenith AMI -WWW: http://www.cgsecurity.org/index.html?cmospwd.html +WWW: https://www.cgsecurity.org/wiki/CmosPwd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906150901.x5F91uIn076935>