mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 5.40
- Add LICENSE - Update pkg-descr Changes: http://sourceforge.net/apps/trac/smartmontools/browser/tags/RELEASE_5_40/smartmontools/NEWS PR: ports/151532 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Approved by: pgollucci (mentor, implicit)
This commit is contained in:
parent
2e23f36579
commit
a97112d243
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263282
4 changed files with 8 additions and 5 deletions
|
@ -6,13 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= smartmontools
|
||||
PORTVERSION= 5.39.1
|
||||
PORTVERSION= 5.40
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= samm@os2.kiev.ua
|
||||
COMMENT= S.M.A.R.T. disk monitoring tools
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
CONFLICTS= smartmontools-devel-[0-9]*
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (smartmontools-5.39.1.tar.gz) = f6f7380ae45587161c0adae8862110e9
|
||||
SHA256 (smartmontools-5.39.1.tar.gz) = 725cfd59b33a97561346a990e1ec50b150dbac01f2b90cd9cf3fd74ff1e77720
|
||||
SIZE (smartmontools-5.39.1.tar.gz) = 659335
|
||||
MD5 (smartmontools-5.40.tar.gz) = 0f0be0239914ad87830a4fff594bda5b
|
||||
SHA256 (smartmontools-5.40.tar.gz) = 2a68ed20d5d6bd198e1aa6bf0b6037f0f216e3b14da022115244f1af9d248bfd
|
||||
SIZE (smartmontools-5.40.tar.gz) = 705592
|
||||
|
|
|
@ -2,6 +2,6 @@ The smartmontools package contains two utility programs (smartctl and smartd)
|
|||
to control and monitor storage systems using the Self-Monitoring, Analysis
|
||||
and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and
|
||||
SCSI hard disks. It is derived from the smartsuite package, and includes
|
||||
support for ATA/ATAPI-5 disks.
|
||||
support for ATA/ATAPI/SATA disks and SCSI disks and tape devices.
|
||||
|
||||
WWW: http://smartmontools.sourceforge.net
|
||||
|
|
|
@ -5,6 +5,7 @@ etc/periodic/daily/smart
|
|||
etc/smartd.conf.sample
|
||||
sbin/smartctl
|
||||
sbin/smartd
|
||||
sbin/update-smart-drivedb
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/CHANGELOG
|
||||
%%DOCSDIR%%/COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue