aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-06-28 13:46:41 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-06-28 13:46:41 +0000
commit62b8c9c4304f383705dec64dda841f3114dba4ea (patch)
treec4ad5d7cfaccdb3f97c28e8a3c9c457c25b35073 /sysutils
parent08e466afc566930ed7271c8329deaca81bcae387 (diff)
downloadports-62b8c9c4304f383705dec64dda841f3114dba4ea.tar.gz
ports-62b8c9c4304f383705dec64dda841f3114dba4ea.zip
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)
Notes
Notes: svn path=/head/; revision=540710
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/arcconf/Makefile17
-rw-r--r--sysutils/arcconf/pkg-plist2
2 files changed, 11 insertions, 8 deletions
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 <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
@${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