From owner-svn-ports-head@freebsd.org Sat Mar 13 21:52:59 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A23CB5ACCA4; Sat, 13 Mar 2021 21:52:59 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dybyg4BvXz3jw9; Sat, 13 Mar 2021 21:52:59 +0000 (UTC) (envelope-from nc@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 82AA712633; Sat, 13 Mar 2021 21:52:59 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DLqxrD027078; Sat, 13 Mar 2021 21:52:59 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DLqwA4027075; Sat, 13 Mar 2021 21:52:58 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103132152.12DLqwA4027075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 21:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568288 - in head/graphics/g2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/graphics/g2: . files X-SVN-Commit-Revision: 568288 X-SVN-Commit-Repository: ports 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.34 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: Sat, 13 Mar 2021 21:52:59 -0000 Author: nc Date: Sat Mar 13 21:52:58 2021 New Revision: 568288 URL: https://svnweb.freebsd.org/changeset/ports/568288 Log: graphics/g2: Update to 0.72 Deleted: head/graphics/g2/files/ Modified: head/graphics/g2/Makefile head/graphics/g2/distinfo head/graphics/g2/pkg-plist Modified: head/graphics/g2/Makefile ============================================================================== --- head/graphics/g2/Makefile Sat Mar 13 21:44:26 2021 (r568287) +++ head/graphics/g2/Makefile Sat Mar 13 21:52:58 2021 (r568288) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= g2 -PORTVERSION= 0.40 -PORTREVISION= 11 +PORTVERSION= 0.72 CATEGORIES= graphics -MASTER_SITES= SUNSITE/libs/graphics +MASTER_SITES= SF/g2gl/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use, portable, and powerful 2D graphics library Modified: head/graphics/g2/distinfo ============================================================================== --- head/graphics/g2/distinfo Sat Mar 13 21:44:26 2021 (r568287) +++ head/graphics/g2/distinfo Sat Mar 13 21:52:58 2021 (r568288) @@ -1,2 +1,3 @@ -SHA256 (g2-0.40.tar.gz) = 74dbbee3b995386ec697c99517dc54227d027de32a5301693933e310549a29ae -SIZE (g2-0.40.tar.gz) = 103031 +TIMESTAMP = 1615672233 +SHA256 (g2-0.72.tar.gz) = 381967065a57354f61b768a1378573f7e66ed706621bcbaa2e8e3aa0f34625d3 +SIZE (g2-0.72.tar.gz) = 487081 Modified: head/graphics/g2/pkg-plist ============================================================================== --- head/graphics/g2/pkg-plist Sat Mar 13 21:44:26 2021 (r568287) +++ head/graphics/g2/pkg-plist Sat Mar 13 21:52:58 2021 (r568288) @@ -1,5 +1,6 @@ lib/libg2.a include/g2.h +include/g2_FIG.h +include/g2_gd.h include/g2_PS.h -include/g2_GIF.h include/g2_X11.h