Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 20:18:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399395 - head/security/dradis
Message-ID:  <201510152018.t9FKIuGm026898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 15 20:18:56 2015
New Revision: 399395
URL: https://svnweb.freebsd.org/changeset/ports/399395

Log:
  - Add LICENSE_FILE
  - Move LICENSE upward
  - Add NO_ARCH
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/dradis/Makefile

Modified: head/security/dradis/Makefile
==============================================================================
--- head/security/dradis/Makefile	Thu Oct 15 20:18:51 2015	(r399394)
+++ head/security/dradis/Makefile	Thu Oct 15 20:18:56 2015	(r399395)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNA
 MAINTAINER=	semprix@gmx.com
 COMMENT=	Opensource framework to enable effective information gathering
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	${LOCALBASE}/bin/gem:${PORTSDIR}/devel/ruby-gems \
 		${RUBY_SITELIBDIR}/wirble.rb:${PORTSDIR}/devel/ruby-wirble \
 		rubygem-rake>=0.8.7:${PORTSDIR}/devel/rubygem-rake \
@@ -19,8 +22,6 @@ RUN_DEPENDS=	${LOCALBASE}/bin/gem:${PORT
 		rubygem-redcloth>=4.2.7:${PORTSDIR}/www/rubygem-redcloth \
 		rubygem-sqlite3>=1.3.2:${PORTSDIR}/databases/rubygem-sqlite3
 
-LICENSE=	GPLv2
-
 USE_RC_SUBR=	dradis
 SUB_FILES=	pkg-message
 SUB_LIST=	INSTDIR="${PREFIX}/${INSTDIR}" \
@@ -29,6 +30,7 @@ SUB_LIST=	INSTDIR="${PREFIX}/${INSTDIR}"
 INSTDIR?=	${PORTNAME}
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:R}
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 USE_RUBY=	yes
 USE_RUBY_FEATURES=	iconv



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