From owner-svn-ports-head@freebsd.org Thu Dec 3 17:19:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67899A3FBFC; Thu, 3 Dec 2015 17:19:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 304F318CA; Thu, 3 Dec 2015 17:19:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB3HJI1U072605; Thu, 3 Dec 2015 17:19:18 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB3HJIrB072604; Thu, 3 Dec 2015 17:19:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512031719.tB3HJIrB072604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 3 Dec 2015 17:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402890 - head/editors/calligra-l10n 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.20 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, 03 Dec 2015 17:19:19 -0000 Author: rakuco Date: Thu Dec 3 17:19:18 2015 New Revision: 402890 URL: https://svnweb.freebsd.org/changeset/ports/402890 Log: Convert to USES=metaport. PR: 201605 Submitted by: Andriy Voskoboinyk Modified: head/editors/calligra-l10n/Makefile Modified: head/editors/calligra-l10n/Makefile ============================================================================== --- head/editors/calligra-l10n/Makefile Thu Dec 3 17:08:55 2015 (r402889) +++ head/editors/calligra-l10n/Makefile Thu Dec 3 17:19:18 2015 (r402890) @@ -4,15 +4,11 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} PORTREVISION= 3 CATEGORIES= editors kde -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for Calligra -NO_ARCH= yes -NO_BUILD= yes +USES= metaport USE_KDE4= kdeprefix CALLIGRA_LANG_ALL= bs ca ca@valencia cs da de el en_GB es et fi fr \ @@ -53,7 +49,4 @@ ${${lang}_OPT}_RUN_DEPENDS=${${lang}_DET ALL_RUN_DEPENDS+= ${${${lang}_OPT}_RUN_DEPENDS} .endfor -do-install: - @${DO_NADA} - .include