FreeBSD Bugzilla – Attachment 93650 Details for
Bug 131607
[PATCH] update of sysutils/arcconf to 6.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
arcconf.port.diff
arcconf.port.diff (text/x-diff; charset=US-ASCII), 1.75 KB, created by
pluknet
on 2009-03-24 22:37:13 UTC
(
hide
)
Description:
arcconf.port.diff
Filename:
MIME Type:
Creator:
pluknet
Created:
2009-03-24 22:37:13 UTC
Size:
1.75 KB
patch
obsolete
>diff -urpN arcconf-orig/Makefile arcconf-new/Makefile >--- arcconf-orig/Makefile Wed Mar 25 01:10:07 2009 >+++ arcconf-new/Makefile Wed Mar 25 01:36:16 2009 >@@ -8,8 +8,7 @@ PORTNAME= arcconf > DISTVERSION= v6_10_18359 > CATEGORIES= sysutils > MASTER_SITES= http://download.adaptec.com/raid/storage_manager/ >-DISTNAME= asm_freebsd${DIST_EXT}_${DISTVERSION} >-EXTRACT_SUFX= .pkg.tbz >+DISTNAME= asm_freebsd${DIST_TYPE}_${DIST_EXT}_${DISTVERSION} > > MAINTAINER= michael@fuckner.net > COMMENT= Adaptec SCSI RAID administration tool >@@ -23,10 +22,18 @@ PLIST_FILES= sbin/arcconf > > .include <bsd.port.pre.mk> > >+.if ${OSVERSION} >= 700000 >+DIST_TYPE= 7 >+EXTRACT_SUFX= .pkg.tbz >+.else >+DIST_TYPE= 6 >+EXTRACT_SUFX= .pkg.tgz >+.endif >+ > .if ${ARCH} == amd64 >-DIST_EXT= 7_x64 >+DIST_EXT= x64 > .else >-DIST_EXT= 7_x86 >+DIST_EXT= x86 > .endif > > NO_BUILD= yes >diff -urpN arcconf-orig/distinfo arcconf-new/distinfo >--- arcconf-orig/distinfo Wed Mar 25 01:10:29 2009 >+++ arcconf-new/distinfo Wed Mar 25 01:24:44 2009 >@@ -4,3 +4,9 @@ SIZE (asm_freebsd7_x64_v6_10_18359.pkg.t > 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 >+MD5 (asm_freebsd6_x64_v6_10_18359.pkg.tgz) = 3685aae692e903b72226314ff29433bb >+SHA256 (asm_freebsd6_x64_v6_10_18359.pkg.tgz) = acfd04e964d0432b959877fe529922e6b243fa2881580d86e6a31577f70112f5 >+SIZE (asm_freebsd6_x64_v6_10_18359.pkg.tgz) = 49277310 >+MD5 (asm_freebsd6_x86_v6_10_18359.pkg.tgz) = cdbb4bc2443d108ad3a82255367aaa52 >+SHA256 (asm_freebsd6_x86_v6_10_18359.pkg.tgz) = bac035f3ad3fa7c4cfa3c0dcc9be8a96571079477e9b8865e201bd69ecc5b63c >+SIZE (asm_freebsd6_x86_v6_10_18359.pkg.tgz) = 50525801
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131607
:
93649
| 93650