From owner-svn-ports-head@freebsd.org Tue May 21 09:55:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84DED15A89B2; Tue, 21 May 2019 09:55:49 +0000 (UTC) (envelope-from 0mp@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24A3F8667F; Tue, 21 May 2019 09:55:49 +0000 (UTC) (envelope-from 0mp@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 F31C64228; Tue, 21 May 2019 09:55:48 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4L9tmD2080665; Tue, 21 May 2019 09:55:48 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4L9tmrH080663; Tue, 21 May 2019 09:55:48 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201905210955.x4L9tmrH080663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 21 May 2019 09:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502208 - head/x11-fonts/3270font X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/x11-fonts/3270font X-SVN-Commit-Revision: 502208 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 24A3F8667F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 21 May 2019 09:55:49 -0000 Author: 0mp Date: Tue May 21 09:55:48 2019 New Revision: 502208 URL: https://svnweb.freebsd.org/changeset/ports/502208 Log: Update to v2.0.1 Changelog: https://github.com/rbanffy/3270font/releases/tag/v2.0.1 Modified: head/x11-fonts/3270font/Makefile head/x11-fonts/3270font/distinfo head/x11-fonts/3270font/pkg-plist Modified: head/x11-fonts/3270font/Makefile ============================================================================== --- head/x11-fonts/3270font/Makefile Tue May 21 09:22:09 2019 (r502207) +++ head/x11-fonts/3270font/Makefile Tue May 21 09:55:48 2019 (r502208) @@ -2,12 +2,11 @@ PORTNAME= 3270font DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0 -PORTREVISION= 1 +DISTVERSION= 2.0.1 CATEGORIES= x11-fonts -MASTER_SITES= http://s3.amazonaws.com/${PORTNAME}/ \ - https://github.com/rbanffy/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ -DISTNAME= 3270_fonts_4cfe95c +MASTER_SITES= https://${PORTNAME}.s3.amazonaws.com/ \ + https://github.com/rbanffy/${PORTNAME}/releases/download/${DISTVERSIONFULL}/ +DISTNAME= 3270_fonts_6086dd2 MAINTAINER= 0mp@FreeBSD.org COMMENT= IBM 3270 font for the nostalgic Modified: head/x11-fonts/3270font/distinfo ============================================================================== --- head/x11-fonts/3270font/distinfo Tue May 21 09:22:09 2019 (r502207) +++ head/x11-fonts/3270font/distinfo Tue May 21 09:55:48 2019 (r502208) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550096786 -SHA256 (3270_fonts_4cfe95c.zip) = 8966e0667a1367dfc91361f9c9cb3187d1914a5b51710bfc10e5d71869188b4c -SIZE (3270_fonts_4cfe95c.zip) = 1428094 +TIMESTAMP = 1558432246 +SHA256 (3270_fonts_6086dd2.zip) = 0b15fae44fdd1341b030e35fbcaee173ef4e51bd41ec03963d023d48697376fc +SIZE (3270_fonts_6086dd2.zip) = 1434869 Modified: head/x11-fonts/3270font/pkg-plist ============================================================================== --- head/x11-fonts/3270font/pkg-plist Tue May 21 09:22:09 2019 (r502207) +++ head/x11-fonts/3270font/pkg-plist Tue May 21 09:55:48 2019 (r502208) @@ -15,3 +15,4 @@ %%FONTSDIR%%/3270SemiNarrow.pfm %%FONTSDIR%%/3270SemiNarrow.ttf %%FONTSDIR%%/3270SemiNarrow.woff +%%FONTSDIR%%/fonts-3270.metainfo.xml