From owner-dev-commits-ports-main@freebsd.org Sat Jun 5 16:28:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 E9F29645EFA; Sat, 5 Jun 2021 16:28:23 +0000 (UTC) (envelope-from git@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 4Fy4nM4yMxz3PpW; Sat, 5 Jun 2021 16:28:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BC2C13ABD; Sat, 5 Jun 2021 16:28:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 155GSNFP095357; Sat, 5 Jun 2021 16:28:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 155GSN13095356; Sat, 5 Jun 2021 16:28:23 GMT (envelope-from git) Date: Sat, 5 Jun 2021 16:28:23 GMT Message-Id: <202106051628.155GSN13095356@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?B?U3RlZmFuIEXDn2Vy?= Subject: git: cd3614d9af7c - main - print/fig2dev: update to upstream version 3.2.8a MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: se X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cd3614d9af7cdd563b9d44dc7d70f5b6116260cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2021 16:28:24 -0000 The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd3614d9af7cdd563b9d44dc7d70f5b6116260cd commit cd3614d9af7cdd563b9d44dc7d70f5b6116260cd Author: MJL AuthorDate: 2021-06-05 16:20:09 +0000 Commit: Stefan Eßer CommitDate: 2021-06-05 16:27:45 +0000 print/fig2dev: update to upstream version 3.2.8a The port update to version 3.2.8 has been provided in PR 252092 by mjl@luckie.org.nz. I have adjusted the update to build patch level "a" of version 3.2.8. PR: 252092 Approved by: pi --- print/fig2dev/Makefile | 24 +++++++++++++---------- print/fig2dev/distinfo | 6 +++--- print/fig2dev/pkg-plist | 52 ++----------------------------------------------- 3 files changed, 19 insertions(+), 63 deletions(-) diff --git a/print/fig2dev/Makefile b/print/fig2dev/Makefile index 4d50b4df4965..59367937cf81 100644 --- a/print/fig2dev/Makefile +++ b/print/fig2dev/Makefile @@ -1,23 +1,27 @@ PORTNAME= fig2dev -PORTVERSION= 3.2.7 -PORTREVISION= 1 +PORTVERSION= 3.2.8a CATEGORIES= print MASTER_SITES= SF/mcj/ MAINTAINER= pi@FreeBSD.org COMMENT= Tools to convert Xfig .fig files -RUN_DEPENDS= ppmtogif:graphics/netpbm \ - gs:print/ghostscript9-agpl-base -LIB_DEPENDS= libpng.so:graphics/png +LICENSE= fig2dev +LICENSE_NAME= fig2dev public license +LICENSE_FILE= ${FILESDIR}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -CONFLICTS= transfig-* +LIB_DEPENDS= libpng.so:graphics/png +RUN_DEPENDS= ppmtogif:graphics/netpbm USES= alias ghostscript:run iconv tar:xz xorg -CFLAGS+= -Wno-return-type -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-transfig -CONFIGURE_ARGS+= GSEXE=gs USE_XORG= xpm +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-transfig \ + GSEXE=gs +CFLAGS+= -Wno-return-type + +CONFLICTS_INSTALL= transfig + .include diff --git a/print/fig2dev/distinfo b/print/fig2dev/distinfo index 286b54dfa2f8..bf99793c5491 100644 --- a/print/fig2dev/distinfo +++ b/print/fig2dev/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523693729 -SHA256 (fig2dev-3.2.7.tar.xz) = de45819752f657ab7ebffe4a02fc99038d124a8f36be30550b21ef4fa03aa3a5 -SIZE (fig2dev-3.2.7.tar.xz) = 508336 +TIMESTAMP = 1622885040 +SHA256 (fig2dev-3.2.8a.tar.xz) = 6336ac492d0f71dfb7a1dd8f4d78eae17aa57a34f743d4e5ba9814991c2da7ae +SIZE (fig2dev-3.2.8a.tar.xz) = 520000 diff --git a/print/fig2dev/pkg-plist b/print/fig2dev/pkg-plist index 6eaaa6d45ed3..a8ed345df594 100644 --- a/print/fig2dev/pkg-plist +++ b/print/fig2dev/pkg-plist @@ -6,55 +6,6 @@ man/man1/fig2dev.1.gz man/man1/fig2ps2tex.1.gz man/man1/pic2tpic.1.gz man/man1/transfig.1.gz -%%DATADIR%%/bitmaps/bricks.bmp -%%DATADIR%%/bitmaps/circles.bmp -%%DATADIR%%/bitmaps/crosshatch.bmp -%%DATADIR%%/bitmaps/crosshatch30.bmp -%%DATADIR%%/bitmaps/crosshatch45.bmp -%%DATADIR%%/bitmaps/dash.bmp -%%DATADIR%%/bitmaps/dashDot.bmp -%%DATADIR%%/bitmaps/dashDotDot.bmp -%%DATADIR%%/bitmaps/dashDotDotDot.bmp -%%DATADIR%%/bitmaps/dot.bmp -%%DATADIR%%/bitmaps/fishscales.bmp -%%DATADIR%%/bitmaps/hexagons.bmp -%%DATADIR%%/bitmaps/horiz_saw.bmp -%%DATADIR%%/bitmaps/horizontal.bmp -%%DATADIR%%/bitmaps/left30.bmp -%%DATADIR%%/bitmaps/left45.bmp -%%DATADIR%%/bitmaps/leftshingle.bmp -%%DATADIR%%/bitmaps/octagons.bmp -%%DATADIR%%/bitmaps/p13.bmp -%%DATADIR%%/bitmaps/right30.bmp -%%DATADIR%%/bitmaps/right45.bmp -%%DATADIR%%/bitmaps/rightshingle.bmp -%%DATADIR%%/bitmaps/small_fishscales.bmp -%%DATADIR%%/bitmaps/sp0.bmp -%%DATADIR%%/bitmaps/sp1.bmp -%%DATADIR%%/bitmaps/sp10.bmp -%%DATADIR%%/bitmaps/sp11.bmp -%%DATADIR%%/bitmaps/sp12.bmp -%%DATADIR%%/bitmaps/sp13.bmp -%%DATADIR%%/bitmaps/sp14.bmp -%%DATADIR%%/bitmaps/sp15.bmp -%%DATADIR%%/bitmaps/sp16.bmp -%%DATADIR%%/bitmaps/sp17.bmp -%%DATADIR%%/bitmaps/sp18.bmp -%%DATADIR%%/bitmaps/sp19.bmp -%%DATADIR%%/bitmaps/sp2.bmp -%%DATADIR%%/bitmaps/sp20.bmp -%%DATADIR%%/bitmaps/sp3.bmp -%%DATADIR%%/bitmaps/sp4.bmp -%%DATADIR%%/bitmaps/sp5.bmp -%%DATADIR%%/bitmaps/sp6.bmp -%%DATADIR%%/bitmaps/sp7.bmp -%%DATADIR%%/bitmaps/sp8.bmp -%%DATADIR%%/bitmaps/sp9.bmp -%%DATADIR%%/bitmaps/vert_bricks.bmp -%%DATADIR%%/bitmaps/vert_leftshingle.bmp -%%DATADIR%%/bitmaps/vert_rightshingle.bmp -%%DATADIR%%/bitmaps/vert_saw.bmp -%%DATADIR%%/bitmaps/vertical.bmp %%DATADIR%%/i18n/cs_CZ.ps %%DATADIR%%/i18n/hr_HR.ps %%DATADIR%%/i18n/hu_HU.ps @@ -71,7 +22,8 @@ man/man1/transfig.1.gz %%DATADIR%%/i18n/korean.ps %%DATADIR%%/i18n/pl_PL.ps %%DATADIR%%/i18n/ro_RO.ps +%%DATADIR%%/i18n/ru_RU.CP1251.ps %%DATADIR%%/i18n/ru_RU.KOI8-R.ps %%DATADIR%%/i18n/sk_SK.ps %%DATADIR%%/i18n/sl_SI.ps -%%DATADIR%%/rgb.txt +%%DATADIR%%/i18n/uk_UA.KOI8-U.ps