- 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:
Sunpoet Po-Chuan Hsieh 2010-10-19 11:31:13 +00:00
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

View file

@ -6,13 +6,15 @@
# #
PORTNAME= smartmontools PORTNAME= smartmontools
PORTVERSION= 5.39.1 PORTVERSION= 5.40
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= SF MASTER_SITES= SF
MAINTAINER= samm@os2.kiev.ua MAINTAINER= samm@os2.kiev.ua
COMMENT= S.M.A.R.T. disk monitoring tools COMMENT= S.M.A.R.T. disk monitoring tools
LICENSE= GPLv2
CONFLICTS= smartmontools-devel-[0-9]* CONFLICTS= smartmontools-devel-[0-9]*
USE_GMAKE= yes USE_GMAKE= yes

View file

@ -1,3 +1,3 @@
MD5 (smartmontools-5.39.1.tar.gz) = f6f7380ae45587161c0adae8862110e9 MD5 (smartmontools-5.40.tar.gz) = 0f0be0239914ad87830a4fff594bda5b
SHA256 (smartmontools-5.39.1.tar.gz) = 725cfd59b33a97561346a990e1ec50b150dbac01f2b90cd9cf3fd74ff1e77720 SHA256 (smartmontools-5.40.tar.gz) = 2a68ed20d5d6bd198e1aa6bf0b6037f0f216e3b14da022115244f1af9d248bfd
SIZE (smartmontools-5.39.1.tar.gz) = 659335 SIZE (smartmontools-5.40.tar.gz) = 705592

View file

@ -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 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 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 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 WWW: http://smartmontools.sourceforge.net

View file

@ -5,6 +5,7 @@ etc/periodic/daily/smart
etc/smartd.conf.sample etc/smartd.conf.sample
sbin/smartctl sbin/smartctl
sbin/smartd sbin/smartd
sbin/update-smart-drivedb
%%DOCSDIR%%/AUTHORS %%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/CHANGELOG %%DOCSDIR%%/CHANGELOG
%%DOCSDIR%%/COPYING %%DOCSDIR%%/COPYING