Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 15:18:33 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
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
Message-ID:  <201402021518.s12FIXUr097149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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 <bsd.port.pre.mk>
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402021518.s12FIXUr097149>