diff options
author | novel <novel@FreeBSD.org> | 2011-09-26 04:23:12 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-09-26 04:23:12 +0800 |
commit | bc457f9c44870e9d5a18902da98d6bba766b99f9 (patch) | |
tree | fd79161784dde5dc10a3d57d57862fb1b7bc491d | |
parent | 10007bba15ab934e431f6ffa47680aa5db645ba0 (diff) | |
download | freebsd-ports-gnome-bc457f9c44870e9d5a18902da98d6bba766b99f9.tar.gz freebsd-ports-gnome-bc457f9c44870e9d5a18902da98d6bba766b99f9.tar.zst freebsd-ports-gnome-bc457f9c44870e9d5a18902da98d6bba766b99f9.zip |
Update to 4.6.2.
-rw-r--r-- | deskutils/logjam/Makefile | 8 | ||||
-rw-r--r-- | deskutils/logjam/distinfo | 4 | ||||
-rw-r--r-- | deskutils/logjam/files/patch-protocol-liblivejournal-livejournal-entry.c | 15 |
3 files changed, 6 insertions, 21 deletions
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 7785f859e6fd..7aafe6b20f18 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -6,15 +6,15 @@ # PORTNAME= logjam -PORTVERSION= 4.5.3 -PORTREVISION= 11 +PORTVERSION= 4.6.2 CATEGORIES= deskutils -MASTER_SITES= http://logjam.danga.com/download/ +MASTER_SITES= http://andy-shev.github.com/LogJam/download/ MAINTAINER= novel@FreeBSD.org COMMENT= A GTK2 interface to livejournals, ie www.livejournal.com -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib MAN1= logjam.1 diff --git a/deskutils/logjam/distinfo b/deskutils/logjam/distinfo index 9cef953192d0..828cd962820d 100644 --- a/deskutils/logjam/distinfo +++ b/deskutils/logjam/distinfo @@ -1,2 +1,2 @@ -SHA256 (logjam-4.5.3.tar.bz2) = ae76c22c31f7ce75dfa23d94510b0423bcf302a622d4d2391c432a127c500184 -SIZE (logjam-4.5.3.tar.bz2) = 748831 +SHA256 (logjam-4.6.2.tar.bz2) = 6735e98daaa0711f4723865866e89847c9ae2bd20853beebccd8d5056df5ee84 +SIZE (logjam-4.6.2.tar.bz2) = 789333 diff --git a/deskutils/logjam/files/patch-protocol-liblivejournal-livejournal-entry.c b/deskutils/logjam/files/patch-protocol-liblivejournal-livejournal-entry.c deleted file mode 100644 index c81d0ed04037..000000000000 --- a/deskutils/logjam/files/patch-protocol-liblivejournal-livejournal-entry.c +++ /dev/null @@ -1,15 +0,0 @@ ---- protocol/liblivejournal/livejournal/entry.c.orig Thu Aug 17 01:40:10 2006 -+++ protocol/liblivejournal/livejournal/entry.c Thu Aug 17 01:45:24 2006 -@@ -610,6 +610,12 @@ - else if (g_ascii_strcasecmp(key, "time") == 0) { - if (entry) lj_ljdate_to_tm(val, &entry->time); - } -+ else if (g_ascii_strcasecmp(key, "backdated") == 0) { -+ if (entry && val[0]) { -+ if (g_ascii_strcasecmp(val, "yes") == 0) -+ entry->backdated = TRUE; -+ } -+ } - else return FALSE; - - return TRUE; |