From owner-svn-ports-all@freebsd.org Sun Jun 28 08:27:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF0DD98F00F; Sun, 28 Jun 2015 08:27:31 +0000 (UTC) (envelope-from antoine@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 E03C514AA; Sun, 28 Jun 2015 08:27:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8RVd8051382; Sun, 28 Jun 2015 08:27:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8RVxe051381; Sun, 28 Jun 2015 08:27:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506280827.t5S8RVxe051381@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 08:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390745 - head/textproc/xmlada 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: Sun, 28 Jun 2015 08:27:32 -0000 Author: antoine Date: Sun Jun 28 08:27:31 2015 New Revision: 390745 URL: https://svnweb.freebsd.org/changeset/ports/390745 Log: Bump PORTVREVISION It seems GNAT version changed recently and this port wasn't bumped, leading to errors like: error: "dom.ads" and "gprclean-main.adb" compiled with different GNAT versions error: "dom-core.adb" and "gprclean-main.adb" compiled with different GNAT versions ... Modified: head/textproc/xmlada/Makefile Modified: head/textproc/xmlada/Makefile ============================================================================== --- head/textproc/xmlada/Makefile Sun Jun 28 08:25:23 2015 (r390744) +++ head/textproc/xmlada/Makefile Sun Jun 28 08:27:31 2015 (r390745) @@ -3,6 +3,7 @@ PORTNAME= xmlada PORTVERSION= 4.6.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= xmlada-gpl-2015-src