Ticket #25045: pidgin-patch

File pidgin-patch, 1.0 KB (added by nefar@…, 14 years ago)

Portfile patch

Line 
1--- Portfile.orig       2010-04-05 06:33:04.000000000 -0700
2+++ Portfile    2010-05-26 22:30:51.000000000 -0700
3@@ -4,7 +4,7 @@
4 PortSystem          1.0
5 
6 name                pidgin
7-version             2.6.6
8+version             2.7.0
9 revision            1
10 categories          net
11 platforms           darwin
12@@ -20,9 +20,9 @@
13 
14 homepage            http://www.pidgin.im/
15 master_sites        sourceforge
16-checksums           md5     b37ab6c52db8355e8c70c044c2ba17c1 \
17-                    sha1    d74459152f9598139a3fd8aee385e3366722155c \
18-                    rmd160  6e2ca8fb05b2575c758537d9adc154678b36cd55
19+checksums           md5     63a36f91d29f5ac5a402ffd2d7dbbb72 \
20+                    sha1    7170aaae5e6f4039870eb5e0c5837d55285b758f \
21+                    rmd160  45e4b5a9acb9c4080ce6b33cedbf9b962883ca25
22 use_bzip2           yes
23 
24 depends_build       port:libtool
25@@ -60,6 +60,8 @@
26 configure.ldflags-append    -bind_at_load
27 configure.cppflags-append   -no-cpp-precomp
28 
29+patchfiles  gst.diff
30+
31 post-activate {
32     system "dbus-uuidgen --ensure"
33 }