From owner-svn-ports-head@FreeBSD.ORG Thu Sep 26 20:08:41 2013 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 ESMTP id 87817263; Thu, 26 Sep 2013 20:08:41 +0000 (UTC) (envelope-from eadler@FreeBSD.org) 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 65CEA27E5; Thu, 26 Sep 2013 20:08:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8QK8fb6045323; Thu, 26 Sep 2013 20:08:41 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8QK8dj7045309; Thu, 26 Sep 2013 20:08:39 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201309262008.r8QK8dj7045309@svn.freebsd.org> From: Eitan Adler Date: Thu, 26 Sep 2013 20:08:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328410 - in head: audio/clementine-player audio/cuberok devel/arm-eabi-binutils devel/kyua devel/kyua-atf-compat devel/kyua-testers devel/lutok devel/p5-Cache-AgainstFile games/abe pol... 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.14 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: Thu, 26 Sep 2013 20:08:41 -0000 Author: eadler Date: Thu Sep 26 20:08:38 2013 New Revision: 328410 URL: http://svnweb.freebsd.org/changeset/ports/328410 Log: Certain automated tools fail when @FreeBSD.org is not capitalized appropriatly. Fix ports which don't follow convention. Modified: head/audio/clementine-player/Makefile head/audio/cuberok/Makefile head/devel/arm-eabi-binutils/Makefile head/devel/kyua-atf-compat/Makefile head/devel/kyua-testers/Makefile head/devel/kyua/Makefile head/devel/lutok/Makefile head/devel/p5-Cache-AgainstFile/Makefile head/games/abe/Makefile head/polish/libtlen/Makefile Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Thu Sep 26 19:22:08 2013 (r328409) +++ head/audio/clementine-player/Makefile Thu Sep 26 20:08:38 2013 (r328410) @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player -MAINTAINER= vg@freebsd.org +MAINTAINER= vg@FreeBSD.org COMMENT= Cross-platform music player based on Amarok 1.4 LICENSE= GPLv3 Modified: head/audio/cuberok/Makefile ============================================================================== --- head/audio/cuberok/Makefile Thu Sep 26 19:22:08 2013 (r328409) +++ head/audio/cuberok/Makefile Thu Sep 26 20:08:38 2013 (r328410) @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE -MAINTAINER= vg@freebsd.org +MAINTAINER= vg@FreeBSD.org COMMENT= A music player and a collection manager based on Qt4 BUILD_DEPENDS= audiere-config:${PORTSDIR}/audio/audiere \ Modified: head/devel/arm-eabi-binutils/Makefile ============================================================================== --- head/devel/arm-eabi-binutils/Makefile Thu Sep 26 19:22:08 2013 (r328409) +++ head/devel/arm-eabi-binutils/Makefile Thu Sep 26 20:08:38 2013 (r328410) @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases PKGNAMEPREFIX= arm-eabi- -MAINTAINER= kientzle@freebsd.org +MAINTAINER= kientzle@FreeBSD.org COMMENT= GNU binutils for vanilla ARM cross-development OPTIONS_DEFINE= NLS Modified: head/devel/kyua-atf-compat/Makefile ============================================================================== --- head/devel/kyua-atf-compat/Makefile Thu Sep 26 19:22:08 2013 (r328409) +++ head/devel/kyua-atf-compat/Makefile Thu Sep 26 20:08:38 2013 (r328410) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= kyua -MAINTAINER= asomers@freebsd.org +MAINTAINER= asomers@FreeBSD.org COMMENT= Kyua (automated testing framework) - ATF compatibility tools LICENSE= BSD Modified: head/devel/kyua-testers/Makefile ============================================================================== --- head/devel/kyua-testers/Makefile Thu Sep 26 19:22:08 2013 (r328409) +++ head/devel/kyua-testers/Makefile Thu Sep 26 20:08:38 2013 (r328410) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= kyua -MAINTAINER= asomers@freebsd.org +MAINTAINER= asomers@FreeBSD.org COMMENT= Kyua (automated testing framework) - Testers LICENSE= BSD Modified: head/devel/kyua/Makefile ============================================================================== --- head/devel/kyua/Makefile Thu Sep 26 19:22:08 2013 (r328409) +++ head/devel/kyua/Makefile Thu Sep 26 20:08:38 2013 (r328410) @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= kyua DISTNAME= kyua-cli-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= asomers@freebsd.org +MAINTAINER= asomers@FreeBSD.org COMMENT= Kyua (automated testing framework) - Command line interface LICENSE= BSD Modified: head/devel/lutok/Makefile ============================================================================== --- head/devel/lutok/Makefile Thu Sep 26 19:22:08 2013 (r328409) +++ head/devel/lutok/Makefile Thu Sep 26 20:08:38 2013 (r328410) @@ -6,7 +6,7 @@ PORTVERSION= 0.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= asomers@freebsd.org +MAINTAINER= asomers@FreeBSD.org COMMENT= Lightweight C++ API for Lua LICENSE= BSD Modified: head/devel/p5-Cache-AgainstFile/Makefile ============================================================================== --- head/devel/p5-Cache-AgainstFile/Makefile Thu Sep 26 19:22:08 2013 (r328409) +++ head/devel/p5-Cache-AgainstFile/Makefile Thu Sep 26 20:08:38 2013 (r328410) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Cache PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Cache data structures parsed from files, watching for updates RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ Modified: head/games/abe/Makefile ============================================================================== --- head/games/abe/Makefile Thu Sep 26 19:22:08 2013 (r328409) +++ head/games/abe/Makefile Thu Sep 26 20:08:38 2013 (r328410) @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= nemysis@freebsd.org +MAINTAINER= nemysis@FreeBSD.org COMMENT= Abe's Amazing Adventure LICENSE= GPLv2 Modified: head/polish/libtlen/Makefile ============================================================================== --- head/polish/libtlen/Makefile Thu Sep 26 19:22:08 2013 (r328409) +++ head/polish/libtlen/Makefile Thu Sep 26 20:08:38 2013 (r328410) @@ -6,7 +6,7 @@ PORTVERSION= 20041113 CATEGORIES= polish net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Backend for interoperability with Tlen.pl, Polish IM network GNU_CONFIGURE= yes