From owner-svn-ports-all@freebsd.org Sun Mar 27 17:01:21 2016 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 2B390ADF740; Sun, 27 Mar 2016 17:01:21 +0000 (UTC) (envelope-from tijl@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 EDAFC1024; Sun, 27 Mar 2016 17:01:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RH1Kkg001879; Sun, 27 Mar 2016 17:01:20 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RH1KYw001878; Sun, 27 Mar 2016 17:01:20 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603271701.u2RH1KYw001878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 27 Mar 2016 17:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411997 - head 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.21 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, 27 Mar 2016 17:01:21 -0000 Author: tijl Date: Sun Mar 27 17:01:19 2016 New Revision: 411997 URL: https://svnweb.freebsd.org/changeset/ports/411997 Log: Add portupgrade instructions and mention the license change in the 20160324 Ghostscript entry. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Mar 27 16:28:59 2016 (r411996) +++ head/UPDATING Sun Mar 27 17:01:19 2016 (r411997) @@ -15,11 +15,16 @@ you update your ports collection, before port by adding "DEFAULT_VERSIONS+=ghostscript=9" to /etc/make.conf, or move to the new port with: - portmaster -o print/ghostscript9-agpl-base ghostscript9-base + portmaster -o print/ghostscript9-agpl-base ghostscript9-base + or: portupgrade -o print/ghostscript9-agpl-base print/ghostscript9-base And if you have ghostscript9-x11 installed: - portmaster -o print/ghostscript9-agpl-x11 ghostscript9-x11 + portmaster -o print/ghostscript9-agpl-x11 ghostscript9-x11 + or: portupgrade -o print/ghostscript9-agpl-x11 print/ghostscript9-x11 + + Note that print/ghostscript9-agpl-base is licensed under the AGPLv3 + while print/ghostscript9-base is licensed under the GPLv3. 20160317: AFFECTS: security/openvas-client