From owner-svn-ports-all@freebsd.org Wed Jul 15 20:58:25 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 D945E9A2801; Wed, 15 Jul 2015 20:58:25 +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 C982F1987; Wed, 15 Jul 2015 20:58:25 +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 t6FKwPWb075546; Wed, 15 Jul 2015 20:58:25 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FKwPrU075545; Wed, 15 Jul 2015 20:58:25 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507152058.t6FKwPrU075545@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:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392214 - head/www/ljdeps 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:25 -0000 Author: pgollucci Date: Wed Jul 15 20:58:24 2015 New Revision: 392214 URL: https://svnweb.freebsd.org/changeset/ports/392214 Log: www/ljdeps: cleanup - convert to USES=metaport PR: 201570 Submitted by: s3erios@gmail.com Deleted: head/www/ljdeps/pkg-plist Modified: head/www/ljdeps/Makefile Modified: head/www/ljdeps/Makefile ============================================================================== --- head/www/ljdeps/Makefile Wed Jul 15 20:57:39 2015 (r392213) +++ head/www/ljdeps/Makefile Wed Jul 15 20:58:24 2015 (r392214) @@ -5,8 +5,6 @@ PORTNAME= ljdeps PORTVERSION= 1.0 PORTREVISION= 6 CATEGORIES= www perl5 -MASTER_SITES= # Undefined -DISTFILES= # Undefined MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port to install all the perl modules used by LiveJournal @@ -29,10 +27,6 @@ RUN_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-Unicode-MapUTF8>=0:${PORTSDIR}/converters/p5-Unicode-MapUTF8 -EXTRACT_ONLY= # Empty -NO_BUILD= yes -USES= perl5 - -do-install: # Empty +USES= metaport perl5 .include