svn commit: r540710 - head/sysutils/arcconf

Li-Wen Hsu lwhsu at FreeBSD.org
Sun Jun 28 13:46:42 UTC 2020


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 at bsdunix.ch
  Approved by:	michael at 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 at 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


More information about the svn-ports-head mailing list