From owner-svn-ports-head@freebsd.org Tue Aug 1 19:20:15 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 83916DB72AF for ; Tue, 1 Aug 2017 19:20:15 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-qk0-x234.google.com (mail-qk0-x234.google.com [IPv6:2607:f8b0:400d:c09::234]) (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 3E9AB659C2 for ; Tue, 1 Aug 2017 19:20:15 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-qk0-x234.google.com with SMTP id a77so14958600qkb.0 for ; Tue, 01 Aug 2017 12:20:15 -0700 (PDT) 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=YpyfkXcmoXDplvE0ihbO5lBcMxH/AKLDAsMFdPD5Mmo=; b=nwZ1NzoJB23VXm2mPAIuORpFkpsp4o792hdqoV58L0JsqOxNlJVm/O/9DYgrHN/s9B eHPTlxTYFb+J9gf4wcMJNYqs/BvJ7Kxi29QLhsXgmVP86350OSBimOuUxBUk4fhLHIc0 l/kiVH2UVv0rvZL6t2JVBhretylxToC7iOwQ28gQhNa9ATClTSAoXvk3xFX/tFgCFoeR 1Io6B1BqHZU+JHzWjSCRigwAVadTCFyvOVQEiDWbFUtBJ1DmiTmV+4S77V+742k9sPNL kujoqBscpg5xpHX7c7KwgmR/GIZzHGDbgsnXQvyOCuCiUJ2kw7sl9ry0Ri+WzDxy+NOv skQw== 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=YpyfkXcmoXDplvE0ihbO5lBcMxH/AKLDAsMFdPD5Mmo=; b=Y4SpCTkuOogKZrYECNotfpWD+s8G3NzhU2kgaqNUky7LZRTxxn5L9z524y+2O8dIK6 KRBIhk3N8Dn5J9vPu3ZP1UWx3JA83pnYFfTQiPa5uz8iQB8fSuSM0g+zu9+pSWmY2MOc rAvJXeHYjpEqLL6VBddDqInoERPJjSe0r9GNkDFp2mghrXOtBzYbawwsGLmxJod4dmvF Tua02B4GrYX6E21F2uzcrf8hbH9L5hCS/K+N7GkYPrZdaVxKskncwao2pe9g/gWHAXyP TKJQ9dJB9C8AtFxRHPxOLSDnR2TEpcJHB+R/eqYf6Fqlf4R3wAgPmvXbsIDxOm53nGKB L5HQ== X-Gm-Message-State: AIVw1122Ux+17ukF7kHMu6ZNHM9GFT/jkEsgj/q3WacuhgpIDoshG0s2 g6V4JPZde17G3UnYiHZSAqEa9XQiuX5c X-Received: by 10.55.95.196 with SMTP id t187mr12490001qkb.255.1501615214296; Tue, 01 Aug 2017 12:20:14 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.12.171.7 with HTTP; Tue, 1 Aug 2017 12:19:33 -0700 (PDT) In-Reply-To: References: <201708011709.v71H9pOf036071@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 2 Aug 2017 03:19:33 +0800 X-Google-Sender-Auth: eDQEU5HLq7Xean1U5zAHGeqaGM8 Message-ID: Subject: Re: svn commit: r447035 - head/devel/libinotify To: Jan Beich 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: Tue, 01 Aug 2017 19:20:15 -0000 On Wed, Aug 2, 2017 at 1:15 AM, Jan Beich wrote: > Sunpoet Po-Chuan Hsieh writes: > > > Author: sunpoet > > Date: Tue Aug 1 17:09:51 2017 > > New Revision: 447035 > > URL: https://svnweb.freebsd.org/changeset/ports/447035 > > > > Log: > > Update to 20170711 > > > > Changes: https://github.com/libinotify-kqueue/libinotify-kqueue/ > commits/master > > > > Modified: > > head/devel/libinotify/Makefile > > head/devel/libinotify/distinfo > > > > Modified: head/devel/libinotify/Makefile > > ============================================================ > ================== > > --- head/devel/libinotify/Makefile Tue Aug 1 17:07:58 2017 > (r447034) > > +++ head/devel/libinotify/Makefile Tue Aug 1 17:09:51 2017 > (r447035) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= libinotify > > -PORTVERSION= 20170201 > > +PORTVERSION= 20170711 > > CATEGORIES= devel > > > > MAINTAINER= sunpoet@FreeBSD.org > > > > Modified: head/devel/libinotify/distinfo > > ============================================================ > ================== > > --- head/devel/libinotify/distinfo Tue Aug 1 17:07:58 2017 > (r447034) > > +++ head/devel/libinotify/distinfo Tue Aug 1 17:09:51 2017 > (r447035) > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1500731683 > > -SHA256 (libinotify-kqueue-libinotify-kqueue-20170201-84d0ed0_GH0.tar.gz) > = 8dfd922960c794f7f3c303d32b953bca26c32fea029ac613c19ba05a3a6b2ca3 > > -SIZE (libinotify-kqueue-libinotify-kqueue-20170201-84d0ed0_GH0.tar.gz) > = 70890 > > +TIMESTAMP = 1501603959 > > +SHA256 (libinotify-kqueue-libinotify-kqueue-20170711-84d0ed0_GH0.tar.gz) > = 8dfd922960c794f7f3c303d32b953bca26c32fea029ac613c19ba05a3a6b2ca3 > > +SIZE (libinotify-kqueue-libinotify-kqueue-20170711-84d0ed0_GH0.tar.gz) > = 70890 > > Did you forget to update GH_TAGNAME? SHA256 is still the same. > I forgot to remove GH_TAGNAME. It should be fixed in r447073. Thank you! Regards, sunpoet