From owner-svn-ports-all@freebsd.org Wed Jul 15 20:58:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD75A9A284C; Wed, 15 Jul 2015 20:58:34 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD4A31A8B; Wed, 15 Jul 2015 20:58:34 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FKwYK2075784; Wed, 15 Jul 2015 20:58:34 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FKwY0c075783; Wed, 15 Jul 2015 20:58:34 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507152058.t6FKwY0c075783@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 15 Jul 2015 20:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392216 - head/net-p2p/verlihub-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 20:58:35 -0000 Author: pgollucci Date: Wed Jul 15 20:58:33 2015 New Revision: 392216 URL: https://svnweb.freebsd.org/changeset/ports/392216 Log: net-p2p/verlihub-plugins: - convert to USES=metaport PR: 201566 Submitted by: s3erios@gmail.com Modified: head/net-p2p/verlihub-plugins/Makefile Modified: head/net-p2p/verlihub-plugins/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins/Makefile Wed Jul 15 20:58:29 2015 (r392215) +++ head/net-p2p/verlihub-plugins/Makefile Wed Jul 15 20:58:33 2015 (r392216) @@ -5,10 +5,7 @@ PORTNAME= verlihub PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= net-p2p -MASTER_SITES= # empty PKGNAMESUFFIX= -plugins -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= skylord@vt.net.ru COMMENT= Meta-port for VerliHub plugins @@ -23,7 +20,6 @@ RUN_DEPENDS= \ ${LOCALBASE}/lib/libmessanger_pi.so:${PORTSDIR}/net-p2p/verlihub-plugins-messanger \ ${LOCALBASE}/lib/libstats_pi.so:${PORTSDIR}/net-p2p/verlihub-plugins-stats -NO_BUILD= yes -NO_INSTALL= yes +USES= metaport .include