aboutsummaryrefslogtreecommitdiff
path: root/www/ljsm
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2005-06-18 17:35:58 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2005-06-18 17:35:58 +0000
commit593f41b4273d005cd3277ca7a3779a5d75ebabb8 (patch)
tree7db41246a25c1c3f482e67361fc2a4ca844d83ef /www/ljsm
parentc602fda13ec6f84c2334e7332f5dcffb09b18aec (diff)
Notes
Diffstat (limited to 'www/ljsm')
-rw-r--r--www/ljsm/Makefile1
-rw-r--r--www/ljsm/files/patch-aa11
2 files changed, 11 insertions, 1 deletions
diff --git a/www/ljsm/Makefile b/www/ljsm/Makefile
index bf072bd4b5e4..a1b1deccf6d9 100644
--- a/www/ljsm/Makefile
+++ b/www/ljsm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ljsm
PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= http://ryzh.kiev.ua/ljsm/
EXTRACT_SUFX= .zip
diff --git a/www/ljsm/files/patch-aa b/www/ljsm/files/patch-aa
index 820728ecfad6..73f197c73150 100644
--- a/www/ljsm/files/patch-aa
+++ b/www/ljsm/files/patch-aa
@@ -1,5 +1,5 @@
--- ljsm.pl.orig Sun Dec 21 23:15:16 2003
-+++ ljsm.pl Thu Aug 12 10:45:13 2004
++++ 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
@@ -9,3 +9,12 @@
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);
+