svn commit: r568288 - in head/graphics/g2: . files

Neel Chauhan nc at FreeBSD.org
Sat Mar 13 21:52:59 UTC 2021


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 at 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


More information about the svn-ports-head mailing list