[73015] trunk/dports/net/finch/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 31 20:40:40 PDT 2010


Revision: 73015
          http://trac.macports.org/changeset/73015
Author:   ryandesign at macports.org
Date:     2010-10-31 20:40:37 -0700 (Sun, 31 Oct 2010)
Log Message:
-----------
finch is obsolete; replaced by pidgin +finch; see #27092

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

Modified: trunk/dports/net/finch/Portfile
===================================================================
--- trunk/dports/net/finch/Portfile	2010-11-01 03:18:22 UTC (rev 73014)
+++ trunk/dports/net/finch/Portfile	2010-11-01 03:40:37 UTC (rev 73015)
@@ -4,72 +4,20 @@
 PortSystem          1.0
 
 name                finch
-conflicts           pidgin
-version             2.7.0
+replaced_by         pidgin
+version             2.7.4
 categories          net
 platforms           darwin
 maintainers         nomaintainer
 description         Multi-protocol Instant Messaging client
-long_description    Pidgin is an Open Source clone of America OnLine's \
-                    Instant Messenger client that uses GTK+ version 2.  It \
-                    features multiple groups, group chat, user information \
-                    fetching and registration, time stamping, and more.  It \
-                    also supports other IM protocols, including Yahoo!, MSN, \
-                    ICQ, Jabber, Napster, IRC, and Zephyr via included \
-                    plugins.
+long_description    obsolete port for finch\; now use the pidgin port's +finch variant
 
 homepage            http://www.pidgin.im/
-master_sites        sourceforge:pidgin
-checksums           md5     63a36f91d29f5ac5a402ffd2d7dbbb72 \
-                    sha1    7170aaae5e6f4039870eb5e0c5837d55285b758f \
-                    rmd160  45e4b5a9acb9c4080ce6b33cedbf9b962883ca25
+distfiles
 
-dist_subdir         pidgin
-distname            pidgin-${version}
-use_bzip2           yes
-
-depends_lib         port:audiofile \
-                    port:libao \
-                    port:libxml2 \
-                    port:nspr \
-                    port:nss \
-                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                    port:intltool \
-                    port:libidn
-
-patchfiles          patch-finch_libgnt_Makefile.in.diff patch-finch_libgnt_gntwm.c gst.diff
-
-# nss is not universal
-universal_variant   no
-
-configure.args      --disable-avahi \
-                    --disable-gtkui \
-                    --disable-dbus \
-                    --disable-gstreamer \
-                    --disable-gtkspell \
-                    --disable-meanwhile \
-                    --disable-nm \
-                    --disable-screensaver \
-                    --disable-sm \
-                    --disable-startup-notification \
-                    --disable-vv \
-                    --enable-nss \
-                    --mandir=${prefix}/share/man \
-                    --with-nspr-includes=${prefix}/include/nspr \
-                    --with-nspr-libs=${prefix}/lib/nspr \
-                    --with-nss-includes=${prefix}/include/nss \
-                    --with-nss-libs=${prefix}/lib/nss \
-                    --without-x
-configure.ldflags-append    -bind_at_load
-
-post-destroot {
-    fs-traverse file ${destroot}${prefix}/lib/perl5 {
-        if {[file tail ${file}] == "perllocal.pod"} {
-            delete ${file}
-        }
-    }
+pre-configure {
+    ui_error "The finch port is obsolete; please install the pidgin port with the +finch variant instead."
+    return -code error "obsolete port"
 }
 
-livecheck.type      regex
-livecheck.url       http://sourceforge.net/projects/pidgin/files/
-livecheck.regex     {/pidgin-([0-9.]+)\.tar}
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101031/6f72ad8d/attachment.html>


More information about the macports-changes mailing list