Ticket #47865: portfile-patch

File portfile-patch, 988 bytes (added by pmetzger (Perry E. Metzger), 9 years ago)

Patch to upgrade the Portfile

Line 
1--- Portfile.save       2015-05-25 17:14:25.000000000 -0400
2+++ Portfile    2015-05-27 16:05:00.000000000 -0400
3@@ -5,8 +5,8 @@
4 PortGroup       active_variants 1.1
5 
6 name            claws-mail
7-version         3.10.1
8-revision        2
9+version         3.11.1
10+revision        0
11 categories      mail news
12 platforms       darwin
13 license         GPL-3+
14@@ -24,11 +24,14 @@
15 homepage        http://www.claws-mail.org/
16 master_sites    sourceforge:project/claws-mail/Claws%20Mail/${version}
17 
18-checksums       rmd160  4ccb6ead7820338d2800d499555a20c8bce914cd \
19-                sha256  4cb7c42995b1a5d7567a0909ce2080c05eec74a4d966da7a7a872f5eba018459
20+checksums       rmd160  6cdcae95d8c367da3d170dba55b9707b181fa723 \
21+                sha256  d72381b6c9f872638cae2c208925e19bd5d4a9476bb9049742f1ba27c3efd133
22 
23 use_xz          yes
24 
25+patchfiles      patch-rssyl-symbol-fix.diff
26+patch.pre_args  -p1
27+
28 depends_build   port:pkgconfig
29 depends_lib     port:gtk2 \
30                 port:libetpan \