diff options
author | scheidell <scheidell@FreeBSD.org> | 2011-12-30 03:42:54 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2011-12-30 03:42:54 +0800 |
commit | afe06631d618afedd87b23de6011afc523a4a583 (patch) | |
tree | dee471db84aa8254985c62b6d9d6fd6a70facc7b /sysutils/arcconf | |
parent | 61c1ab3cc527262f9601c1681a556e63f7a26480 (diff) | |
download | freebsd-ports-gnome-afe06631d618afedd87b23de6011afc523a4a583.tar.gz freebsd-ports-gnome-afe06631d618afedd87b23de6011afc523a4a583.tar.zst freebsd-ports-gnome-afe06631d618afedd87b23de6011afc523a4a583.zip |
- Update to 7.30
PR: ports/163457
Approved by: gabor (mentor, implicit)
Diffstat (limited to 'sysutils/arcconf')
-rw-r--r-- | sysutils/arcconf/Makefile | 8 | ||||
-rw-r--r-- | sysutils/arcconf/distinfo | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index 3c1aa967a188..ca2da9440ea9 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= arcconf -DISTVERSION= v7_00_18781 +DISTVERSION= v7_30_18837 CATEGORIES= sysutils MASTER_SITES= http://download.adaptec.com/raid/storage_manager/ DISTNAME= asm_freebsd_${DIST_EXT}_${DISTVERSION} @@ -29,23 +29,19 @@ NO_CDROM= yes DIST_OSVER= 8 .elif ${OSVERSION} >= 700000 DIST_OSVER= 7 -.else -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_OSVER}${DIST_ARCH}/cmdline/arcconf ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}/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 364af396eb19..3be5f4fa4a58 100644 --- a/sysutils/arcconf/distinfo +++ b/sysutils/arcconf/distinfo @@ -1,4 +1,4 @@ -SHA256 (asm_freebsd_x86_v7_00_18781.tgz) = 4be4172bdbcd90d555b94b21991e393d6bfffb520d8d928f99bd92063255754f -SIZE (asm_freebsd_x86_v7_00_18781.tgz) = 156343981 -SHA256 (asm_freebsd_x64_v7_00_18781.tgz) = 7390022ad9c664ba152332fb369db41648fe8315ce2e5d6118f6a49fc786d888 -SIZE (asm_freebsd_x64_v7_00_18781.tgz) = 152291554 +SHA256 (asm_freebsd_x86_v7_30_18837.tgz) = 17fe9ee7996d23dad33feb4f281004e0a8dc915364626ab6fde4a140b8836afd +SIZE (asm_freebsd_x86_v7_30_18837.tgz) = 104249384 +SHA256 (asm_freebsd_x64_v7_30_18837.tgz) = fb73848df8471b7c144042474eb6c3570a09a37b6cc10f8be07b0d7364ceb966 +SIZE (asm_freebsd_x64_v7_30_18837.tgz) = 101604376 |