From owner-svn-ports-head@freebsd.org Tue Jul 26 01:01:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AEBABA391D; Tue, 26 Jul 2016 01:01:00 +0000 (UTC) (envelope-from osa@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 mx1.freebsd.org (Postfix) with ESMTPS id 3D6E81C90; Tue, 26 Jul 2016 01:01:00 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6Q10xX2088472; Tue, 26 Jul 2016 01:00:59 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6Q10x3T088469; Tue, 26 Jul 2016 01:00:59 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201607260100.u6Q10x3T088469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 26 Jul 2016 01:00:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419094 - head/x11-fonts/terminus-ttf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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, 26 Jul 2016 01:01:00 -0000 Author: osa Date: Tue Jul 26 01:00:59 2016 New Revision: 419094 URL: https://svnweb.freebsd.org/changeset/ports/419094 Log: Sync the versioning files in the pkg-plist with PORTVERSION via PLIST_SUB. Approved by: Tobias Kortkamp (maintainer) Modified: head/x11-fonts/terminus-ttf/Makefile head/x11-fonts/terminus-ttf/pkg-plist Modified: head/x11-fonts/terminus-ttf/Makefile ============================================================================== --- head/x11-fonts/terminus-ttf/Makefile Tue Jul 26 00:55:26 2016 (r419093) +++ head/x11-fonts/terminus-ttf/Makefile Tue Jul 26 01:00:59 2016 (r419094) @@ -19,6 +19,7 @@ USES= fonts zip FONTNAME= TerminusTTF SUB_FILES= pkg-message +PLIST_SUB+= PORTVERSION=${PORTVERSION} do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR}/ Modified: head/x11-fonts/terminus-ttf/pkg-plist ============================================================================== --- head/x11-fonts/terminus-ttf/pkg-plist Tue Jul 26 00:55:26 2016 (r419093) +++ head/x11-fonts/terminus-ttf/pkg-plist Tue Jul 26 01:00:59 2016 (r419094) @@ -1,4 +1,4 @@ -%%FONTSDIR%%/TerminusTTF-4.40.1.ttf -%%FONTSDIR%%/TerminusTTF-Bold Italic-4.40.1.ttf -%%FONTSDIR%%/TerminusTTF-Bold-4.40.1.ttf -%%FONTSDIR%%/TerminusTTF-Italic-4.40.1.ttf +%%FONTSDIR%%/TerminusTTF-%%PORTVERSION%%.ttf +%%FONTSDIR%%/TerminusTTF-Bold Italic-%%PORTVERSION%%.ttf +%%FONTSDIR%%/TerminusTTF-Bold-%%PORTVERSION%%.ttf +%%FONTSDIR%%/TerminusTTF-Italic-%%PORTVERSION%%.ttf