Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 18:59:54 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549821 - head/graphics/birdfont
Message-ID:  <202009231859.08NIxsnO029562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed Sep 23 18:59:54 2020
New Revision: 549821
URL: https://svnweb.freebsd.org/changeset/ports/549821

Log:
  Update to 2.29.1

Modified:
  head/graphics/birdfont/Makefile
  head/graphics/birdfont/distinfo

Modified: head/graphics/birdfont/Makefile
==============================================================================
--- head/graphics/birdfont/Makefile	Wed Sep 23 18:57:12 2020	(r549820)
+++ head/graphics/birdfont/Makefile	Wed Sep 23 18:59:54 2020	(r549821)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	birdfont
-DISTVERSION=	2.29.0
-PORTREVISION=	1
+DISTVERSION=	2.29.1
 CATEGORIES=	graphics x11-fonts
 MASTER_SITES=	http://birdfont.org/releases/
 
@@ -49,8 +48,7 @@ do-install:
 		--dest="${STAGEDIR}" \
 		--nogzip=1 \
 		--manpages-directory="/share/man/man1")
-.for _file in ${_STRIPPABLE:S|^|${STAGEDIR}${PREFIX}|}
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${_file}
-.endfor
+	@(cd ${STAGEDIR}${PREFIX} && \
+		${STRIP_CMD} ${_STRIPPABLE})
 
 .include <bsd.port.mk>

Modified: head/graphics/birdfont/distinfo
==============================================================================
--- head/graphics/birdfont/distinfo	Wed Sep 23 18:57:12 2020	(r549820)
+++ head/graphics/birdfont/distinfo	Wed Sep 23 18:59:54 2020	(r549821)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589030584
-SHA256 (birdfont-2.29.0.tar.xz) = 1c6d6da20b0705f61aa9478797e8c336ef6a6b986ce04e1800f6baa5f3c2e3a3
-SIZE (birdfont-2.29.0.tar.xz) = 2589484
+TIMESTAMP = 1600852151
+SHA256 (birdfont-2.29.1.tar.xz) = d107802a90b4cc19cb9739ca4ff83b294fee9e294c9306285a37d5c5ee5d4018
+SIZE (birdfont-2.29.1.tar.xz) = 2588816



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009231859.08NIxsnO029562>