From 4d3ac3d5488eb9b3027066ba657e0a049cddea59 Mon Sep 17 00:00:00 2001 From: danfe Date: Thu, 17 May 2012 10:08:15 +0000 Subject: - Remove backup mirror, master site is stable enough - Improve port description text a bit - Relinquish to the pool due to lack of time --- www/ljdump/Makefile | 5 ++--- www/ljdump/pkg-descr | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/ljdump/Makefile b/www/ljdump/Makefile index 0821e8650378..d38e774354f0 100644 --- a/www/ljdump/Makefile +++ b/www/ljdump/Makefile @@ -8,10 +8,9 @@ PORTNAME= ljdump PORTVERSION= 1.5 CATEGORIES= www python -MASTER_SITES= http://hewgill.com/ljdump/ \ - http://freebsd.nsu.ru/distfiles/ +MASTER_SITES= http://hewgill.com/ljdump/ -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to download LiveJournal entries and comments PORTSCOUT= skipv:1.5.1 # 1.5.1 is identical to 1.5 + our patches diff --git a/www/ljdump/pkg-descr b/www/ljdump/pkg-descr index 455102dd3424..0040929b27ef 100644 --- a/www/ljdump/pkg-descr +++ b/www/ljdump/pkg-descr @@ -1,6 +1,7 @@ ljdump reads the journal entries from a LiveJournal (or compatible) blog site and archives them in a subdirectory named after the journal name. -Both the journal entries and journal comments are downloaded. +Both the journal entries and journal comments are downloaded, which makes +ljdump a great backup tool for creating offline copy of your journal. The program may be run as often as needed to bring the backup copy up to date. Both new and updated items are downloaded. -- cgit