From owner-freebsd-ports-bugs@freebsd.org Thu Mar 23 11:16:11 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 E78F1D19C8B for ; Thu, 23 Mar 2017 11:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 D67ED12A5 for ; Thu, 23 Mar 2017 11:16:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v2NBGB9B026027 for ; Thu, 23 Mar 2017 11:16:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218030] [New port] devel/hhdate: A date and time library based on the C++11 (and beyond) header Date: Thu, 23 Mar 2017 11:16:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: andreas.sommer87@googlemail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2017 11:16:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218030 --- Comment #5 from Andreas Sommer --- (In reply to Michael Gmelin from comment #3) Quoting my Makefile: > # New versions aren't released often, so using the number of commits since > # last release as PORTREVISION (see `git describe --tags ${GH_TAGNAME}`). > # 35 =3D commit a little after 2.1.0 to have LICENSE file and fixed unit = tests. > PORTREVISION=3D 35 > GH_TAGNAME=3D 3ab6510cab764c1a20926b1e8442af4c9e8a16b2 so the 35 comes from `git describe --tags 3ab6510cab764c1a20926b1e8442af4c9e8a16b2` =3D=3D 2.1.0-35-g3ab6510 I thought that's a reasonable way of versioning this port for a library whi= ch doesn't usually receive minor version releases. That might change in the future, but currently the FreeBSD port would be the first OS package ever m= ade for the library, so releases are probably just not important yet as people = just pull the latest header file from GitHub. --=20 You are receiving this mail because: You are the assignee for the bug.=