Date: Wed, 20 Jun 2018 22:29:22 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472940 - head/sysutils/ssd_report Message-ID: <201806202229.w5KMTMkO049344@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dteske Date: Wed Jun 20 22:29:22 2018 New Revision: 472940 URL: https://svnweb.freebsd.org/changeset/ports/472940 Log: sysutils/ssd_report: Remove unnecessary FLAVOR declaration Holdover from D15876 interim state Reported by: bdrewery Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D15934 Modified: head/sysutils/ssd_report/Makefile Modified: head/sysutils/ssd_report/Makefile ============================================================================== --- head/sysutils/ssd_report/Makefile Wed Jun 20 21:15:21 2018 (r472939) +++ head/sysutils/ssd_report/Makefile Wed Jun 20 22:29:22 2018 (r472940) @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE FLAVORS= smart smartmontools -FLAVOR?= ${FLAVORS:[1]} smart_RUN_DEPENDS= smart:sysutils/smart smartmontools_RUN_DEPENDS= smartctl:sysutils/smartmontools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806202229.w5KMTMkO049344>