svn commit: r410871 - head/net-mgmt/nagios-check_smartmon

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Mar 12 12:07:01 UTC 2016


Author: rakuco
Date: Sat Mar 12 12:07:00 2016
New Revision: 410871
URL: https://svnweb.freebsd.org/changeset/ports/410871

Log:
  Simplify the Makefile a bit.
  
  Set LICENSE and NO_ARCH and use shebangfix.
  
  PR:		207766
  Submitted by:	Krzysztof <ports at bsdserwis.com> (maintainer)

Deleted:
  head/net-mgmt/nagios-check_smartmon/pkg-plist
Modified:
  head/net-mgmt/nagios-check_smartmon/Makefile

Modified: head/net-mgmt/nagios-check_smartmon/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_smartmon/Makefile	Sat Mar 12 10:15:43 2016	(r410870)
+++ head/net-mgmt/nagios-check_smartmon/Makefile	Sat Mar 12 12:07:00 2016	(r410871)
@@ -5,16 +5,23 @@ PORTNAME=	check_smartmon
 PORTVERSION=	20100318
 PORTREVISION=	2
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://nognu.de/s/FreeBSD/distfiles/
+MASTER_SITES=	http://ftp.bsdserwis.com/pub/FreeBSD/ports/distfiles/
 PKGNAMEPREFIX=	nagios-
 
 MAINTAINER=	ports at bsdserwis.com
 COMMENT=	Nagios plug-in to get status from smartmontools
 
+LICENSE=	GPLv2+
+
 RUN_DEPENDS=	${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools
 
-USES=		python
+USES=		python shebangfix
 NO_BUILD=	yes
+NO_ARCH=	yes
+
+SHEBANG_FILES=	check_smartmon
+
+PLIST_FILES=	libexec/nagios/check_smartmon
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios


More information about the svn-ports-all mailing list