From owner-svn-ports-branches@freebsd.org Wed Nov 20 17:58:33 2019 Return-Path: Delivered-To: svn-ports-branches@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 49BBD1BDF1C; Wed, 20 Nov 2019 17:58:33 +0000 (UTC) (envelope-from rakuco@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 47J9RF1HvSz48dB; Wed, 20 Nov 2019 17:58:33 +0000 (UTC) (envelope-from rakuco@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 0FA312660F; Wed, 20 Nov 2019 17:58:33 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAKHwW2H030313; Wed, 20 Nov 2019 17:58:32 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAKHwWK3030312; Wed, 20 Nov 2019 17:58:32 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201911201758.xAKHwWK3030312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 20 Nov 2019 17:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r518042 - branches/2019Q4/x11-fonts/bitter X-SVN-Group: ports-branches X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: branches/2019Q4/x11-fonts/bitter X-SVN-Commit-Revision: 518042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2019 17:58:33 -0000 Author: rakuco Date: Wed Nov 20 17:58:32 2019 New Revision: 518042 URL: https://svnweb.freebsd.org/changeset/ports/518042 Log: MFH: r517821 Unbreak the port. - Switch to fetching from GitHub. - The GitHub release uses a different versioning method (or rather, it follows a convention, while the zip file in the previous MASTER_SITES did not). - Add NO_ARCH since we only install OTF files. PR: 241858 Submitted by: m.ne@gmx.net Approved by: ports-secteam (joneum) Modified: branches/2019Q4/x11-fonts/bitter/Makefile branches/2019Q4/x11-fonts/bitter/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/x11-fonts/bitter/Makefile ============================================================================== --- branches/2019Q4/x11-fonts/bitter/Makefile Wed Nov 20 17:27:26 2019 (r518041) +++ branches/2019Q4/x11-fonts/bitter/Makefile Wed Nov 20 17:58:32 2019 (r518042) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= bitter -PORTVERSION= 20130930 -PORTREVISION= 2 +DISTVERSIONPREFIX= v. +DISTVERSION= 2.110 +PORTEPOCH= 1 CATEGORIES= x11-fonts -MASTER_SITES= http://www.huertatipografica.com/free_download/eo0pZGbJPxy2YyRkWQXx?dummy= MAINTAINER= rakuco@FreeBSD.org COMMENT= Contemporary serif typeface for text designed for comfortably reading LICENSE= OFL11 -FETCH_BEFORE_ARGS= -o ${DISTFILES} +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= solmatas +GH_PROJECT= Bitter -USES= fonts zip +NO_ARCH= yes NO_BUILD= yes -NO_WRKSUBDIR= yes do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${WRKSRC} && \ + cd ${WRKSRC}/fonts/otf && \ ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR} .include Modified: branches/2019Q4/x11-fonts/bitter/distinfo ============================================================================== --- branches/2019Q4/x11-fonts/bitter/distinfo Wed Nov 20 17:27:26 2019 (r518041) +++ branches/2019Q4/x11-fonts/bitter/distinfo Wed Nov 20 17:58:32 2019 (r518042) @@ -1,2 +1,3 @@ -SHA256 (bitter-20130930.zip) = 9a54c0468716e69d24bbbc2e1e861aed6635c11b511935fb8b6191ae471400c3 -SIZE (bitter-20130930.zip) = 347587 +TIMESTAMP = 1573991779 +SHA256 (solmatas-Bitter-v.2.110_GH0.tar.gz) = 2ce43df0b6c4888f7d2a29cd187771b0f12eca407524d3346a4561d888fd8c93 +SIZE (solmatas-Bitter-v.2.110_GH0.tar.gz) = 2068109