[127268] trunk/dports/net/pidgin/Portfile

devans at macports.org devans at macports.org
Fri Oct 24 09:34:31 PDT 2014


Revision: 127268
          https://trac.macports.org/changeset/127268
Author:   devans at macports.org
Date:     2014-10-24 09:34:30 -0700 (Fri, 24 Oct 2014)
Log Message:
-----------
libpurple, pidgin: update to version 2.10.10, security fixes, drop python variants and use python27 unconditionally at build time.

Modified Paths:
--------------
    trunk/dports/net/pidgin/Portfile

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2014-10-24 15:08:19 UTC (rev 127267)
+++ trunk/dports/net/pidgin/Portfile	2014-10-24 16:34:30 UTC (rev 127268)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                pidgin
-version             2.10.9
-revision            1
+version             2.10.10
 categories          net
 platforms           darwin
 license             GPL-2+
@@ -22,13 +21,17 @@
 homepage            http://www.pidgin.im/
 master_sites        sourceforge:project/pidgin/Pidgin/${version}
 
-checksums           rmd160  05d8e9593730ec576dec34007b45396454d8880d \
-                    sha256  dc362ed8577f623eea4554a79e917073aa726825074fea402f2e515f0f51f319
+checksums           rmd160  9d744cb2f87567dc0d1ac28bbd97b0d217f807de \
+                    sha256  dc6b95512eaec75aef170aabce471491fc70584932599dfead20f1f1c45c822d
 
 use_bzip2           yes
 
+# Python is only required if --enable-dbus is used, and only for
+# the build process to generate the dbus code, not for running pidgin.
+
 depends_build       port:pkgconfig \
-                    port:intltool
+                    port:intltool \
+                    port:python27
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:libxml2 \
@@ -88,6 +91,7 @@
                     --with-nspr-libs=${prefix}/lib/nspr \
                     --with-nss-includes=${prefix}/include/nss \
                     --with-nss-libs=${prefix}/lib/nss \
+                    --with-python=${prefix}/bin/python2.7 \
                     --disable-dependency-tracking \
                     --without-x
 
@@ -97,9 +101,6 @@
 configure.cppflags-append   -no-cpp-precomp
 
 subport libpurple {
-    # revision incremented here due to perl dependency change which only effects libpurple (#44588)
-    revision        2
-
     configure.args-append   --disable-gtkui \
                             --disable-pixmaps-install \
                             --disable-nls
@@ -171,23 +172,6 @@
     }
 }
     
-# Python is only required if --enable-dbus is used, and only for
-# the build process to generate the dbus code, not for running pidgin.
-
-variant python26 conflicts python27 description {Generate dbus code using Python 2.6} {
-    depends_build-append    port:python26
-    configure.args-append   --with-python=${prefix}/bin/python2.6
-}
-    
-variant python27 conflicts python26 description {Generate dbus code using Python 2.7} {
-    depends_build-append    port:python27
-    configure.args-append   --with-python=${prefix}/bin/python2.7
-}
-
-if {![variant_isset python26]} {
-    default_variants    +python27
-}
-
 post-destroot {
     fs-traverse file ${destroot}${prefix}/lib/perl5 {
         if {[file tail ${file}] == "perllocal.pod"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141024/bccebd09/attachment-0001.html>


More information about the macports-changes mailing list