From owner-svn-ports-all@FreeBSD.ORG Fri Jul 4 02:48:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA35EB3B; Fri, 4 Jul 2014 02:48:30 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97746227C; Fri, 4 Jul 2014 02:48:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s642mUDq048607; Fri, 4 Jul 2014 02:48:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s642mUH7048606; Fri, 4 Jul 2014 02:48:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407040248.s642mUH7048606@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Jul 2014 02:48:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360513 - head/devel/libdap 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.18 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: Fri, 04 Jul 2014 02:48:30 -0000 Author: sunpoet Date: Fri Jul 4 02:48:30 2014 New Revision: 360513 URL: http://svnweb.freebsd.org/changeset/ports/360513 QAT: https://qat.redports.org/buildarchive/r360513/ Log: - Sort USES Modified: head/devel/libdap/Makefile Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Fri Jul 4 02:48:25 2014 (r360512) +++ head/devel/libdap/Makefile Fri Jul 4 02:48:30 2014 (r360513) @@ -22,6 +22,6 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_LDCONFIG= yes -USES= charsetfix gmake pathfix libtool +USES= charsetfix gmake libtool pathfix .include