From owner-svn-ports-head@FreeBSD.ORG Sun Feb 2 15:18:34 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 40E07656; Sun, 2 Feb 2014 15:18:34 +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 11BA313C6; Sun, 2 Feb 2014 15:18:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s12FIXxD097153; Sun, 2 Feb 2014 15:18:33 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s12FIXUr097149; Sun, 2 Feb 2014 15:18:33 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402021518.s12FIXUr097149@svn.freebsd.org> From: Martin Wilke Date: Sun, 2 Feb 2014 15:18:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342314 - in head: devel/tex-kpathsea lang/mosh 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: Sun, 02 Feb 2014 15:18:34 -0000 Author: miwi Date: Sun Feb 2 15:18:32 2014 New Revision: 342314 URL: http://svnweb.freebsd.org/changeset/ports/342314 QAT: https://qat.redports.org/buildarchive/r342314/ Log: - Stage support - Convert to USES Modified: head/devel/tex-kpathsea/Makefile head/devel/tex-kpathsea/pkg-plist head/lang/mosh/Makefile head/lang/mosh/pkg-plist Modified: head/devel/tex-kpathsea/Makefile ============================================================================== --- head/devel/tex-kpathsea/Makefile Sun Feb 2 15:10:39 2014 (r342313) +++ head/devel/tex-kpathsea/Makefile Sun Feb 2 15:18:32 2014 (r342314) @@ -13,7 +13,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Path searching library for TeX USE_XZ= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes USE_TEX= texlive EXTRACT_AFTER_ARGS= ${EXTRACT_FILES} @@ -23,8 +23,5 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/texk/kpat GNU_CONFIGURE= yes INFO= kpathsea -MAN1= kpseaccess.1 kpsereadlink.1 kpsestat.1 kpsewhich.1 mktexlsr.1 \ - mktexmf.1 mktexpk.1 mktextfm.1 texhash.1 -NO_STAGE= yes .include Modified: head/devel/tex-kpathsea/pkg-plist ============================================================================== --- head/devel/tex-kpathsea/pkg-plist Sun Feb 2 15:10:39 2014 (r342313) +++ head/devel/tex-kpathsea/pkg-plist Sun Feb 2 15:18:32 2014 (r342314) @@ -52,6 +52,15 @@ include/kpathsea/types.h include/kpathsea/variable.h include/kpathsea/version.h include/kpathsea/win32lib.h +man/man1/kpseaccess.1.gz +man/man1/kpsereadlink.1.gz +man/man1/kpsestat.1.gz +man/man1/kpsewhich.1.gz +man/man1/mktexlsr.1.gz +man/man1/mktexmf.1.gz +man/man1/mktexpk.1.gz +man/man1/mktextfm.1.gz +man/man1/texhash.1.gz @dirrm include/kpathsea lib/libkpathsea.a lib/libkpathsea.la Modified: head/lang/mosh/Makefile ============================================================================== --- head/lang/mosh/Makefile Sun Feb 2 15:10:39 2014 (r342313) +++ head/lang/mosh/Makefile Sun Feb 2 15:18:32 2014 (r342314) @@ -23,9 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFLICTS_INSTALL= mosh-1.[0-9].* PROJECTHOST= mosh-scheme -MAN1= mosh.1 mosh_config.1 -NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/lang/mosh/pkg-plist ============================================================================== --- head/lang/mosh/pkg-plist Sun Feb 2 15:10:39 2014 (r342313) +++ head/lang/mosh/pkg-plist Sun Feb 2 15:18:32 2014 (r342314) @@ -283,6 +283,8 @@ lib/mosh/lib/yuni/util/messages.sls lib/mosh/lib/yuni/util/tables.sls lib/mosh/lib/yuni/util/tables/internal.sls lib/mosh/lib/yuni/util/tables/scheme.sls +man/man1/mosh.1.gz +man/man1/mosh_config.1.gz @dirrm lib/mosh/lib/yuni/util/tables @dirrm lib/mosh/lib/yuni/util @dirrm lib/mosh/lib/yuni/ui/terminal