From owner-svn-ports-head@freebsd.org Wed Jan 6 16:59:25 2016 Return-Path: Delivered-To: svn-ports-head@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 9C781A65651; Wed, 6 Jan 2016 16:59:25 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6EC2C1F4E; Wed, 6 Jan 2016 16:59:25 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u06GxOLF027039; Wed, 6 Jan 2016 16:59:24 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u06GxOCx027038; Wed, 6 Jan 2016 16:59:24 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201601061659.u06GxOCx027038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Wed, 6 Jan 2016 16:59:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405370 - head/math/glm 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.20 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 Jan 2016 16:59:25 -0000 Author: demon Date: Wed Jan 6 16:59:24 2016 New Revision: 405370 URL: https://svnweb.freebsd.org/changeset/ports/405370 Log: Release to ports@ Modified: head/math/glm/Makefile Modified: head/math/glm/Makefile ============================================================================== --- head/math/glm/Makefile Wed Jan 6 16:57:31 2016 (r405369) +++ head/math/glm/Makefile Wed Jan 6 16:59:24 2016 (r405370) @@ -6,7 +6,7 @@ PORTVERSION= 0.9.7.1 PORTEPOCH= 1 CATEGORIES= math graphics -MAINTAINER= demon@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ mathematics library for software based on the OpenGL GLSL LICENSE= MIT