From owner-svn-ports-all@freebsd.org Thu Nov 9 16:38:51 2017 Return-Path: Delivered-To: svn-ports-all@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 DD139E555D5; Thu, 9 Nov 2017 16:38:51 +0000 (UTC) (envelope-from yuri@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 A98156E745; Thu, 9 Nov 2017 16:38:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA9Gco73073302; Thu, 9 Nov 2017 16:38:50 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA9Gcofq073301; Thu, 9 Nov 2017 16:38:50 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201711091638.vA9Gcofq073301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 9 Nov 2017 16:38:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453848 - head/misc/cldr-emoji-annotation X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/cldr-emoji-annotation X-SVN-Commit-Revision: 453848 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2017 16:38:52 -0000 Author: yuri Date: Thu Nov 9 16:38:50 2017 New Revision: 453848 URL: https://svnweb.freebsd.org/changeset/ports/453848 Log: misc/cldr-emoji-annotation: Made '_1' a part of DISTVERSION instead of being in DISTVERSIONSUFFIX Approved by: mat's followup request in D13013 Differential Revision: https://reviews.freebsd.org/D13013 Modified: head/misc/cldr-emoji-annotation/Makefile Modified: head/misc/cldr-emoji-annotation/Makefile ============================================================================== --- head/misc/cldr-emoji-annotation/Makefile Thu Nov 9 16:11:21 2017 (r453847) +++ head/misc/cldr-emoji-annotation/Makefile Thu Nov 9 16:38:50 2017 (r453848) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cldr-emoji-annotation -DISTVERSION= 32.0.0 -DISTVERSIONSUFFIX= _1 +DISTVERSION= 32.0.0_1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org