Bug 183192 - [PATCH] net/mosh: Convert to staging
Summary: [PATCH] net/mosh: Convert to staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 11:10 UTC by Mathieu Arnold
Modified: 2013-11-06 12:30 UTC (History)
1 user (show)

See Also:


Attachments
mosh-1.2.4.patch (904 bytes, patch)
2013-10-22 11:10 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-10-22 11:10:02 UTC
- Convert to staging
- Use new LIB_DEPENDS format

Port maintainer (zi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-22 11:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2013-11-06 12:27:15 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-06 12:27:21 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"