From owner-svn-ports-all@FreeBSD.ORG Tue Jun 23 22:23:58 2015 Return-Path: Delivered-To: svn-ports-all@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC2D390E; Tue, 23 Jun 2015 22:23:58 +0000 (UTC) (envelope-from marino@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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9E63C4B; Tue, 23 Jun 2015 22:23:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5NMNw88011004; Tue, 23 Jun 2015 22:23:58 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5NMNwBh011003; Tue, 23 Jun 2015 22:23:58 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201506232223.t5NMNwBh011003@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 23 Jun 2015 22:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390465 - head/devel/gps 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: Tue, 23 Jun 2015 22:23:59 -0000 Author: marino Date: Tue Jun 23 22:23:58 2015 New Revision: 390465 URL: https://svnweb.freebsd.org/changeset/ports/390465 Log: deve/gps: Fix typo caught by freshports sanity check Modified: head/devel/gps/Makefile Modified: head/devel/gps/Makefile ============================================================================== --- head/devel/gps/Makefile Tue Jun 23 22:20:35 2015 (r390464) +++ head/devel/gps/Makefile Tue Jun 23 22:23:58 2015 (r390465) @@ -20,7 +20,7 @@ BUILD_DEPENDS= gprbuild>=20140417:${PORT templates_parser>11:${PORTSDIR}/textproc/templates_parser LIB_DEPENDS= libgtkada.so:${PORTSDIR}/x11-toolkits/gtkada3 RUN_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 \ - gnatinspect::${PORTSDIR}/devel/gnatcoll \ + gnatinspect:${PORTSDIR}/devel/gnatcoll \ gdb${PORTGDB}:${PORTSDIR}/devel/gdb \ ${PYTHON_PKGNAMEPREFIX}pep8>0:${PORTSDIR}/devel/pep8 \ ${PYTHON_PKGNAMEPREFIX}jedi>0:${PORTSDIR}/devel/py-jedi