From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 06:54:20 2013 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 ESMTP id 220E8212; Wed, 6 Nov 2013 06:54:20 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) 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 0F518261C; Wed, 6 Nov 2013 06:54:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA66sJX5047723; Wed, 6 Nov 2013 06:54:19 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA66sJnV047721; Wed, 6 Nov 2013 06:54:19 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311060654.rA66sJnV047721@svn.freebsd.org> From: Olli Hauer Date: Wed, 6 Nov 2013 06:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332946 - in head/devel: subversion subversion16 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.14 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: Wed, 06 Nov 2013 06:54:20 -0000 Author: ohauer Date: Wed Nov 6 06:54:19 2013 New Revision: 332946 URL: http://svnweb.freebsd.org/changeset/ports/332946 Log: - s/USES=/USES+=/ do not overwrite USES from sub ports Submitted by: az Modified: head/devel/subversion/Makefile.common head/devel/subversion16/Makefile.common Modified: head/devel/subversion/Makefile.common ============================================================================== --- head/devel/subversion/Makefile.common Wed Nov 6 05:51:28 2013 (r332945) +++ head/devel/subversion/Makefile.common Wed Nov 6 06:54:19 2013 (r332946) @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= subversion/ USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_KDE4= # Used below if KWallet support is enabled -USES= pkgconfig +USES+= pkgconfig LICENSE= AL2 Modified: head/devel/subversion16/Makefile.common ============================================================================== --- head/devel/subversion16/Makefile.common Wed Nov 6 05:51:28 2013 (r332945) +++ head/devel/subversion16/Makefile.common Wed Nov 6 06:54:19 2013 (r332946) @@ -13,7 +13,7 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION} USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_KDE4= # Used below if KWallet support is enabled -USES= pkgconfig +USES+= pkgconfig LICENSE= AL2