Index: head/www/ljsm/files/patch-aa =================================================================== --- head/www/ljsm/files/patch-aa (revision 154056) +++ head/www/ljsm/files/patch-aa (nonexistent) @@ -1,20 +0,0 @@ ---- ljsm.pl.orig Sun Dec 21 23:15:16 2003 -+++ ljsm.pl Sat Jun 18 21:31:48 2005 -@@ -57,7 +57,7 @@ - use constant PASSWORD => ''; - use constant START_YEAR => 2001; # fetch data back to this year - use constant UTF8_DECODE => 0; # convert text to local charset --use constant LOCAL_CHARSET => 'CP1251'; # windows cyrillic -+use constant LOCAL_CHARSET => 'KOI8-R'; # Unix cyrillic - use constant DEBUG_LEVEL => 3; # 0 - quiet, 1 - essential, 2 - verbose - use constant LOCAL_DIR => ''; # local directory to put files into. Leave it empty to put in the current directory. Slash (/, if not empty) in the end required. - use constant HTTP_PROXY => ''; # set proxy URL if you use http proxy -@@ -296,7 +296,7 @@ - if (defined $exportform) { - #$exportform->dump(); - $exportform->value('format', 'xml'); -- $exportform->value('encid', 3); # 6 for KOI-8 -+ $exportform->value('encid', 2); # 6 for KOI-8 - # uncomment next line to skip translation between encodings - # $exportform->value('notranslation', 1); - Property changes on: head/www/ljsm/files/patch-aa ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/ljsm/Makefile =================================================================== --- head/www/ljsm/Makefile (revision 154056) +++ head/www/ljsm/Makefile (revision 154057) @@ -1,38 +1,35 @@ # New ports collection makefile for: ljsm # Date created: 12 Aug 2004 # Whom: ache # # $FreeBSD$ # PORTNAME= ljsm -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 2.7 CATEGORIES= www perl5 deskutils -MASTER_SITES= http://ryzh.kiev.ua/ljsm/ +MASTER_SITES= http://www.offtopia.net/ljsm/ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Livejournal.com postings recusive copy utility RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/HTML/SimpleLinkExtor.pm:${PORTSDIR}/www/p5-HTML-SimpleLinkExtor \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 + ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib PLIST_FILES= bin/ljsm NO_WRKSUBDIR= yes USE_ZIP= yes USE_PERL5_RUN= yes USE_REINPLACE= yes NO_BUILD= yes EXTRACT_BEFORE_ARGS= -qoaa do-configure: @${REINPLACE_CMD} -e 's|^#!perl|#!${PERL}|' ${WRKSRC}/ljsm.pl do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} ljsm.pl ${PREFIX}/bin/ljsm .include Property changes on: head/www/ljsm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/ljsm/distinfo =================================================================== --- head/www/ljsm/distinfo (revision 154056) +++ head/www/ljsm/distinfo (revision 154057) @@ -1,2 +1,3 @@ -MD5 (ljsm-2.5.zip) = b952768c9add6d79a53a12e603a12bce -SIZE (ljsm-2.5.zip) = 9814 +MD5 (ljsm-2.7.zip) = 7d6001923caa7f345ca77e511a265f2c +SHA256 (ljsm-2.7.zip) = e55a592de3629b122cefd7401e857b799304a89bb89d18007d8bd65bb520395f +SIZE (ljsm-2.7.zip) = 11614 Property changes on: head/www/ljsm/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/ljsm/pkg-descr =================================================================== --- head/www/ljsm/pkg-descr (revision 154056) +++ head/www/ljsm/pkg-descr (revision 154057) @@ -1,4 +1,4 @@ Livejournal.com utility to fetch all user's posts and/or memories and save them in HTML format. -WWW: http://ryzh.kiev.ua/ljsm/ +WWW: http://ljsm.feechki.org/ljsm.html Property changes on: head/www/ljsm/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property