aboutsummaryrefslogtreecommitdiff
path: root/sysutils/arcconf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-05-03 04:51:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-05-03 04:51:13 +0000
commit6aef1dfad45ff3b6e1f69b3367149e25c47d0cbe (patch)
treed1de5edf8eda83ecef37f6a75dcab659a71c84ad /sysutils/arcconf
parent9d2aa05631e85c903d65e016b739e16c2f9163d7 (diff)
downloadports-6aef1dfad45ff3b6e1f69b3367149e25c47d0cbe.tar.gz
ports-6aef1dfad45ff3b6e1f69b3367149e25c47d0cbe.zip
- Update to 6.50.18771
PR: ports/155931 (based on) Submitted by: Sergey Kandaurov <pluknet@gmail.com> Approved by: Michael Fuckner <michael@fuckner.net> (maintainer)
Notes
Notes: svn path=/head/; revision=273534
Diffstat (limited to 'sysutils/arcconf')
-rw-r--r--sysutils/arcconf/Makefile12
-rw-r--r--sysutils/arcconf/distinfo8
2 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile
index 59a4743535e0..422db8b56c42 100644
--- a/sysutils/arcconf/Makefile
+++ b/sysutils/arcconf/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= arcconf
-DISTVERSION= v6_50_18579
+DISTVERSION= v6_50_18771
CATEGORIES= sysutils
MASTER_SITES= http://download.adaptec.com/raid/storage_manager/
DISTNAME= asm_freebsd_${DIST_EXT}_${DISTVERSION}
@@ -26,24 +26,26 @@ NO_CDROM= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
-DIST_TYPE= 8
+DIST_OSVER= 8
.elif ${OSVERSION} >= 700000
-DIST_TYPE= 7
+DIST_OSVER= 7
.else
-DIST_TYPE= 6
+DIST_OSVER= 6
.endif
.if ${ARCH} == amd64
DIST_EXT= x64
+DIST_ARCH= _x86_64
.else
DIST_EXT= x86
+DIST_ARCH= # empty
.endif
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_TYPE}/cmdline/arcconf ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}${DIST_ARCH}/cmdline/arcconf ${PREFIX}/sbin
@${MKDIR} ${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${PREFIX}/etc/periodic/daily
diff --git a/sysutils/arcconf/distinfo b/sysutils/arcconf/distinfo
index e074e072cb61..e711b6c828cd 100644
--- a/sysutils/arcconf/distinfo
+++ b/sysutils/arcconf/distinfo
@@ -1,4 +1,4 @@
-SHA256 (asm_freebsd_x86_v6_50_18579.tgz) = 85bbe8f9e7f399c18cb21e7816894c54d6ee6a0e9325cc96aaf017aa2dc3a4ae
-SIZE (asm_freebsd_x86_v6_50_18579.tgz) = 155662375
-SHA256 (asm_freebsd_x64_v6_50_18579.tgz) = 518db5309b7cdf1dae1191fdc302c37ebd2a49e0db5a7ca31d4a24512c96f05d
-SIZE (asm_freebsd_x64_v6_50_18579.tgz) = 152244880
+SHA256 (asm_freebsd_x86_v6_50_18771.tgz) = 3f2e5b64b6a956969b47ab37b68f152d4aa602861ce2871cbf59430835da30ba
+SIZE (asm_freebsd_x86_v6_50_18771.tgz) = 156335703
+SHA256 (asm_freebsd_x64_v6_50_18771.tgz) = 2f374ace00d99c1eed3ced28c6985098ee3ff45ace827f23e7da810f8a20cc8c
+SIZE (asm_freebsd_x64_v6_50_18771.tgz) = 152288701