From owner-svn-ports-head@FreeBSD.ORG Thu Jun 13 14:36:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 815E4BBD; Thu, 13 Jun 2013 14:36:44 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 739F41FFD; Thu, 13 Jun 2013 14:36:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5DEai9f086867; Thu, 13 Jun 2013 14:36:44 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5DEaiZL086866; Thu, 13 Jun 2013 14:36:44 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201306131436.r5DEaiZL086866@svn.freebsd.org> From: Boris Samorodov Date: Thu, 13 Jun 2013 14:36:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320804 - head/science/euler 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.14 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: Thu, 13 Jun 2013 14:36:44 -0000 Author: bsam Date: Thu Jun 13 14:36:43 2013 New Revision: 320804 URL: http://svnweb.freebsd.org/changeset/ports/320804 Log: . add LICENCE=GPLv2; . bump PORTREVISION; . remove the indefinite article from COMMENT. Modified: head/science/euler/Makefile Modified: head/science/euler/Makefile ============================================================================== --- head/science/euler/Makefile Thu Jun 13 14:04:43 2013 (r320803) +++ head/science/euler/Makefile Thu Jun 13 14:36:43 2013 (r320804) @@ -3,13 +3,15 @@ PORTNAME= euler PORTVERSION= 1.61.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.61 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A program computes with real and complex numbers and matrices +COMMENT= Program computes with real and complex numbers and matrices + +LICENCE= GPLv2 USE_GNOME= gtk20 GNU_CONFIGURE= yes