From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 08:59:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D39EB70; Mon, 27 Jan 2014 08:59:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 890321FDC; Mon, 27 Jan 2014 08:59:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0R8x1UJ012058; Mon, 27 Jan 2014 08:59:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0R8x16k012056; Mon, 27 Jan 2014 08:59:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401270859.s0R8x16k012056@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 27 Jan 2014 08:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341345 - head/devel/libvanessa_socket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 08:59:01 -0000 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