diff options
author | beat <beat@FreeBSD.org> | 2009-11-15 00:03:51 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-11-15 00:03:51 +0800 |
commit | 26e0606b9799d0a7cc5ee51cb181ec80e9142b41 (patch) | |
tree | ad176f36713aeb1efa1f607d9068fd789a4e6c9f | |
parent | 19bdcbcce80331a45ccb34dd91d3b99f46591217 (diff) | |
download | freebsd-ports-gnome-26e0606b9799d0a7cc5ee51cb181ec80e9142b41.tar.gz freebsd-ports-gnome-26e0606b9799d0a7cc5ee51cb181ec80e9142b41.tar.zst freebsd-ports-gnome-26e0606b9799d0a7cc5ee51cb181ec80e9142b41.zip |
- Update to 1.63. Due to recent Facebook protocol changes, this plugin
cannot function at all in any version prior to 1.62. Due to a known
usability issue with recent Facebook UIDs, the port is marked INGNORE
until json-glib (ports/140097) gets updated. Use NO_IGNORE to build
anyway.
PR: ports/140267
Submitted by: Joseph S. Atkinson <jsa AT wickedmachine.net> (maintainer)
Discussed with: miwi
-rw-r--r-- | net-im/pidgin-facebookchat/Makefile | 9 | ||||
-rw-r--r-- | net-im/pidgin-facebookchat/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-im/pidgin-facebookchat/Makefile b/net-im/pidgin-facebookchat/Makefile index 707d47290f83..4d2acb082807 100644 --- a/net-im/pidgin-facebookchat/Makefile +++ b/net-im/pidgin-facebookchat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pidgin-facebookchat -PORTVERSION= 1.60 +PORTVERSION= 1.63 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PROJECTHOST}-source-${PORTVERSION} @@ -19,11 +19,16 @@ BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin PROJECTHOST= ${PORTNAME} -WRKSRC= ${WRKDIR}/pidgin-facebookchat +WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes PIXMAPS_DIR= ${PREFIX}/share/pixmaps/pidgin/protocols +IGNORE= known usability issue with json-glib <0.7.6, use NO_IGNORE to build\ + anyway. See http://code.google.com/p/pidgin-facebookchat/wiki/FAQ\ + and http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140097 for\ + json-glib 0.7.6 + do-patch: ${REINPLACE_CMD} -e "s#i686-pc-freebsd6.0-gcc#${CC}#; \ s#/usr/local/#${LOCALBASE}/#g; \ diff --git a/net-im/pidgin-facebookchat/distinfo b/net-im/pidgin-facebookchat/distinfo index 90569306c59f..607e652b4a62 100644 --- a/net-im/pidgin-facebookchat/distinfo +++ b/net-im/pidgin-facebookchat/distinfo @@ -1,3 +1,3 @@ -MD5 (pidgin-facebookchat-source-1.60.tar.bz2) = c4a4715e55858c5146b24135c153a1a8 -SHA256 (pidgin-facebookchat-source-1.60.tar.bz2) = ab11331ce872c49005519ac078967fd099c0b8c350ef54be46c0e8019212fe19 -SIZE (pidgin-facebookchat-source-1.60.tar.bz2) = 45795 +MD5 (pidgin-facebookchat-source-1.63.tar.bz2) = 13a5f46cabb5e486d9730e8711d3942f +SHA256 (pidgin-facebookchat-source-1.63.tar.bz2) = fd523f15cb520996dca8755147dae96c802e093049d7f48211f022255c7e233e +SIZE (pidgin-facebookchat-source-1.63.tar.bz2) = 48103 |