From owner-svn-ports-head@FreeBSD.ORG Tue Aug 12 18:06:04 2014 Return-Path: Delivered-To: svn-ports-head@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 1A5D7D45 for ; Tue, 12 Aug 2014 18:06:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E455E3981 for ; Tue, 12 Aug 2014 18:06:03 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 6bb7 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 12 Aug 2014 18:06:03 +0000 From: John Marino Date: Tue, 12 Aug 2014 18:06:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364727 - head/x11-clocks/aclock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53ea578b.6bb7.7cb259ad@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 12 Aug 2014 18:06:04 -0000 Author: marino Date: Tue Aug 12 18:06:03 2014 New Revision: 364727 URL: http://svnweb.freebsd.org/changeset/ports/364727 QAT: https://qat.redports.org/buildarchive/r364727/ Log: Stage x11-clocks/aclock Stage-QA warns that Aclock application is not stripped but this seems to be installed per GNUStep framework so I'll leaving that warning alone. Modified: head/x11-clocks/aclock/Makefile Modified: head/x11-clocks/aclock/Makefile ============================================================================== --- head/x11-clocks/aclock/Makefile Tue Aug 12 17:59:33 2014 (r364726) +++ head/x11-clocks/aclock/Makefile Tue Aug 12 18:06:03 2014 (r364727) @@ -21,5 +21,4 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/${DISTNAME} -NO_STAGE= yes .include