Date: Thu, 12 Feb 2009 14:10:43 +0000 From: Matthew West <ports@r.zeeb.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Michael Fuckner <michael@fuckner.net> Subject: ports/131607: [PATCH] update of sysutils/arcconf to 6.10 Message-ID: <E1LXcH5-000Ihq-IP@zeeb.org> Resent-Message-ID: <200902121430.n1CEU2es033170@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131607 >Category: ports >Synopsis: [PATCH] update of sysutils/arcconf to 6.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 12 14:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthew West >Release: FreeBSD 7.1-RELEASE amd64 >Organization: University of Oxford >Environment: >Description: updates sysutils/arcconf to 6.10, which no longer needs compat6 tested on 7.1-RELEASE AMD64 and 8.0-CURRENT AMD64 files touched: arcconf/Makefile, arcconf/distinfo >How-To-Repeat: >Fix: diff -ruN arcconf.old/Makefile arcconf/Makefile --- arcconf.old/Makefile 2009-01-06 17:59:22.000000000 +0000 +++ arcconf/Makefile 2009-02-12 13:53:56.000000000 +0000 @@ -5,10 +5,11 @@ # $FreeBSD: ports/sysutils/arcconf/Makefile,v 1.3 2009/01/06 17:59:22 pav Exp $ PORTNAME= arcconf -DISTVERSION= v5_30_17509 +DISTVERSION= v6_10_18359 CATEGORIES= sysutils MASTER_SITES= http://download.adaptec.com/raid/storage_manager/ -DISTNAME= cli_freebsd${DIST_EXT}_${DISTVERSION} +DISTNAME= asm_freebsd${DIST_EXT}_${DISTVERSION} +EXTRACT_SUFX= .pkg.tbz MAINTAINER= michael@fuckner.net COMMENT= Adaptec SCSI RAID administration tool @@ -22,20 +23,16 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700000 -LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x -.endif - .if ${ARCH} == amd64 -DIST_EXT= 6_x64 +DIST_EXT= 7_x64 .else -DIST_EXT= 6_x86 +DIST_EXT= 7_x86 .endif NO_BUILD= yes NO_WRKSUBDIR= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/arcconf ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/opt/StorMan/arcconf ${PREFIX}/sbin .include <bsd.port.post.mk> diff -ruN arcconf.old/distinfo arcconf/distinfo --- arcconf.old/distinfo 2009-01-06 17:59:22.000000000 +0000 +++ arcconf/distinfo 2009-02-12 13:48:16.000000000 +0000 @@ -1,6 +1,6 @@ -MD5 (cli_freebsd6_x64_v5_30_17509.tar.gz) = 7106a78fee4fa38b1f0ce1d3d117b2e0 -SHA256 (cli_freebsd6_x64_v5_30_17509.tar.gz) = fd84bcb01147774b4e47d335f9bdfaee0baafd06d38b20d46282eed6abe60092 -SIZE (cli_freebsd6_x64_v5_30_17509.tar.gz) = 726757 -MD5 (cli_freebsd6_x86_v5_30_17509.tar.gz) = dcf16294f5c96c5769df5629d4bee5a0 -SHA256 (cli_freebsd6_x86_v5_30_17509.tar.gz) = f82d1f180e82b72c3c38857be393580d71257a3189fecc28bdffb7f12194b612 -SIZE (cli_freebsd6_x86_v5_30_17509.tar.gz) = 682641 +MD5 (asm_freebsd7_x64_v6_10_18359.pkg.tbz) = 24b874d029597b315aa4197fc15d4cd5 +SHA256 (asm_freebsd7_x64_v6_10_18359.pkg.tbz) = e1f9a7c79c2fd78e762031c4ae8e110f6160994e9b85dc19daf03063cfc4e3a5 +SIZE (asm_freebsd7_x64_v6_10_18359.pkg.tbz) = 48972124 +MD5 (asm_freebsd7_x86_v6_10_18359.pkg.tbz) = e0ecafbc4ebbdeb6dc04a0da159817d1 +SHA256 (asm_freebsd7_x86_v6_10_18359.pkg.tbz) = 9e0c78b3de2b392623a333cd9962086263886aa473f68a4748f4307ede97c186 +SIZE (asm_freebsd7_x86_v6_10_18359.pkg.tbz) = 50130269 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1LXcH5-000Ihq-IP>