From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 22:36:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E21CCFF4; Mon, 17 Feb 2014 22:36:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC1EE1936; Mon, 17 Feb 2014 22:36:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1HMa3Tc085998; Mon, 17 Feb 2014 22:36:03 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1HMa29h085985; Mon, 17 Feb 2014 22:36:02 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201402172236.s1HMa29h085985@svn.freebsd.org> From: Thierry Thomas Date: Mon, 17 Feb 2014 22:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344828 - in head: editors/calligra-l10n-es misc/freebsd-doc-es misc/gimp-help-es misc/kde4-l10n-es textproc/es-hunspell textproc/es-hyphen textproc/es-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 22:36:04 -0000 Author: thierry Date: Mon Feb 17 22:36:02 2014 New Revision: 344828 URL: http://svnweb.freebsd.org/changeset/ports/344828 QAT: https://qat.redports.org/buildarchive/r344828/ Log: Add spanish to CATEGORIES where needed. Modified: head/editors/calligra-l10n-es/Makefile head/misc/freebsd-doc-es/Makefile head/misc/gimp-help-es/Makefile head/misc/kde4-l10n-es/Makefile head/textproc/es-hunspell/Makefile head/textproc/es-hyphen/Makefile head/textproc/es-mythes/Makefile Modified: head/editors/calligra-l10n-es/Makefile ============================================================================== --- head/editors/calligra-l10n-es/Makefile Mon Feb 17 22:34:40 2014 (r344827) +++ head/editors/calligra-l10n-es/Makefile Mon Feb 17 22:36:02 2014 (r344828) @@ -2,7 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -CATEGORIES= editors kde +CATEGORIES= editors kde spanish MAINTAINER= kde@FreeBSD.org COMMENT= Spanish messages and documentation for Calligra Modified: head/misc/freebsd-doc-es/Makefile ============================================================================== --- head/misc/freebsd-doc-es/Makefile Mon Feb 17 22:34:40 2014 (r344827) +++ head/misc/freebsd-doc-es/Makefile Mon Feb 17 22:36:02 2014 (r344828) @@ -1,7 +1,7 @@ # Created by: Marc Fonvieille # $FreeBSD$ -CATEGORIES= misc docs +CATEGORIES= misc docs spanish PKGNAMEPREFIX= es- MAINTAINER= doceng@FreeBSD.org Modified: head/misc/gimp-help-es/Makefile ============================================================================== --- head/misc/gimp-help-es/Makefile Mon Feb 17 22:34:40 2014 (r344827) +++ head/misc/gimp-help-es/Makefile Mon Feb 17 22:36:02 2014 (r344828) @@ -1,7 +1,7 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ -CATEGORIES= misc graphics +CATEGORIES= misc graphics spanish MAINTAINER= liangtai.s16@gmail.com COMMENT= The GIMP User Manual in Spanish Modified: head/misc/kde4-l10n-es/Makefile ============================================================================== --- head/misc/kde4-l10n-es/Makefile Mon Feb 17 22:34:40 2014 (r344827) +++ head/misc/kde4-l10n-es/Makefile Mon Feb 17 22:36:02 2014 (r344828) @@ -3,7 +3,7 @@ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} -CATEGORIES= misc kde +CATEGORIES= misc kde spanish MAINTAINER= kde@FreeBSD.org COMMENT= Spanish messages and documentation for KDE SC 4 Modified: head/textproc/es-hunspell/Makefile ============================================================================== --- head/textproc/es-hunspell/Makefile Mon Feb 17 22:34:40 2014 (r344827) +++ head/textproc/es-hunspell/Makefile Mon Feb 17 22:36:02 2014 (r344828) @@ -2,7 +2,7 @@ PORTNAME= hunspell PORTVERSION= 0.6 -CATEGORIES= textproc +CATEGORIES= textproc spanish MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= es- DISTNAME= es_ANY-${PORTVERSION} Modified: head/textproc/es-hyphen/Makefile ============================================================================== --- head/textproc/es-hyphen/Makefile Mon Feb 17 22:34:40 2014 (r344827) +++ head/textproc/es-hyphen/Makefile Mon Feb 17 22:36:02 2014 (r344828) @@ -3,7 +3,7 @@ PORTNAME= hyphen PORTVERSION= 2005.11.18 PORTREVISION= 1 -CATEGORIES= textproc +CATEGORIES= textproc spanish MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= es- DISTNAME= hyph_es_ES-${PORTVERSION:C/\.//g} Modified: head/textproc/es-mythes/Makefile ============================================================================== --- head/textproc/es-mythes/Makefile Mon Feb 17 22:34:40 2014 (r344827) +++ head/textproc/es-mythes/Makefile Mon Feb 17 22:36:02 2014 (r344828) @@ -2,7 +2,7 @@ PORTNAME= mythes PORTVERSION= 20140202 -CATEGORIES= textproc +CATEGORIES= textproc spanish MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= es- DISTNAME= OOo2-thes_es_ES-${PORTVERSION}