From owner-svn-ports-head@FreeBSD.ORG Mon Mar 31 14:30:02 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 51F2237E; Mon, 31 Mar 2014 14:30:02 +0000 (UTC) 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 3EB9461F; Mon, 31 Mar 2014 14:30:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2VEU2dw020975; Mon, 31 Mar 2014 14:30:02 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2VEU1m8020969; Mon, 31 Mar 2014 14:30:01 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201403311430.s2VEU1m8020969@svn.freebsd.org> From: Alex Dupre Date: Mon, 31 Mar 2014 14:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349758 - in head: . graphics/jpgraph2 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.17 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: Mon, 31 Mar 2014 14:30:02 -0000 Author: ale Date: Mon Mar 31 14:30:01 2014 New Revision: 349758 URL: http://svnweb.freebsd.org/changeset/ports/349758 QAT: https://qat.redports.org/buildarchive/r349758/ Log: Drop maintainership and fix LEGAL. Modified: head/LEGAL head/graphics/jpgraph2/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Mon Mar 31 14:27:10 2014 (r349757) +++ head/LEGAL Mon Mar 31 14:30:01 2014 (r349758) @@ -149,7 +149,7 @@ jdk-6*-i586.bin java/linux-sun-jdk16 Re jdk-7*-i586.tar.gz java/linux-sun-jdk17 Redistribution of repackaged binaries not permitted jfbuild_src_* games/jfsw Must be distributed only through the Internet and free of charge jmf-*-alljava.zip java/jmf Redistribution of pre-compiled binaries is not permitted -jpgraph-2.* graphics/jpgraph2 Not for commercial use +jpgraph-2.* graphics/jpgraph2 The free version cannot be used in a commercial context jre-6*-i586.bin java/linux-sun-jre16 License does not allow distribution with fee jre-7*-i586.tar.gz java/linux-sun-jre17 License does not allow distribution with fee jta-*.zip java/jta See the license Modified: head/graphics/jpgraph2/Makefile ============================================================================== --- head/graphics/jpgraph2/Makefile Mon Mar 31 14:27:10 2014 (r349757) +++ head/graphics/jpgraph2/Makefile Mon Mar 31 14:30:01 2014 (r349758) @@ -6,7 +6,7 @@ PORTVERSION= 3.0.7 CATEGORIES= graphics MASTER_SITES= http://hem.bredband.net/jpgraph2/ -MAINTAINER= ale@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Draw both "quick and dirty" graphs with a minimum of code USE_BZIP2= yes