diff options
author | maho <maho@FreeBSD.org> | 2004-03-25 18:22:47 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-25 18:22:47 +0800 |
commit | c8af7efdad865a3624ca77a9be0f3b75719329da (patch) | |
tree | ae4a87c0845f9936d3d917f739492fb66b99e353 | |
parent | 871f242b0938d1f2f59f4c7f2f1a49408596c6a7 (diff) | |
download | freebsd-ports-gnome-c8af7efdad865a3624ca77a9be0f3b75719329da.tar.gz freebsd-ports-gnome-c8af7efdad865a3624ca77a9be0f3b75719329da.tar.zst freebsd-ports-gnome-c8af7efdad865a3624ca77a9be0f3b75719329da.zip |
1) According to
http://l10n.openoffice.org/all_supported_languages.html
,
ISO code of Slovenian is sl-SI, not sl-SL, so
move editors/openoffice-1.1-sl-SL to editors/openoffice-1.1-sl-SI.
remove editors/openoffice-1.1-sl-SL
and add editors/openoffice-1.1-sl-SI
in CVSROOT/modules
2) add editors/openoffice-1.1-devel in CVSROOT/modules
accordingly (after repo repocoy)
pointy hat to: maho (2)
-rw-r--r-- | CVSROOT/modules | 3 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-sl_SL/Makefile | 14 |
3 files changed, 3 insertions, 15 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 410ff031da62..c72a521c9b5e 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -5715,6 +5715,7 @@ openoffice-1.0-tr ports/editors/openoffice-1.0-tr openoffice-1.1 ports/editors/openoffice-1.1 openoffice-1.1-ca ports/editors/openoffice-1.1-ca openoffice-1.1-cs ports/editors/openoffice-1.1-cs +openoffice-1.1-devel ports/editors/openoffice-1.1-devel openoffice-1.1-dk ports/editors/openoffice-1.1-dk openoffice-1.1-el ports/editors/openoffice-1.1-el openoffice-1.1-es ports/editors/openoffice-1.1-es @@ -5724,7 +5725,7 @@ openoffice-1.1-it ports/editors/openoffice-1.1-it openoffice-1.1-nl ports/editors/openoffice-1.1-nl openoffice-1.1-se ports/editors/openoffice-1.1-se openoffice-1.1-sk ports/editors/openoffice-1.1-sk -openoffice-1.1-sl_SL ports/editors/openoffice-1.1-sl_SL +openoffice-1.1-sl_SI ports/editors/openoffice-1.1-sl_SI openoffice-1.1-tr ports/editors/openoffice-1.1-tr openproducer ports/graphics/openproducer openquicktime ports/multimedia/openquicktime @@ -991,3 +991,4 @@ print/rubber|textproc/rubber|2004-03-22|remove duplicate port print/libgnomeprint20||2004-03-23|removed obsolete port x11-toolkits/libgnomeprintui20||2004-03-23|removed obsolete port textproc/whitespace.el||2004-03-24|removed obsolete port +editors/openoffice-1.1-sl-SL|editors/openoffice-1.1-sl-SI|2004-03-25|correct ISO code diff --git a/editors/openoffice-1.1-sl_SL/Makefile b/editors/openoffice-1.1-sl_SL/Makefile deleted file mode 100644 index 782b14f2bcf3..000000000000 --- a/editors/openoffice-1.1-sl_SL/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Slovenian language -# Date created: Sun Mar 21 17:38:13 JST 2003 -# Whom: NAKATA Maho <maho@FreeBSD.org> -# -# $FreeBSD$ -# - -LANG_PKGNAME= sl -LANG_SUFFIX= SL -LANG_EXT= 50 -LANG_CONFIGURE_ARG= SLOVENIAN -MASTERDIR= ${.CURDIR}/../openoffice-1.1 - -.include "${MASTERDIR}/Makefile" |