From 62b8c9c4304f383705dec64dda841f3114dba4ea Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sun, 28 Jun 2020 13:46:41 +0000 Subject: 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) --- sysutils/arcconf/Makefile | 17 +++++++++++------ sysutils/arcconf/pkg-plist | 2 -- 2 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 sysutils/arcconf/pkg-plist diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index 91b59b67ac4c..e11197033006 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -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,24 +12,29 @@ DISTNAME= arcconf_v${DISTVERSION} MAINTAINER= michael@fuckner.net COMMENT= Adaptec SCSI/SAS RAID administration tool -ONLY_FOR_ARCHS= amd64 -LIB_DEPENDS= libstdc++.so.6:lang/gcc${GCC_DEFAULT} +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 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 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 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily diff --git a/sysutils/arcconf/pkg-plist b/sysutils/arcconf/pkg-plist deleted file mode 100644 index 74e985b95fc2..000000000000 --- a/sysutils/arcconf/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -etc/periodic/daily/410.status-aac-raid -sbin/arcconf -- cgit v1.2.3