svn commit: r332979 - head/net/mosh
Mathieu Arnold
mat at FreeBSD.org
Wed Nov 6 12:27:13 UTC 2013
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
More information about the svn-ports-head
mailing list