Date: Mon, 27 Jan 2014 08:59:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341345 - head/devel/libvanessa_socket Message-ID: <201401270859.s0R8x16k012056@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 27 08:59:00 2014 New Revision: 341345 URL: http://svnweb.freebsd.org/changeset/ports/341345 QAT: https://qat.redports.org/buildarchive/r341345/ Log: Support stage Modernize LIB_DEPENDS Modified: head/devel/libvanessa_socket/Makefile head/devel/libvanessa_socket/pkg-plist Modified: head/devel/libvanessa_socket/Makefile ============================================================================== --- head/devel/libvanessa_socket/Makefile Mon Jan 27 08:54:52 2014 (r341344) +++ head/devel/libvanessa_socket/Makefile Mon Jan 27 08:59:00 2014 (r341345) @@ -10,10 +10,8 @@ DISTNAME= vanessa_socket-${PORTVERSION} MAINTAINER= thomas@bsdunix.ch COMMENT= Library that provides a simple layer for TCP/IP socket operations -LIB_DEPENDS= vanessa_logger:${PORTSDIR}/devel/libvanessa_logger \ - popt:${PORTSDIR}/devel/popt - -MAN1= vanessa_socket_pipe.1 +LIB_DEPENDS= libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger \ + libpopt.so:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_AUTOTOOLS= libtool @@ -24,7 +22,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/^SUBDIRS/s|debian||' ${WRKSRC}/Makefile.in Modified: head/devel/libvanessa_socket/pkg-plist ============================================================================== --- head/devel/libvanessa_socket/pkg-plist Mon Jan 27 08:54:52 2014 (r341344) +++ head/devel/libvanessa_socket/pkg-plist Mon Jan 27 08:59:00 2014 (r341345) @@ -5,3 +5,4 @@ lib/libvanessa_socket.la lib/libvanessa_socket.so lib/libvanessa_socket.so.3 libdata/pkgconfig/vanessa-socket.pc +man/man1/vanessa_socket_pipe.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401270859.s0R8x16k012056>