Ticket #11220: updatedPatch.txt

File updatedPatch.txt, 3.4 KB (added by spiralyoda-macports@…, 17 years ago)

correctly re-updated portfile (sorry)

Line 
1diff -ur orig/patch_checksums patche/patch_checksums
2--- orig/patch_checksums        2007-01-05 18:05:57.000000000 +0100
3+++ patche/patch_checksums      2007-01-05 18:06:28.000000000 +0100
4@@ -1,40 +1,18 @@
5-patchfiles-append      bash31-001 \
6-                                       bash31-002 \
7-                                       bash31-003 \
8-                                       bash31-004 \
9-                                       bash31-005 \
10-                                       bash31-006 \
11-                                       bash31-007 \
12-                                       bash31-008 \
13-                                       bash31-009 \
14-                                       bash31-010 \
15-                                       bash31-011 \
16-                                       bash31-012 \
17-                                       bash31-013 \
18-                                       bash31-014 \
19-                                       bash31-015 \
20-                                       bash31-016 \
21-                                       bash31-017
22-checksums-append       bash31-001 sha1 cea61aaea659ba8e5d7552204a2a497424deaf65 \
23-                                       bash31-002 sha1 a66b9ffb10d1fec8752353c851d9e3dc1ef7353a \
24-                                       bash31-003 sha1 dc61c9dc01457c7742f429ed878fbba598b1b016 \
25-                                       bash31-004 sha1 dcc8a188ee7b8d5cc668b8b6d9c6013e8ba7c76b \
26-                                       bash31-005 sha1 c9a29982618703765767e83d0c627cecde10203f \
27-                                       bash31-006 sha1 19ca1806a739c58c680e795fb2c4dee9e0623a37 \
28-                                       bash31-007 sha1 897564cb062adacf9300ccc79006c3239993de22 \
29-                                       bash31-008 sha1 20479feb25533407b36ba13eed2421afa9b20e83 \
30-                                       bash31-009 sha1 35d890067d85446b19892bae697695493c68eba5 \
31-                                       bash31-010 sha1 d6fc8724e5716a3e3b26aed51f9cc8b9d2425e4e \
32-                                       bash31-011 sha1 2af832ae9fac9462c4029ee8f6893b6396ab8740 \
33-                                       bash31-012 sha1 253bda773a64334e9c64ab54b5ba4839ed8f9c29 \
34-                                       bash31-013 sha1 0390c0a1529fdc40dbcba76d536440225d0232cd \
35-                                       bash31-014 sha1 b95c67171ec105cc39c9e136d3445f50f8f53622   \
36-                                       bash31-015 md5 1c05456b278235f578009b8fb2454a9a            \
37-                                       bash31-015 sha1 e22f2490d9403de0b28a295f4ac89554e55e901f   \
38-                                       bash31-015 rmd160 1c2203711e26acf8f7e7bc51f05c2827b03f8eb9 \
39-                                       bash31-016 md5 fbc981edfff97a0940487937db3fb202            \
40-                                       bash31-016 sha1 7f4629b94464f53e98786e4a2d38f2b02566bb05   \
41-                                       bash31-016 rmd160 b474ec209cc59f8e9d2616eed9327c96cf3cc606 \
42-                                       bash31-017 md5 b08ffabafce3a967e3a7e0a5b29d8331            \
43-                                       bash31-017 sha1 652a02f90011a167fec6e23a46bbdf9338bc9a7c   \
44-                                       bash31-017 rmd160 838038cd5f70234504bb6d29741c48e15ca20d59
45+patchfiles-append      bash32-001 \
46+                       bash32-002 \
47+                       bash32-003 \
48+                       bash32-004 \
49+                       bash32-005 \
50+                       bash32-006 \
51+                       bash32-007 \
52+                       bash32-008 \
53+                       bash32-009
54+checksums-append       bash32-001 md5 d8e10c754f477e3f3a581af566b89301 \
55+                       bash32-002 md5 d38a5288b2f0ea6c9ac76b66cc74ef7d \
56+                       bash32-003 md5 0b90d37911827d8cb95f3b4353cc225e \
57+                       bash32-004 md5 8062f3a59631f58d78b180d83759b68a \
58+                       bash32-005 md5 585b5943fadf0875ced243b245adde58 \
59+                       bash32-006 md5 1d5732e01ea938aeed42f3def131fa4d \
60+                       bash32-007 md5 dcd0cc5d801607827f7c851e72b0eabc \
61+                       bash32-008 md5 bb3c7dd11198c0ab93d0e960bebf6256 \
62+                       bash32-009 md5 434a6f29b0ca5f1ab784b2437ae8eaed
63diff -ur orig/Portfile patche/Portfile
64--- orig/Portfile       2007-01-05 18:05:57.000000000 +0100
65+++ patche/Portfile     2007-01-05 18:06:28.000000000 +0100
66@@ -2,8 +2,8 @@
67 
68 PortSystem 1.0
69 name        bash
70-version     3.1.17
71-distname    ${name}-3.1
72+version     3.2.9
73+distname    ${name}-3.2
74 categories  shells
75 maintainers yeled@macports.org
76 description Bash (bourne-again shell) is a UNIX command interpreter
77@@ -20,7 +20,7 @@
78 master_sites    gnu ftp://ftp.cwru.edu/pub/bash/
79 patch_sites     gnu:${name}/${distname}-patches
80 checksums       ${distname}${extract.suffix} md5 \
81-    ef5304c4b22aaa5088972c792ed45d72
82+    00bfa16d58e034e3c2aa27f390390d30
83 patchfiles
84 
85 depends_build   bin:msgfmt:gettext
86