From owner-svn-ports-head@freebsd.org Fri Mar 3 11:25:07 2017 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 B941CCF5942 for ; Fri, 3 Mar 2017 11:25:07 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 805681946 for ; Fri, 3 Mar 2017 11:25:07 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-oi0-x232.google.com with SMTP id 62so54122372oih.2 for ; Fri, 03 Mar 2017 03:25:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=5w3AzII1lAwb93W5mrxkGdjCJ3CzebBKxyBoiFtdDTA=; b=SriTDbY+wPKEURmb0KaJzj+v42pbz5jhkD4PH8xbVyQqcxLTRMGCbQeZmP0bql/XzJ vyI42Jk/OnCmQCiunog0Yubpzt8mkuNd732PG561nZZGXqRWsxEplqfOg9cMj57VM7oc Ny6vQb4kJnBRBqH/QNl4wJshIKniH5kwx0euPBSKToJxcvDplbGmnwMN2YLTTM/o4viW pujEbiHfsLwkkSVzU4t5CNAM8/DCrr6XTl02cGotyV5elZZwXQA8Zh+1KWKZoOr+tZ69 J0z5U6JHZqSxRbsbWrljXNCeoFbJue530XkIZ7VDpX284hhMI5w82ibmieS2iTJFR+JG WPLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=5w3AzII1lAwb93W5mrxkGdjCJ3CzebBKxyBoiFtdDTA=; b=XOtKsz8miaUQXPgnFbDNBShVveJytkq6T8CiG72opEp/0S0Th+vQz5I7gRcqjFaHHQ Vhmilihh66fZTzaa1m710o85LO+uNZyyETXw3cBWSMZeluHevrpOrXJi/fY3NICsDv2T vDJTMkcLdVUAxTr5ekOKda2aP5v9DOIq9m33JgVyjBQ9N+/P/MkPXuV9AkEPL6VBi8d6 wW6BgXVNJ9W148E8IYCGuF0z5dJn51NXCSbl9R6u+82y9JdCeRT2vCnl9eoUvTLRVI89 xqRhCEaeikL2Yb6FkU5ETf9zn1Slf+KJLcawcrIuuWb/0IdydPzxnzm5OdOBDCGyGfhs dTuw== X-Gm-Message-State: AMke39m/3UCcGh5yTDRQnKrRAoGc10iP00svpFQ0jSTZT8IcUr73befi1Ix/vFo2Kk9ISBPqqSblhSLXc12e8w== X-Received: by 10.202.185.85 with SMTP id j82mr1146043oif.66.1488540306734; Fri, 03 Mar 2017 03:25:06 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.14.38 with HTTP; Fri, 3 Mar 2017 03:24:26 -0800 (PST) In-Reply-To: <201702280844.v1S8im9S043013@repo.freebsd.org> References: <201702280844.v1S8im9S043013@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Mar 2017 19:24:26 +0800 X-Google-Sender-Auth: Ft4R0O2F7XtAqF0yl9n84bzoHJE Message-ID: Subject: Re: svn commit: r435007 - in head/math: . acalc To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 03 Mar 2017 11:25:07 -0000 On Tue, Feb 28, 2017 at 4:44 PM, Alexey Dokuchaev wrote: > Author: danfe > Date: Tue Feb 28 08:44:48 2017 > New Revision: 435007 > URL: https://svnweb.freebsd.org/changeset/ports/435007 > > Log: > `math/acalc' is a simple and pretty Qt4-based expression calculator. > > Because GitHub releases (tarballs) are not fetched with correct > modification > time, set TIMESTAMP to 1481206796 which corresponds to commit 6c032ba > tagged > as this release. > > PR: 215158 > Submitted by: Andrey Ponomarenko > Hello danfe, You do not need to set TIMESTAMP manually for this port and graphics/azpainter. The TIMESTAMP is not the time of tarball but the time you generate distinfo. Regards, sunpoet