Date: Mon, 28 Mar 2016 12:05:14 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412045 - head/sysutils/3dm Message-ID: <201603281205.u2SC5Eop051249@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Mar 28 12:05:13 2016 New Revision: 412045 URL: https://svnweb.freebsd.org/changeset/ports/412045 Log: Use LICENSE* instead of RESTRICTED, and USES=zip. PR: 205746 Submitted by: maintainer Sponsored by: Absolight Modified: head/sysutils/3dm/Makefile (contents, props changed) Modified: head/sysutils/3dm/Makefile ============================================================================== --- head/sysutils/3dm/Makefile Mon Mar 28 12:05:07 2016 (r412044) +++ head/sysutils/3dm/Makefile Mon Mar 28 12:05:13 2016 (r412045) @@ -3,20 +3,22 @@ PORTNAME= 3dm PORTVERSION= 2.11.00.021 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://www.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/ -DISTFILES= 3DM2_CLI-freebsd_10-2-2-1_9-5-5-1.zip +DISTNAME= 3DM2_CLI-freebsd_10-2-2-1_9-5-5-1 DIST_SUBDIR= 3dm2 MAINTAINER= takefu@airport.fm COMMENT= 3ware RAID controller monitoring daemon and web server -RESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/Pages/user/eula.aspx - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} +LICENSE= 3dm +LICENSE_NAME= AVAGO +LICENSE_TEXT= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.avagotech.com/products/server-storage/raid-controllers/3ware-sas-9750-24i4e +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept +USES= zip USE_RC_SUBR= 3dm2 SUB_FILES= pkg-message 3dm2.conf.sample SUB_LIST= HOSTNAME=`hostname`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603281205.u2SC5Eop051249>