[Midnightbsd-cvs] mports [18920] trunk/sysutils/smartmontools: update smartmontools to 6.3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 10 15:20:43 EDT 2015


Revision: 18920
          http://svnweb.midnightbsd.org/mports/?rev=18920
Author:   laffer1
Date:     2015-05-10 15:20:42 -0400 (Sun, 10 May 2015)
Log Message:
-----------
update smartmontools to 6.3

Modified Paths:
--------------
    trunk/sysutils/smartmontools/Makefile
    trunk/sysutils/smartmontools/distinfo
    trunk/sysutils/smartmontools/pkg-plist

Modified: trunk/sysutils/smartmontools/Makefile
===================================================================
--- trunk/sysutils/smartmontools/Makefile	2015-05-10 15:29:44 UTC (rev 18919)
+++ trunk/sysutils/smartmontools/Makefile	2015-05-10 19:20:42 UTC (rev 18920)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	smartmontools
-PORTVERSION=	6.2
+PORTVERSION=	6.3
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
@@ -10,7 +10,13 @@
 
 LICENSE=	gpl2
 
-USE_GMAKE=	yes
+CONFLICTS=	smartmontools-devel-[0-9]*
+
+OPTIONS_DEFINE=	DOCS
+DOCS_CONFIGURE_OFF=	--without-docdir --without-exampledir
+DOCS_CONFIGURE_ON=	--with-docdir=${DOCSDIR}
+
+USES=		alias gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--enable-drivedb --enable-sample \
@@ -19,21 +25,8 @@
 SUB_FILES=	pkg-message smart
 USE_RC_SUBR=	smartd
 
-MAN5=		smartd.conf.5
-MAN8=		smartd.8 smartctl.8
-
 PORTDOCS=	*
 
-.include <bsd.mport.options.mk>
-
-.if ! ${PORT_OPTIONS:MDOCS}
-CONFIGURE_ARGS+=	--without-docdir --without-exampledir
-.else
-CONFIGURE_ARGS+=	--with-docdir=${DOCSDIR}
-.endif
-
-CFLAGS:=	${CFLAGS:S/-O2/-O/} -Wno-write-strings
-
 post-patch:
 	@${REINPLACE_CMD} -e 's| install-initdDATA| |' ${WRKSRC}/Makefile.in
 

Modified: trunk/sysutils/smartmontools/distinfo
===================================================================
--- trunk/sysutils/smartmontools/distinfo	2015-05-10 15:29:44 UTC (rev 18919)
+++ trunk/sysutils/smartmontools/distinfo	2015-05-10 19:20:42 UTC (rev 18920)
@@ -1,2 +1,2 @@
-SHA256 (smartmontools-6.2.tar.gz) = 486f660579bb0fb4f6b927ded7531cb1f99685c666397377761c5b04dd96065b
-SIZE (smartmontools-6.2.tar.gz) = 791427
+SHA256 (smartmontools-6.3.tar.gz) = a777065d1a5965d71b3672e054b09b7696200ec73aaf45ab636f34016538fe19
+SIZE (smartmontools-6.3.tar.gz) = 809790

Modified: trunk/sysutils/smartmontools/pkg-plist
===================================================================
--- trunk/sysutils/smartmontools/pkg-plist	2015-05-10 15:29:44 UTC (rev 18919)
+++ trunk/sysutils/smartmontools/pkg-plist	2015-05-10 19:20:42 UTC (rev 18920)
@@ -2,10 +2,12 @@
 etc/periodic/daily/smart
 etc/smartd.conf.sample
 etc/smartd_warning.sh
+man/man5/smartd.conf.5.gz
+man/man8/smartd.8.gz
+man/man8/smartctl.8.gz
+man/man8/update-smart-drivedb.8.gz
 sbin/smartctl
 sbin/smartd
 sbin/update-smart-drivedb
 %%DATADIR%%/drivedb.h
- at dirrm %%DATADIR%%
- at dirrmtry etc/periodic/daily
- at dirrmtry etc/periodic
+ at dir etc/smartd_warning.d



More information about the Midnightbsd-cvs mailing list