From owner-svn-ports-all@FreeBSD.ORG Tue Apr 30 20:00:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CCE00DAA; Tue, 30 Apr 2013 20:00:30 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BE07C15CE; Tue, 30 Apr 2013 20:00:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3UK0UWI081421; Tue, 30 Apr 2013 20:00:30 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3UK0SCA081405; Tue, 30 Apr 2013 20:00:28 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201304302000.r3UK0SCA081405@svn.freebsd.org> From: Bryan Drewery Date: Tue, 30 Apr 2013 20:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316958 - in head: devel/libgutenfetch devel/subversion devel/subversion16 games/moon-buggy mail/xfaces www/cgiparse www/p5-WWW-Curl www/thundercache www/thundersnarf 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.14 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: Tue, 30 Apr 2013 20:00:30 -0000 Author: bdrewery Date: Tue Apr 30 20:00:28 2013 New Revision: 316958 URL: http://svnweb.freebsd.org/changeset/ports/316958 Log: - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS This fixes the following warning when running 'run-depends-list': "install" non-existent -- dependency list incomplete With hat: portmgr Modified: head/devel/libgutenfetch/Makefile head/devel/subversion/Makefile head/devel/subversion16/Makefile head/games/moon-buggy/Makefile head/mail/xfaces/Makefile head/www/cgiparse/Makefile head/www/p5-WWW-Curl/Makefile head/www/thundercache/Makefile head/www/thundersnarf/Makefile Modified: head/devel/libgutenfetch/Makefile ============================================================================== --- head/devel/libgutenfetch/Makefile Tue Apr 30 19:44:24 2013 (r316957) +++ head/devel/libgutenfetch/Makefile Tue Apr 30 20:00:28 2013 (r316958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgutenfetch -# Date created: 17 July 2004 -# Whom: Russell Francis -# +# Created by: Russell Francis # $FreeBSD$ -# PORTNAME= libgutenfetch PORTVERSION= 1.2 @@ -14,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= johntabularasa@users.sf.net COMMENT= A library that allows application developers to connect to PG -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/devel/subversion/Makefile ============================================================================== --- head/devel/subversion/Makefile Tue Apr 30 19:44:24 2013 (r316957) +++ head/devel/subversion/Makefile Tue Apr 30 20:00:28 2013 (r316958) @@ -109,7 +109,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sql .endif #.if ${PORT_OPTIONS:MASVN} -#RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install +#RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils #PLIST_SUB+= ASVN="" #.else PLIST_SUB+= ASVN="@comment " Modified: head/devel/subversion16/Makefile ============================================================================== --- head/devel/subversion16/Makefile Tue Apr 30 19:44:24 2013 (r316957) +++ head/devel/subversion16/Makefile Tue Apr 30 20:00:28 2013 (r316958) @@ -83,7 +83,7 @@ PLIST_SUB+= BOOK="@comment " .endif .if ${PORT_OPTIONS:MASVN} -RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install +RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils PLIST_SUB+= ASVN="" .else PLIST_SUB+= ASVN="@comment " Modified: head/games/moon-buggy/Makefile ============================================================================== --- head/games/moon-buggy/Makefile Tue Apr 30 19:44:24 2013 (r316957) +++ head/games/moon-buggy/Makefile Tue Apr 30 20:00:28 2013 (r316958) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: moon-buggy -# Date created: 10 January 2002 -# Whom: Ralf Becker -# +# Created by: Ralf Becker # $FreeBSD$ -# PORTNAME= moon-buggy PORTVERSION= 1.0.51 @@ -24,7 +20,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING .if defined (WITH_ESOUND) -LIB_DEPENDS= esd:${PORTSDIR}/audio/esound:install +LIB_DEPENDS= esd:${PORTSDIR}/audio/esound .endif USE_AUTOTOOLS= autoconf Modified: head/mail/xfaces/Makefile ============================================================================== --- head/mail/xfaces/Makefile Tue Apr 30 19:44:24 2013 (r316957) +++ head/mail/xfaces/Makefile Tue Apr 30 20:00:28 2013 (r316958) @@ -1,8 +1,5 @@ -# New ports collection makefile for: xfaces-3.3 -# Date created: 15 Dec 2001 -# Whom: Ted Faber +# Created by: Ted Faber # $FreeBSD$ -# PORTNAME= xfaces PORTVERSION= 3.3 @@ -23,7 +20,7 @@ PATCH_DIST_STRIP= MAINTAINER= faber@isi.edu COMMENT= Display shaped icons for mail spool contents -LIB_DEPENDS= compface:${PORTSDIR}/mail/faces:install +LIB_DEPENDS= compface:${PORTSDIR}/mail/faces # GNU make properly processes some overridden rules in the makefile that # imake generates. Specifically, installing the html docs. Modified: head/www/cgiparse/Makefile ============================================================================== --- head/www/cgiparse/Makefile Tue Apr 30 19:44:24 2013 (r316957) +++ head/www/cgiparse/Makefile Tue Apr 30 20:00:28 2013 (r316958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgiparse -# Date created: 30 March 1997 -# Whom: jmg -# +# Created by: jmg # $FreeBSD$ -# PORTNAME= cgiparse PORTVERSION= 0.9b @@ -13,7 +9,7 @@ MASTER_SITES= http://resnet.uoregon.edu/ MAINTAINER= ports@FreeBSD.org COMMENT= C library to parse CGI Forms -LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime:install +LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime GNU_CONFIGURE= yes MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3 Modified: head/www/p5-WWW-Curl/Makefile ============================================================================== --- head/www/p5-WWW-Curl/Makefile Tue Apr 30 19:44:24 2013 (r316957) +++ head/www/p5-WWW-Curl/Makefile Tue Apr 30 20:00:28 2013 (r316958) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-Curl -# Date created: 24 July 2003 -# Whom: Chris Larsen -# +# Created by: Chris Larsen # $FreeBSD$ -# PORTNAME= WWW-Curl PORTVERSION= 4.15 @@ -17,7 +13,7 @@ COMMENT= Perl binding interface for curl LICENSE= MIT -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl PERL_CONFIGURE= yes Modified: head/www/thundercache/Makefile ============================================================================== --- head/www/thundercache/Makefile Tue Apr 30 19:44:24 2013 (r316957) +++ head/www/thundercache/Makefile Tue Apr 30 20:00:28 2013 (r316958) @@ -62,7 +62,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP USE_PHP+= curl pcre bcmath pdo mcrypt mhash session .endif -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl SUB_FILES= pkg-message log.sh test-deps.sh SUB_LIST= "GREP=${GREP}" Modified: head/www/thundersnarf/Makefile ============================================================================== --- head/www/thundersnarf/Makefile Tue Apr 30 19:44:24 2013 (r316957) +++ head/www/thundersnarf/Makefile Tue Apr 30 20:00:28 2013 (r316958) @@ -42,7 +42,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP USE_PHP+= curl pcre bcmath pdo mcrypt mhash session pgsql spl dom xmlrpc ctype openssl simplexml soap json .endif -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl SUB_FILES= pkg-message