Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 12:27:13 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332979 - head/net/mosh
Message-ID:  <201311061227.rA6CRD0i066628@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Nov  6 12:27:13 2013
New Revision: 332979
URL: http://svnweb.freebsd.org/changeset/ports/332979

Log:
  - Convert to staging
  - Use new LIB_DEPENDS format
  
  maintainer timeout
  PR:		ports/183192
  Submitted by:	mat

Modified:
  head/net/mosh/Makefile

Modified: head/net/mosh/Makefile
==============================================================================
--- head/net/mosh/Makefile	Wed Nov  6 12:25:51 2013	(r332978)
+++ head/net/mosh/Makefile	Wed Nov  6 12:27:13 2013	(r332979)
@@ -12,7 +12,7 @@ COMMENT=	Mobile terminal that supports i
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	protobuf:${PORTSDIR}/devel/protobuf
+LIB_DEPENDS=	libprotobuf.so:${PORTSDIR}/devel/protobuf
 
 USE_PERL5=	run
 GNU_CONFIGURE=	yes
@@ -26,14 +26,13 @@ LATEST_LINK=	mosh-term
 
 CONFLICTS_INSTALL=	mosh-0.[2-9].*
 
-PLIST_FILES=	bin/mosh bin/mosh-server bin/mosh-client
-MAN1=		mosh-client.1 mosh-server.1 mosh.1
+PLIST_FILES=	bin/mosh bin/mosh-server bin/mosh-client \
+		man/man1/mosh-client.1.gz man/man1/mosh-server.1.gz man/man1/mosh.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 900004
-LIB_DEPENDS+=	utempter:${PORTSDIR}/sysutils/libutempter
+LIB_DEPENDS+=	libutempter.so:${PORTSDIR}/sysutils/libutempter
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 .endif



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