summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-04-07 18:50:20 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-04-07 18:50:20 +0000
commit379f7c98923a976bd55e31e503732aa76f363871 (patch)
tree68eca7dfca507b8cd27b0a99cab9d665cde502ff
parent- Fix URL (diff)
- Nuke obsolete PREV_I18N_VER from Makefile.kde
- Update korean/kde3-i18n 3.0.4 -> 3.0.5 - Update misc/kde3-i18n-is 3.0.4 -> 3.1.1 - Update misc/kde3-i18n-id 3.0.4 -> 3.0.5 - Update misc/kde3-i18n-lv 3.0.4 -> 3.0.5 - Update misc/kde3-i18n-az 3.0.4 -> 3.0.5 Reported by: fenners distfile survey
Notes
Notes: svn path=/head/; revision=78539
-rw-r--r--korean/kde3-i18n/Makefile5
-rw-r--r--korean/kde3-i18n/distinfo2
-rw-r--r--korean/kde3-i18n/pkg-plist3
-rw-r--r--korean/kde4-l10n/Makefile5
-rw-r--r--korean/kde4-l10n/distinfo2
-rw-r--r--korean/kde4-l10n/pkg-plist3
-rw-r--r--misc/kde3-i18n-az/Makefile4
-rw-r--r--misc/kde3-i18n-az/distinfo2
-rw-r--r--misc/kde3-i18n-id/Makefile5
-rw-r--r--misc/kde3-i18n-id/distinfo2
-rw-r--r--misc/kde3-i18n-is/Makefile1
-rw-r--r--misc/kde3-i18n-is/distinfo2
-rw-r--r--misc/kde3-i18n-is/pkg-plist23
-rw-r--r--misc/kde3-i18n-lv/Makefile5
-rw-r--r--misc/kde3-i18n-lv/distinfo2
-rw-r--r--misc/kde4-i18n-is/Makefile1
-rw-r--r--misc/kde4-i18n-is/distinfo2
-rw-r--r--misc/kde4-i18n-is/pkg-plist23
-rw-r--r--misc/kde4-l10n-is/Makefile1
-rw-r--r--misc/kde4-l10n-is/distinfo2
-rw-r--r--misc/kde4-l10n-is/pkg-plist23
-rw-r--r--misc/kde4-l10n-lv/Makefile5
-rw-r--r--misc/kde4-l10n-lv/distinfo2
-rw-r--r--x11/kde3/Makefile.kde4
-rw-r--r--x11/kde4/Makefile.kde4
25 files changed, 27 insertions, 106 deletions
diff --git a/korean/kde3-i18n/Makefile b/korean/kde3-i18n/Makefile
index 3d72826d047e..b1dd1b92c91e 100644
--- a/korean/kde3-i18n/Makefile
+++ b/korean/kde3-i18n/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= kde-i18n
-PORTVERSION= 3.0.4
+PORTVERSION= 3.0.5
PORTREVISION= 1
CATEGORIES?= korean kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}a/src/kde-i18n
PKGNAMEPREFIX= ko-
DIST_SUBDIR= KDE
@@ -24,7 +24,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
KDE_I18N= yes
-PREV_I18N_VER= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
diff --git a/korean/kde3-i18n/distinfo b/korean/kde3-i18n/distinfo
index e5061ed23c38..da93bdf54ce9 100644
--- a/korean/kde3-i18n/distinfo
+++ b/korean/kde3-i18n/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n/kde-i18n-ko-3.0.4.tar.bz2) = 5d0f4f77046c535680d56a9495a2d1c2
+MD5 (KDE/kde-i18n/kde-i18n-ko-3.0.5.tar.bz2) = 1c7b3a788ddb9ec95fcc82bde3f1841d
diff --git a/korean/kde3-i18n/pkg-plist b/korean/kde3-i18n/pkg-plist
index 8c99c9df8f3a..f6d8cf8e61f5 100644
--- a/korean/kde3-i18n/pkg-plist
+++ b/korean/kde3-i18n/pkg-plist
@@ -12,6 +12,7 @@ share/doc/HTML/ko/common/artistic-license.html
share/doc/HTML/ko/common/bottom1.png
share/doc/HTML/ko/common/bottom2.png
share/doc/HTML/ko/common/bsd-license.html
+share/doc/HTML/ko/common/common
share/doc/HTML/ko/common/docheadergears.png
share/doc/HTML/ko/common/doctop1.png
share/doc/HTML/ko/common/doctop1a.png
@@ -28,6 +29,7 @@ share/doc/HTML/ko/common/gpl-translated.html
share/doc/HTML/ko/common/grad.png
share/doc/HTML/ko/common/header.html
share/doc/HTML/ko/common/headerbg.png
+share/doc/HTML/ko/common/home.png
share/doc/HTML/ko/common/kde-common.css
share/doc/HTML/ko/common/kde-default.css
share/doc/HTML/ko/common/kde-localised.css
@@ -39,6 +41,7 @@ share/doc/HTML/ko/common/lgpl-license.html
share/doc/HTML/ko/common/logotp3.png
share/doc/HTML/ko/common/mainfooter.html
share/doc/HTML/ko/common/mainheader.html
+share/doc/HTML/ko/common/next.png
share/doc/HTML/ko/common/qpl-license.html
share/doc/HTML/ko/common/shadow.png
share/doc/HTML/ko/common/web-docbottom.png
diff --git a/korean/kde4-l10n/Makefile b/korean/kde4-l10n/Makefile
index 3d72826d047e..b1dd1b92c91e 100644
--- a/korean/kde4-l10n/Makefile
+++ b/korean/kde4-l10n/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= kde-i18n
-PORTVERSION= 3.0.4
+PORTVERSION= 3.0.5
PORTREVISION= 1
CATEGORIES?= korean kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}a/src/kde-i18n
PKGNAMEPREFIX= ko-
DIST_SUBDIR= KDE
@@ -24,7 +24,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
KDE_I18N= yes
-PREV_I18N_VER= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
diff --git a/korean/kde4-l10n/distinfo b/korean/kde4-l10n/distinfo
index e5061ed23c38..da93bdf54ce9 100644
--- a/korean/kde4-l10n/distinfo
+++ b/korean/kde4-l10n/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n/kde-i18n-ko-3.0.4.tar.bz2) = 5d0f4f77046c535680d56a9495a2d1c2
+MD5 (KDE/kde-i18n/kde-i18n-ko-3.0.5.tar.bz2) = 1c7b3a788ddb9ec95fcc82bde3f1841d
diff --git a/korean/kde4-l10n/pkg-plist b/korean/kde4-l10n/pkg-plist
index 8c99c9df8f3a..f6d8cf8e61f5 100644
--- a/korean/kde4-l10n/pkg-plist
+++ b/korean/kde4-l10n/pkg-plist
@@ -12,6 +12,7 @@ share/doc/HTML/ko/common/artistic-license.html
share/doc/HTML/ko/common/bottom1.png
share/doc/HTML/ko/common/bottom2.png
share/doc/HTML/ko/common/bsd-license.html
+share/doc/HTML/ko/common/common
share/doc/HTML/ko/common/docheadergears.png
share/doc/HTML/ko/common/doctop1.png
share/doc/HTML/ko/common/doctop1a.png
@@ -28,6 +29,7 @@ share/doc/HTML/ko/common/gpl-translated.html
share/doc/HTML/ko/common/grad.png
share/doc/HTML/ko/common/header.html
share/doc/HTML/ko/common/headerbg.png
+share/doc/HTML/ko/common/home.png
share/doc/HTML/ko/common/kde-common.css
share/doc/HTML/ko/common/kde-default.css
share/doc/HTML/ko/common/kde-localised.css
@@ -39,6 +41,7 @@ share/doc/HTML/ko/common/lgpl-license.html
share/doc/HTML/ko/common/logotp3.png
share/doc/HTML/ko/common/mainfooter.html
share/doc/HTML/ko/common/mainheader.html
+share/doc/HTML/ko/common/next.png
share/doc/HTML/ko/common/qpl-license.html
share/doc/HTML/ko/common/shadow.png
share/doc/HTML/ko/common/web-docbottom.png
diff --git a/misc/kde3-i18n-az/Makefile b/misc/kde3-i18n-az/Makefile
index a5fe215c0cf8..1f1ada828daa 100644
--- a/misc/kde3-i18n-az/Makefile
+++ b/misc/kde3-i18n-az/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= kde-i18n
-PORTVERSION= 3.0.4
+PORTVERSION= 3.0.5
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}a/src/kde-i18n
PKGNAMEPREFIX= az-
DIST_SUBDIR= KDE
diff --git a/misc/kde3-i18n-az/distinfo b/misc/kde3-i18n-az/distinfo
index 39be6578f0dc..61daff756a08 100644
--- a/misc/kde3-i18n-az/distinfo
+++ b/misc/kde3-i18n-az/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n/kde-i18n-az-3.0.4.tar.bz2) = 97c074bc2c4230c1f171a7509a1d23fd
+MD5 (KDE/kde-i18n/kde-i18n-az-3.0.5.tar.bz2) = 10e4b0c1e2991a30aef5ad5de9c0a82c
diff --git a/misc/kde3-i18n-id/Makefile b/misc/kde3-i18n-id/Makefile
index cc83bbf6ec65..2a7b0b88c847 100644
--- a/misc/kde3-i18n-id/Makefile
+++ b/misc/kde3-i18n-id/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= kde-i18n
-PORTVERSION= 3.0.4
+PORTVERSION= 3.0.5
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}a/src/kde-i18n
PKGNAMEPREFIX= id-
DIST_SUBDIR= KDE
@@ -23,7 +23,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
KDE_I18N= yes
-PREV_I18N_VER= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
diff --git a/misc/kde3-i18n-id/distinfo b/misc/kde3-i18n-id/distinfo
index 83ca694786f3..5241e1ab14ab 100644
--- a/misc/kde3-i18n-id/distinfo
+++ b/misc/kde3-i18n-id/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n/kde-i18n-id-3.0.4.tar.bz2) = b78d46d76a8bde907a10bb7bd4fd056b
+MD5 (KDE/kde-i18n/kde-i18n-id-3.0.5.tar.bz2) = 6f027f2a93e134513b784f5b30b011a1
diff --git a/misc/kde3-i18n-is/Makefile b/misc/kde3-i18n-is/Makefile
index 675a9e3aa61b..5fbba0aa7237 100644
--- a/misc/kde3-i18n-is/Makefile
+++ b/misc/kde3-i18n-is/Makefile
@@ -23,7 +23,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
KDE_I18N= yes
-PREV_I18N_VER= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
diff --git a/misc/kde3-i18n-is/distinfo b/misc/kde3-i18n-is/distinfo
index b6869dd0c5de..a57351aedf48 100644
--- a/misc/kde3-i18n-is/distinfo
+++ b/misc/kde3-i18n-is/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n/kde-i18n-is-3.0.4.tar.bz2) = 4e46385bae6167ef831c95ea621c24e8
+MD5 (KDE/kde-i18n/kde-i18n-is-3.1.1.tar.bz2) = ccd310be5c72f5fef3116f73f3313a85
diff --git a/misc/kde3-i18n-is/pkg-plist b/misc/kde3-i18n-is/pkg-plist
index 441d6a10cf58..e7d1cbd0ed50 100644
--- a/misc/kde3-i18n-is/pkg-plist
+++ b/misc/kde3-i18n-is/pkg-plist
@@ -7,15 +7,11 @@ share/locale/is/LC_MESSAGES/artscontrol.mo
share/locale/is/LC_MESSAGES/childpanelextension.mo
share/locale/is/LC_MESSAGES/clockapplet.mo
share/locale/is/LC_MESSAGES/cupsdconf.mo
-share/locale/is/LC_MESSAGES/desktop.mo
share/locale/is/LC_MESSAGES/drkonqi.mo
share/locale/is/LC_MESSAGES/empath.mo
share/locale/is/LC_MESSAGES/extensionproxy.mo
share/locale/is/LC_MESSAGES/filetypes.mo
-share/locale/is/LC_MESSAGES/fontinst.mo
share/locale/is/LC_MESSAGES/htmlsearch.mo
-share/locale/is/LC_MESSAGES/kab.mo
-share/locale/is/LC_MESSAGES/kab3.mo
share/locale/is/LC_MESSAGES/kaccess.mo
share/locale/is/LC_MESSAGES/kaddressbook.mo
share/locale/is/LC_MESSAGES/kaphorism.mo
@@ -32,12 +28,10 @@ share/locale/is/LC_MESSAGES/kbattleship.mo
share/locale/is/LC_MESSAGES/kblackbox.mo
share/locale/is/LC_MESSAGES/kbounce.mo
share/locale/is/LC_MESSAGES/kcalc.mo
-share/locale/is/LC_MESSAGES/kcardchooser.mo
share/locale/is/LC_MESSAGES/kcharselect.mo
share/locale/is/LC_MESSAGES/kcharselectapplet.mo
share/locale/is/LC_MESSAGES/kcmaccess.mo
share/locale/is/LC_MESSAGES/kcmarts.mo
-share/locale/is/LC_MESSAGES/kcmaudiocd.mo
share/locale/is/LC_MESSAGES/kcmbackground.mo
share/locale/is/LC_MESSAGES/kcmbell.mo
share/locale/is/LC_MESSAGES/kcmcolors.mo
@@ -66,7 +60,6 @@ share/locale/is/LC_MESSAGES/kcmkurifilt.mo
share/locale/is/LC_MESSAGES/kcmkwindecoration.mo
share/locale/is/LC_MESSAGES/kcmkwintheme.mo
share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmkxmlrpcd.mo
share/locale/is/LC_MESSAGES/kcmlanbrowser.mo
share/locale/is/LC_MESSAGES/kcmlaptop.mo
share/locale/is/LC_MESSAGES/kcmlaunch.mo
@@ -88,7 +81,6 @@ share/locale/is/LC_MESSAGES/kcmstyle.mo
share/locale/is/LC_MESSAGES/kcmtaskbar.mo
share/locale/is/LC_MESSAGES/kcmthemes.mo
share/locale/is/LC_MESSAGES/kcmusb.mo
-share/locale/is/LC_MESSAGES/kcoloredit.mo
share/locale/is/LC_MESSAGES/kcontrol.mo
share/locale/is/LC_MESSAGES/kcron.mo
share/locale/is/LC_MESSAGES/kdat.mo
@@ -101,10 +93,7 @@ share/locale/is/LC_MESSAGES/kdesktop.mo
share/locale/is/LC_MESSAGES/kdessh.mo
share/locale/is/LC_MESSAGES/kdesu.mo
share/locale/is/LC_MESSAGES/kdesud.mo
-share/locale/is/LC_MESSAGES/kdevelop.mo
share/locale/is/LC_MESSAGES/kdf.mo
-share/locale/is/LC_MESSAGES/kdict.mo
-share/locale/is/LC_MESSAGES/kdictapplet.mo
share/locale/is/LC_MESSAGES/kdmchooser.mo
share/locale/is/LC_MESSAGES/kdmconfig.mo
share/locale/is/LC_MESSAGES/kdmgreet.mo
@@ -118,7 +107,6 @@ share/locale/is/LC_MESSAGES/kfile_mp3.mo
share/locale/is/LC_MESSAGES/kfile_ogg.mo
share/locale/is/LC_MESSAGES/kfile_pdf.mo
share/locale/is/LC_MESSAGES/kfile_png.mo
-share/locale/is/LC_MESSAGES/kfile_ps.mo
share/locale/is/LC_MESSAGES/kfile_wav.mo
share/locale/is/LC_MESSAGES/kfind.mo
share/locale/is/LC_MESSAGES/kfindpart.mo
@@ -126,7 +114,6 @@ share/locale/is/LC_MESSAGES/kfloppy.mo
share/locale/is/LC_MESSAGES/kfmclient.mo
share/locale/is/LC_MESSAGES/kfmexec.mo
share/locale/is/LC_MESSAGES/kfortune.mo
-share/locale/is/LC_MESSAGES/kfract.mo
share/locale/is/LC_MESSAGES/kghostview.mo
share/locale/is/LC_MESSAGES/khelpcenter.mo
share/locale/is/LC_MESSAGES/khexedit.mo
@@ -157,10 +144,8 @@ share/locale/is/LC_MESSAGES/klegacyimport.mo
share/locale/is/LC_MESSAGES/kless.mo
share/locale/is/LC_MESSAGES/klines.mo
share/locale/is/LC_MESSAGES/klipper.mo
-share/locale/is/LC_MESSAGES/kljettool.mo
share/locale/is/LC_MESSAGES/klock.mo
share/locale/is/LC_MESSAGES/klpq.mo
-share/locale/is/LC_MESSAGES/klprfax.mo
share/locale/is/LC_MESSAGES/kmahjongg.mo
share/locale/is/LC_MESSAGES/kmail.mo
share/locale/is/LC_MESSAGES/kmailcvt.mo
@@ -180,7 +165,6 @@ share/locale/is/LC_MESSAGES/kodo.mo
share/locale/is/LC_MESSAGES/konqueror.mo
share/locale/is/LC_MESSAGES/konquest.mo
share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kooka.mo
share/locale/is/LC_MESSAGES/korganizer.mo
share/locale/is/LC_MESSAGES/korn.mo
share/locale/is/LC_MESSAGES/kpackage.mo
@@ -190,7 +174,6 @@ share/locale/is/LC_MESSAGES/kpartapp.mo
share/locale/is/LC_MESSAGES/kpartsaver.mo
share/locale/is/LC_MESSAGES/kpat.mo
share/locale/is/LC_MESSAGES/kpersonalizer.mo
-share/locale/is/LC_MESSAGES/kpf.mo
share/locale/is/LC_MESSAGES/kpilot.mo
share/locale/is/LC_MESSAGES/kpixmap2bitmap.mo
share/locale/is/LC_MESSAGES/kpm.mo
@@ -199,7 +182,6 @@ share/locale/is/LC_MESSAGES/kppp.mo
share/locale/is/LC_MESSAGES/kppplogview.mo
share/locale/is/LC_MESSAGES/kprinter.mo
share/locale/is/LC_MESSAGES/kreadconfig.mo
-share/locale/is/LC_MESSAGES/kregexpeditor.mo
share/locale/is/LC_MESSAGES/kreversi.mo
share/locale/is/LC_MESSAGES/kruler.mo
share/locale/is/LC_MESSAGES/krunapplet.mo
@@ -227,16 +209,13 @@ share/locale/is/LC_MESSAGES/ktalkd.mo
share/locale/is/LC_MESSAGES/ktaskbarapplet.mo
share/locale/is/LC_MESSAGES/kteatime.mo
share/locale/is/LC_MESSAGES/ktimemon.mo
-share/locale/is/LC_MESSAGES/ktimer.mo
share/locale/is/LC_MESSAGES/ktip.mo
share/locale/is/LC_MESSAGES/ktron.mo
share/locale/is/LC_MESSAGES/ktuberling.mo
share/locale/is/LC_MESSAGES/ktux.mo
-share/locale/is/LC_MESSAGES/kuickshow.mo
share/locale/is/LC_MESSAGES/kuser.mo
share/locale/is/LC_MESSAGES/kview.mo
share/locale/is/LC_MESSAGES/kviewshell.mo
-share/locale/is/LC_MESSAGES/kweather.mo
share/locale/is/LC_MESSAGES/kwin.mo
share/locale/is/LC_MESSAGES/kwin4.mo
share/locale/is/LC_MESSAGES/kwin_b2_config.mo
@@ -250,12 +229,10 @@ share/locale/is/LC_MESSAGES/kxkb.mo
share/locale/is/LC_MESSAGES/kxmlrpcd.mo
share/locale/is/LC_MESSAGES/kxsconfig.mo
share/locale/is/LC_MESSAGES/libkdegames.mo
-share/locale/is/LC_MESSAGES/libkdehighscores.mo
share/locale/is/LC_MESSAGES/libkdenetwork.mo
share/locale/is/LC_MESSAGES/libkicker.mo
share/locale/is/LC_MESSAGES/libkickermenu_kdeprint.mo
share/locale/is/LC_MESSAGES/libkonq.mo
-share/locale/is/LC_MESSAGES/libkscan.mo
share/locale/is/LC_MESSAGES/libkscreensaver.mo
share/locale/is/LC_MESSAGES/libtaskbar.mo
share/locale/is/LC_MESSAGES/libtaskmanager.mo
diff --git a/misc/kde3-i18n-lv/Makefile b/misc/kde3-i18n-lv/Makefile
index 8261e615446e..551ee9736860 100644
--- a/misc/kde3-i18n-lv/Makefile
+++ b/misc/kde3-i18n-lv/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= kde-i18n
-PORTVERSION= 3.0.4
+PORTVERSION= 3.0.5
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}a/src/kde-i18n
PKGNAMEPREFIX= lv-
DIST_SUBDIR= KDE
@@ -23,7 +23,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
KDE_I18N= yes
-PREV_I18N_VER= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
diff --git a/misc/kde3-i18n-lv/distinfo b/misc/kde3-i18n-lv/distinfo
index 8194ef7d3e3e..7fac73d55396 100644
--- a/misc/kde3-i18n-lv/distinfo
+++ b/misc/kde3-i18n-lv/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n/kde-i18n-lv-3.0.4.tar.bz2) = efcf3c52b491ada6779b692bd9c02e7e
+MD5 (KDE/kde-i18n/kde-i18n-lv-3.0.5.tar.bz2) = 6910df0d0f155e216d60cdb26c02c302
diff --git a/misc/kde4-i18n-is/Makefile b/misc/kde4-i18n-is/Makefile
index 675a9e3aa61b..5fbba0aa7237 100644
--- a/misc/kde4-i18n-is/Makefile
+++ b/misc/kde4-i18n-is/Makefile
@@ -23,7 +23,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
KDE_I18N= yes
-PREV_I18N_VER= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
diff --git a/misc/kde4-i18n-is/distinfo b/misc/kde4-i18n-is/distinfo
index b6869dd0c5de..a57351aedf48 100644
--- a/misc/kde4-i18n-is/distinfo
+++ b/misc/kde4-i18n-is/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n/kde-i18n-is-3.0.4.tar.bz2) = 4e46385bae6167ef831c95ea621c24e8
+MD5 (KDE/kde-i18n/kde-i18n-is-3.1.1.tar.bz2) = ccd310be5c72f5fef3116f73f3313a85
diff --git a/misc/kde4-i18n-is/pkg-plist b/misc/kde4-i18n-is/pkg-plist
index 441d6a10cf58..e7d1cbd0ed50 100644
--- a/misc/kde4-i18n-is/pkg-plist
+++ b/misc/kde4-i18n-is/pkg-plist
@@ -7,15 +7,11 @@ share/locale/is/LC_MESSAGES/artscontrol.mo
share/locale/is/LC_MESSAGES/childpanelextension.mo
share/locale/is/LC_MESSAGES/clockapplet.mo
share/locale/is/LC_MESSAGES/cupsdconf.mo
-share/locale/is/LC_MESSAGES/desktop.mo
share/locale/is/LC_MESSAGES/drkonqi.mo
share/locale/is/LC_MESSAGES/empath.mo
share/locale/is/LC_MESSAGES/extensionproxy.mo
share/locale/is/LC_MESSAGES/filetypes.mo
-share/locale/is/LC_MESSAGES/fontinst.mo
share/locale/is/LC_MESSAGES/htmlsearch.mo
-share/locale/is/LC_MESSAGES/kab.mo
-share/locale/is/LC_MESSAGES/kab3.mo
share/locale/is/LC_MESSAGES/kaccess.mo
share/locale/is/LC_MESSAGES/kaddressbook.mo
share/locale/is/LC_MESSAGES/kaphorism.mo
@@ -32,12 +28,10 @@ share/locale/is/LC_MESSAGES/kbattleship.mo
share/locale/is/LC_MESSAGES/kblackbox.mo
share/locale/is/LC_MESSAGES/kbounce.mo
share/locale/is/LC_MESSAGES/kcalc.mo
-share/locale/is/LC_MESSAGES/kcardchooser.mo
share/locale/is/LC_MESSAGES/kcharselect.mo
share/locale/is/LC_MESSAGES/kcharselectapplet.mo
share/locale/is/LC_MESSAGES/kcmaccess.mo
share/locale/is/LC_MESSAGES/kcmarts.mo
-share/locale/is/LC_MESSAGES/kcmaudiocd.mo
share/locale/is/LC_MESSAGES/kcmbackground.mo
share/locale/is/LC_MESSAGES/kcmbell.mo
share/locale/is/LC_MESSAGES/kcmcolors.mo
@@ -66,7 +60,6 @@ share/locale/is/LC_MESSAGES/kcmkurifilt.mo
share/locale/is/LC_MESSAGES/kcmkwindecoration.mo
share/locale/is/LC_MESSAGES/kcmkwintheme.mo
share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmkxmlrpcd.mo
share/locale/is/LC_MESSAGES/kcmlanbrowser.mo
share/locale/is/LC_MESSAGES/kcmlaptop.mo
share/locale/is/LC_MESSAGES/kcmlaunch.mo
@@ -88,7 +81,6 @@ share/locale/is/LC_MESSAGES/kcmstyle.mo
share/locale/is/LC_MESSAGES/kcmtaskbar.mo
share/locale/is/LC_MESSAGES/kcmthemes.mo
share/locale/is/LC_MESSAGES/kcmusb.mo
-share/locale/is/LC_MESSAGES/kcoloredit.mo
share/locale/is/LC_MESSAGES/kcontrol.mo
share/locale/is/LC_MESSAGES/kcron.mo
share/locale/is/LC_MESSAGES/kdat.mo
@@ -101,10 +93,7 @@ share/locale/is/LC_MESSAGES/kdesktop.mo
share/locale/is/LC_MESSAGES/kdessh.mo
share/locale/is/LC_MESSAGES/kdesu.mo
share/locale/is/LC_MESSAGES/kdesud.mo
-share/locale/is/LC_MESSAGES/kdevelop.mo
share/locale/is/LC_MESSAGES/kdf.mo
-share/locale/is/LC_MESSAGES/kdict.mo
-share/locale/is/LC_MESSAGES/kdictapplet.mo
share/locale/is/LC_MESSAGES/kdmchooser.mo
share/locale/is/LC_MESSAGES/kdmconfig.mo
share/locale/is/LC_MESSAGES/kdmgreet.mo
@@ -118,7 +107,6 @@ share/locale/is/LC_MESSAGES/kfile_mp3.mo
share/locale/is/LC_MESSAGES/kfile_ogg.mo
share/locale/is/LC_MESSAGES/kfile_pdf.mo
share/locale/is/LC_MESSAGES/kfile_png.mo
-share/locale/is/LC_MESSAGES/kfile_ps.mo
share/locale/is/LC_MESSAGES/kfile_wav.mo
share/locale/is/LC_MESSAGES/kfind.mo
share/locale/is/LC_MESSAGES/kfindpart.mo
@@ -126,7 +114,6 @@ share/locale/is/LC_MESSAGES/kfloppy.mo
share/locale/is/LC_MESSAGES/kfmclient.mo
share/locale/is/LC_MESSAGES/kfmexec.mo
share/locale/is/LC_MESSAGES/kfortune.mo
-share/locale/is/LC_MESSAGES/kfract.mo
share/locale/is/LC_MESSAGES/kghostview.mo
share/locale/is/LC_MESSAGES/khelpcenter.mo
share/locale/is/LC_MESSAGES/khexedit.mo
@@ -157,10 +144,8 @@ share/locale/is/LC_MESSAGES/klegacyimport.mo
share/locale/is/LC_MESSAGES/kless.mo
share/locale/is/LC_MESSAGES/klines.mo
share/locale/is/LC_MESSAGES/klipper.mo
-share/locale/is/LC_MESSAGES/kljettool.mo
share/locale/is/LC_MESSAGES/klock.mo
share/locale/is/LC_MESSAGES/klpq.mo
-share/locale/is/LC_MESSAGES/klprfax.mo
share/locale/is/LC_MESSAGES/kmahjongg.mo
share/locale/is/LC_MESSAGES/kmail.mo
share/locale/is/LC_MESSAGES/kmailcvt.mo
@@ -180,7 +165,6 @@ share/locale/is/LC_MESSAGES/kodo.mo
share/locale/is/LC_MESSAGES/konqueror.mo
share/locale/is/LC_MESSAGES/konquest.mo
share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kooka.mo
share/locale/is/LC_MESSAGES/korganizer.mo
share/locale/is/LC_MESSAGES/korn.mo
share/locale/is/LC_MESSAGES/kpackage.mo
@@ -190,7 +174,6 @@ share/locale/is/LC_MESSAGES/kpartapp.mo
share/locale/is/LC_MESSAGES/kpartsaver.mo
share/locale/is/LC_MESSAGES/kpat.mo
share/locale/is/LC_MESSAGES/kpersonalizer.mo
-share/locale/is/LC_MESSAGES/kpf.mo
share/locale/is/LC_MESSAGES/kpilot.mo
share/locale/is/LC_MESSAGES/kpixmap2bitmap.mo
share/locale/is/LC_MESSAGES/kpm.mo
@@ -199,7 +182,6 @@ share/locale/is/LC_MESSAGES/kppp.mo
share/locale/is/LC_MESSAGES/kppplogview.mo
share/locale/is/LC_MESSAGES/kprinter.mo
share/locale/is/LC_MESSAGES/kreadconfig.mo
-share/locale/is/LC_MESSAGES/kregexpeditor.mo
share/locale/is/LC_MESSAGES/kreversi.mo
share/locale/is/LC_MESSAGES/kruler.mo
share/locale/is/LC_MESSAGES/krunapplet.mo
@@ -227,16 +209,13 @@ share/locale/is/LC_MESSAGES/ktalkd.mo
share/locale/is/LC_MESSAGES/ktaskbarapplet.mo
share/locale/is/LC_MESSAGES/kteatime.mo
share/locale/is/LC_MESSAGES/ktimemon.mo
-share/locale/is/LC_MESSAGES/ktimer.mo
share/locale/is/LC_MESSAGES/ktip.mo
share/locale/is/LC_MESSAGES/ktron.mo
share/locale/is/LC_MESSAGES/ktuberling.mo
share/locale/is/LC_MESSAGES/ktux.mo
-share/locale/is/LC_MESSAGES/kuickshow.mo
share/locale/is/LC_MESSAGES/kuser.mo
share/locale/is/LC_MESSAGES/kview.mo
share/locale/is/LC_MESSAGES/kviewshell.mo
-share/locale/is/LC_MESSAGES/kweather.mo
share/locale/is/LC_MESSAGES/kwin.mo
share/locale/is/LC_MESSAGES/kwin4.mo
share/locale/is/LC_MESSAGES/kwin_b2_config.mo
@@ -250,12 +229,10 @@ share/locale/is/LC_MESSAGES/kxkb.mo
share/locale/is/LC_MESSAGES/kxmlrpcd.mo
share/locale/is/LC_MESSAGES/kxsconfig.mo
share/locale/is/LC_MESSAGES/libkdegames.mo
-share/locale/is/LC_MESSAGES/libkdehighscores.mo
share/locale/is/LC_MESSAGES/libkdenetwork.mo
share/locale/is/LC_MESSAGES/libkicker.mo
share/locale/is/LC_MESSAGES/libkickermenu_kdeprint.mo
share/locale/is/LC_MESSAGES/libkonq.mo
-share/locale/is/LC_MESSAGES/libkscan.mo
share/locale/is/LC_MESSAGES/libkscreensaver.mo
share/locale/is/LC_MESSAGES/libtaskbar.mo
share/locale/is/LC_MESSAGES/libtaskmanager.mo
diff --git a/misc/kde4-l10n-is/Makefile b/misc/kde4-l10n-is/Makefile
index 675a9e3aa61b..5fbba0aa7237 100644
--- a/misc/kde4-l10n-is/Makefile
+++ b/misc/kde4-l10n-is/Makefile
@@ -23,7 +23,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
KDE_I18N= yes
-PREV_I18N_VER= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
diff --git a/misc/kde4-l10n-is/distinfo b/misc/kde4-l10n-is/distinfo
index b6869dd0c5de..a57351aedf48 100644
--- a/misc/kde4-l10n-is/distinfo
+++ b/misc/kde4-l10n-is/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n/kde-i18n-is-3.0.4.tar.bz2) = 4e46385bae6167ef831c95ea621c24e8
+MD5 (KDE/kde-i18n/kde-i18n-is-3.1.1.tar.bz2) = ccd310be5c72f5fef3116f73f3313a85
diff --git a/misc/kde4-l10n-is/pkg-plist b/misc/kde4-l10n-is/pkg-plist
index 441d6a10cf58..e7d1cbd0ed50 100644
--- a/misc/kde4-l10n-is/pkg-plist
+++ b/misc/kde4-l10n-is/pkg-plist
@@ -7,15 +7,11 @@ share/locale/is/LC_MESSAGES/artscontrol.mo
share/locale/is/LC_MESSAGES/childpanelextension.mo
share/locale/is/LC_MESSAGES/clockapplet.mo
share/locale/is/LC_MESSAGES/cupsdconf.mo
-share/locale/is/LC_MESSAGES/desktop.mo
share/locale/is/LC_MESSAGES/drkonqi.mo
share/locale/is/LC_MESSAGES/empath.mo
share/locale/is/LC_MESSAGES/extensionproxy.mo
share/locale/is/LC_MESSAGES/filetypes.mo
-share/locale/is/LC_MESSAGES/fontinst.mo
share/locale/is/LC_MESSAGES/htmlsearch.mo
-share/locale/is/LC_MESSAGES/kab.mo
-share/locale/is/LC_MESSAGES/kab3.mo
share/locale/is/LC_MESSAGES/kaccess.mo
share/locale/is/LC_MESSAGES/kaddressbook.mo
share/locale/is/LC_MESSAGES/kaphorism.mo
@@ -32,12 +28,10 @@ share/locale/is/LC_MESSAGES/kbattleship.mo
share/locale/is/LC_MESSAGES/kblackbox.mo
share/locale/is/LC_MESSAGES/kbounce.mo
share/locale/is/LC_MESSAGES/kcalc.mo
-share/locale/is/LC_MESSAGES/kcardchooser.mo
share/locale/is/LC_MESSAGES/kcharselect.mo
share/locale/is/LC_MESSAGES/kcharselectapplet.mo
share/locale/is/LC_MESSAGES/kcmaccess.mo
share/locale/is/LC_MESSAGES/kcmarts.mo
-share/locale/is/LC_MESSAGES/kcmaudiocd.mo
share/locale/is/LC_MESSAGES/kcmbackground.mo
share/locale/is/LC_MESSAGES/kcmbell.mo
share/locale/is/LC_MESSAGES/kcmcolors.mo
@@ -66,7 +60,6 @@ share/locale/is/LC_MESSAGES/kcmkurifilt.mo
share/locale/is/LC_MESSAGES/kcmkwindecoration.mo
share/locale/is/LC_MESSAGES/kcmkwintheme.mo
share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmkxmlrpcd.mo
share/locale/is/LC_MESSAGES/kcmlanbrowser.mo
share/locale/is/LC_MESSAGES/kcmlaptop.mo
share/locale/is/LC_MESSAGES/kcmlaunch.mo
@@ -88,7 +81,6 @@ share/locale/is/LC_MESSAGES/kcmstyle.mo
share/locale/is/LC_MESSAGES/kcmtaskbar.mo
share/locale/is/LC_MESSAGES/kcmthemes.mo
share/locale/is/LC_MESSAGES/kcmusb.mo
-share/locale/is/LC_MESSAGES/kcoloredit.mo
share/locale/is/LC_MESSAGES/kcontrol.mo
share/locale/is/LC_MESSAGES/kcron.mo
share/locale/is/LC_MESSAGES/kdat.mo
@@ -101,10 +93,7 @@ share/locale/is/LC_MESSAGES/kdesktop.mo
share/locale/is/LC_MESSAGES/kdessh.mo
share/locale/is/LC_MESSAGES/kdesu.mo
share/locale/is/LC_MESSAGES/kdesud.mo
-share/locale/is/LC_MESSAGES/kdevelop.mo
share/locale/is/LC_MESSAGES/kdf.mo
-share/locale/is/LC_MESSAGES/kdict.mo
-share/locale/is/LC_MESSAGES/kdictapplet.mo
share/locale/is/LC_MESSAGES/kdmchooser.mo
share/locale/is/LC_MESSAGES/kdmconfig.mo
share/locale/is/LC_MESSAGES/kdmgreet.mo
@@ -118,7 +107,6 @@ share/locale/is/LC_MESSAGES/kfile_mp3.mo
share/locale/is/LC_MESSAGES/kfile_ogg.mo
share/locale/is/LC_MESSAGES/kfile_pdf.mo
share/locale/is/LC_MESSAGES/kfile_png.mo
-share/locale/is/LC_MESSAGES/kfile_ps.mo
share/locale/is/LC_MESSAGES/kfile_wav.mo
share/locale/is/LC_MESSAGES/kfind.mo
share/locale/is/LC_MESSAGES/kfindpart.mo
@@ -126,7 +114,6 @@ share/locale/is/LC_MESSAGES/kfloppy.mo
share/locale/is/LC_MESSAGES/kfmclient.mo
share/locale/is/LC_MESSAGES/kfmexec.mo
share/locale/is/LC_MESSAGES/kfortune.mo
-share/locale/is/LC_MESSAGES/kfract.mo
share/locale/is/LC_MESSAGES/kghostview.mo
share/locale/is/LC_MESSAGES/khelpcenter.mo
share/locale/is/LC_MESSAGES/khexedit.mo
@@ -157,10 +144,8 @@ share/locale/is/LC_MESSAGES/klegacyimport.mo
share/locale/is/LC_MESSAGES/kless.mo
share/locale/is/LC_MESSAGES/klines.mo
share/locale/is/LC_MESSAGES/klipper.mo
-share/locale/is/LC_MESSAGES/kljettool.mo
share/locale/is/LC_MESSAGES/klock.mo
share/locale/is/LC_MESSAGES/klpq.mo
-share/locale/is/LC_MESSAGES/klprfax.mo
share/locale/is/LC_MESSAGES/kmahjongg.mo
share/locale/is/LC_MESSAGES/kmail.mo
share/locale/is/LC_MESSAGES/kmailcvt.mo
@@ -180,7 +165,6 @@ share/locale/is/LC_MESSAGES/kodo.mo
share/locale/is/LC_MESSAGES/konqueror.mo
share/locale/is/LC_MESSAGES/konquest.mo
share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kooka.mo
share/locale/is/LC_MESSAGES/korganizer.mo
share/locale/is/LC_MESSAGES/korn.mo
share/locale/is/LC_MESSAGES/kpackage.mo
@@ -190,7 +174,6 @@ share/locale/is/LC_MESSAGES/kpartapp.mo
share/locale/is/LC_MESSAGES/kpartsaver.mo
share/locale/is/LC_MESSAGES/kpat.mo
share/locale/is/LC_MESSAGES/kpersonalizer.mo
-share/locale/is/LC_MESSAGES/kpf.mo
share/locale/is/LC_MESSAGES/kpilot.mo
share/locale/is/LC_MESSAGES/kpixmap2bitmap.mo
share/locale/is/LC_MESSAGES/kpm.mo
@@ -199,7 +182,6 @@ share/locale/is/LC_MESSAGES/kppp.mo
share/locale/is/LC_MESSAGES/kppplogview.mo
share/locale/is/LC_MESSAGES/kprinter.mo
share/locale/is/LC_MESSAGES/kreadconfig.mo
-share/locale/is/LC_MESSAGES/kregexpeditor.mo
share/locale/is/LC_MESSAGES/kreversi.mo
share/locale/is/LC_MESSAGES/kruler.mo
share/locale/is/LC_MESSAGES/krunapplet.mo
@@ -227,16 +209,13 @@ share/locale/is/LC_MESSAGES/ktalkd.mo
share/locale/is/LC_MESSAGES/ktaskbarapplet.mo
share/locale/is/LC_MESSAGES/kteatime.mo
share/locale/is/LC_MESSAGES/ktimemon.mo
-share/locale/is/LC_MESSAGES/ktimer.mo
share/locale/is/LC_MESSAGES/ktip.mo
share/locale/is/LC_MESSAGES/ktron.mo
share/locale/is/LC_MESSAGES/ktuberling.mo
share/locale/is/LC_MESSAGES/ktux.mo
-share/locale/is/LC_MESSAGES/kuickshow.mo
share/locale/is/LC_MESSAGES/kuser.mo
share/locale/is/LC_MESSAGES/kview.mo
share/locale/is/LC_MESSAGES/kviewshell.mo
-share/locale/is/LC_MESSAGES/kweather.mo
share/locale/is/LC_MESSAGES/kwin.mo
share/locale/is/LC_MESSAGES/kwin4.mo
share/locale/is/LC_MESSAGES/kwin_b2_config.mo
@@ -250,12 +229,10 @@ share/locale/is/LC_MESSAGES/kxkb.mo
share/locale/is/LC_MESSAGES/kxmlrpcd.mo
share/locale/is/LC_MESSAGES/kxsconfig.mo
share/locale/is/LC_MESSAGES/libkdegames.mo
-share/locale/is/LC_MESSAGES/libkdehighscores.mo
share/locale/is/LC_MESSAGES/libkdenetwork.mo
share/locale/is/LC_MESSAGES/libkicker.mo
share/locale/is/LC_MESSAGES/libkickermenu_kdeprint.mo
share/locale/is/LC_MESSAGES/libkonq.mo
-share/locale/is/LC_MESSAGES/libkscan.mo
share/locale/is/LC_MESSAGES/libkscreensaver.mo
share/locale/is/LC_MESSAGES/libtaskbar.mo
share/locale/is/LC_MESSAGES/libtaskmanager.mo
diff --git a/misc/kde4-l10n-lv/Makefile b/misc/kde4-l10n-lv/Makefile
index 8261e615446e..551ee9736860 100644
--- a/misc/kde4-l10n-lv/Makefile
+++ b/misc/kde4-l10n-lv/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= kde-i18n
-PORTVERSION= 3.0.4
+PORTVERSION= 3.0.5
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}a/src/kde-i18n
PKGNAMEPREFIX= lv-
DIST_SUBDIR= KDE
@@ -23,7 +23,6 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
KDE_I18N= yes
-PREV_I18N_VER= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
diff --git a/misc/kde4-l10n-lv/distinfo b/misc/kde4-l10n-lv/distinfo
index 8194ef7d3e3e..7fac73d55396 100644
--- a/misc/kde4-l10n-lv/distinfo
+++ b/misc/kde4-l10n-lv/distinfo
@@ -1 +1 @@
-MD5 (KDE/kde-i18n/kde-i18n-lv-3.0.4.tar.bz2) = efcf3c52b491ada6779b692bd9c02e7e
+MD5 (KDE/kde-i18n/kde-i18n-lv-3.0.5.tar.bz2) = 6910df0d0f155e216d60cdb26c02c302
diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde
index eb7b256a4a02..c0a4160faa5f 100644
--- a/x11/kde3/Makefile.kde
+++ b/x11/kde3/Makefile.kde
@@ -28,10 +28,6 @@ post-extract:
.endif # !target(post-extract)
.endif # defined(KDE_I18N)
-.if defined(PREV_I18N_VER)
-PORTVERSION= 3.0.4
-.endif
-
# Unfortunately, this feature doesn't work right now due to binary files.
_NO_KDE_PATCHUP=yes
diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde
index eb7b256a4a02..c0a4160faa5f 100644
--- a/x11/kde4/Makefile.kde
+++ b/x11/kde4/Makefile.kde
@@ -28,10 +28,6 @@ post-extract:
.endif # !target(post-extract)
.endif # defined(KDE_I18N)
-.if defined(PREV_I18N_VER)
-PORTVERSION= 3.0.4
-.endif
-
# Unfortunately, this feature doesn't work right now due to binary files.
_NO_KDE_PATCHUP=yes