Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 19:45:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388985 - head/net-mgmt/ocsinventory-agent
Message-ID:  <201506091945.t59Jj6HN079615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  9 19:45:06 2015
New Revision: 388985
URL: https://svnweb.freebsd.org/changeset/ports/388985

Log:
  - Add LICENSE_FILE
  - Fix shebangs
  - Add NO_ARCH
  
  MFH:		2015Q2 (blanket)

Modified:
  head/net-mgmt/ocsinventory-agent/Makefile

Modified: head/net-mgmt/ocsinventory-agent/Makefile
==============================================================================
--- head/net-mgmt/ocsinventory-agent/Makefile	Tue Jun  9 19:45:03 2015	(r388984)
+++ head/net-mgmt/ocsinventory-agent/Makefile	Tue Jun  9 19:45:06 2015	(r388985)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Ocsinventory
 PORTVERSION=	2.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://launchpad.net/ocsinventory-unix-agent/stable-2.1/${PORTVERSION}/+download/
@@ -13,6 +13,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Keep track of the computers configuration and software
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	lspci:${PORTSDIR}/sysutils/pciutils \
 		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
@@ -21,12 +22,14 @@ RUN_DEPENDS=	lspci:${PORTSDIR}/sysutils/
 		dmidecode:${PORTSDIR}/sysutils/dmidecode \
 		p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	postinst.pl
 USE_PERL5=	configure
 CONFIGURE_ENV=	PERL_AUTOINSTALL=1
 WRKSRC=		${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
 SUB_FILES=	pkg-message
 SUB_LIST=	SITE_PERL=${PREFIX}/${SITE_PERL_REL}
+NO_ARCH=	yes
 
 # define options
 OPTIONS_DEFINE=	DAEMON IPMI SSL PRINTER SNMP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091945.t59Jj6HN079615>