Ticket #44214: claws-patch

File claws-patch, 1.3 KB (added by pmetzger (Perry E. Metzger), 10 years ago)

patch for Portfile

Line 
1--- Portfile.~1~        2014-06-21 16:30:19.000000000 -0400
2+++ Portfile    2014-07-01 19:29:17.000000000 -0400
3@@ -5,8 +5,8 @@
4 PortGroup       active_variants 1.1
5 
6 name            claws-mail
7-version         3.9.3
8-revision        1
9+version         3.10.1
10+revision        0
11 categories      mail news
12 platforms       darwin
13 license         GPL-3+
14@@ -22,12 +22,12 @@
15                 properties and much more.
16 
17 homepage        http://www.claws-mail.org/
18-master_sites    sourceforge:project/sylpheed-claws/Claws%20Mail/${version}
19+master_sites    sourceforge:project/claws-mail/Claws%20Mail/${version}
20 
21-checksums       rmd160  e9258dd2323010596782e2090a40f3fe674344e2 \
22-                sha256  53aacceab45af6c3ee1f0668956a6e3328d21ac4efcfc0aa8dfd7d7552a62372
23+checksums       rmd160  4ccb6ead7820338d2800d499555a20c8bce914cd \
24+                sha256  4cb7c42995b1a5d7567a0909ce2080c05eec74a4d966da7a7a872f5eba018459
25 
26-use_bzip2       yes
27+use_xz          yes
28 
29 depends_build   port:pkgconfig
30 depends_lib     port:gtk2 \
31@@ -39,6 +39,8 @@
32                 port:gnutls \
33                 port:libgcrypt \
34                 port:enchant \
35+                port:poppler \
36+                port:ghostscript \
37                 path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk
38 
39 # claws uses gdk/gdkx.h, which is not installed by gtk2 +quartz.