Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2020 13:46:41 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540710 - head/sysutils/arcconf
Message-ID:  <202006281346.05SDkfaS050010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sun Jun 28 13:46:41 2020
New Revision: 540710
URL: https://svnweb.freebsd.org/changeset/ports/540710

Log:
  Robustness fix and license updates
  
  - Update Makefile to use current version of GCC as defined in
    bsd.default-versions.mk. (USE_GCC=yes)
  - Update Makefile with LICENSE and LICENSE_PERMS information and remove
    RESTRICTED and NO_CDROM (redundant)
  - Update Makefile PORTREVISION
  
  While here, pet portlint
  
  PR:		243142
  Submitted by:	thomas@bsdunix.ch
  Approved by:	michael@fuckner.net (maintainer)

Deleted:
  head/sysutils/arcconf/pkg-plist
Modified:
  head/sysutils/arcconf/Makefile

Modified: head/sysutils/arcconf/Makefile
==============================================================================
--- head/sysutils/arcconf/Makefile	Sun Jun 28 13:34:16 2020	(r540709)
+++ head/sysutils/arcconf/Makefile	Sun Jun 28 13:46:41 2020	(r540710)
@@ -3,7 +3,7 @@
 
 PORTNAME=	arcconf
 DISTVERSION=	3_01_23531
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://download.adaptec.com/raid/storage_manager/
@@ -12,23 +12,28 @@ DISTNAME=	arcconf_v${DISTVERSION}
 MAINTAINER=	michael@fuckner.net
 COMMENT=	Adaptec SCSI/SAS RAID administration tool
 
+LICENSE=	Microsemi
+LICENSE_NAME=	Microsemi License
+LICENSE_FILE=	${WRKSRC}/freebsd${DIST_TYPE}/cmdline/License.txt
+LICENSE_PERMS=	no-pkg-sell no-dist-sell no-dist-mirror auto-accept
+
 ONLY_FOR_ARCHS=	amd64
+USES=		zip
 LIB_DEPENDS=	libstdc++.so.6:lang/gcc${GCC_DEFAULT}
+USE_GCC=	yes
 
-USES=		zip
-
 PERIODICSCRIPT=	410.status-aac-raid
 
 SUB_FILES+=	${PERIODICSCRIPT}
 
-RESTRICTED=	May not be redistributed in binary form
-NO_CDROM=	May not be redistributed in binary form
-
 .include <bsd.port.pre.mk>
 DIST_TYPE=	11_x64
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
+
+PLIST_FILES=	etc/periodic/daily/410.status-aac-raid \
+		sbin/arcconf
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_TYPE}/cmdline/arcconf ${STAGEDIR}${PREFIX}/sbin



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