ports/183192: [PATCH] net/mosh: Convert to staging

Mathieu Arnold mat at FreeBSD.org
Tue Oct 22 10:10:03 UTC 2013


>Number:         183192
>Category:       ports
>Synopsis:       [PATCH] net/mosh: Convert to staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 22 10:10:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC
>Description:
- Convert to staging
- Use new LIB_DEPENDS format

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

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- mosh-1.2.4.patch begins here ---
diff -ruN /usr/ports/net/mosh/Makefile ./Makefile
--- /usr/ports/net/mosh/Makefile	2013-09-21 00:10:23.000000000 +0200
+++ ./Makefile	2013-10-22 12:02:22.000000000 +0200
@@ -12,7 +12,7 @@
 
 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 @@
 
 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
--- mosh-1.2.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list