From owner-svn-ports-all@freebsd.org Sun Aug 30 07:13:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D90753CEC5B; Sun, 30 Aug 2020 07:13:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BfPgk1G9bz4jYn; Sun, 30 Aug 2020 07:13:21 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80B1512E45; Sun, 30 Aug 2020 07:13:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07U7DJK9005786; Sun, 30 Aug 2020 07:13:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07U7DJtj005784; Sun, 30 Aug 2020 07:13:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008300713.07U7DJtj005784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2020 07:13:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546981 - head/devel/libinotify X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/libinotify X-SVN-Commit-Revision: 546981 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.33 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: Sun, 30 Aug 2020 07:13:23 -0000 Author: sunpoet Date: Sun Aug 30 07:13:18 2020 New Revision: 546981 URL: https://svnweb.freebsd.org/changeset/ports/546981 Log: Use upstream release tarball Modified: head/devel/libinotify/Makefile head/devel/libinotify/distinfo Modified: head/devel/libinotify/Makefile ============================================================================== --- head/devel/libinotify/Makefile Sun Aug 30 07:13:13 2020 (r546980) +++ head/devel/libinotify/Makefile Sun Aug 30 07:13:18 2020 (r546981) @@ -5,21 +5,17 @@ PORTNAME= libinotify PORTVERSION= 20180201 PORTREVISION= 2 CATEGORIES= devel +MASTER_SITES= https://github.com/libinotify-kqueue/libinotify-kqueue/releases/download/${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Kevent based inotify compatible library LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf libtool +USES= libtool -USE_GITHUB= yes -GH_ACCOUNT= libinotify-kqueue -GH_PROJECT= libinotify-kqueue - +CONFIGURE_ARGS= --enable-skip-subfiles=fusefs,smbfs GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-skip-subfiles=smbfs,fusefs INSTALL_TARGET= install-strip USE_LDCONFIG= yes Modified: head/devel/libinotify/distinfo ============================================================================== --- head/devel/libinotify/distinfo Sun Aug 30 07:13:13 2020 (r546980) +++ head/devel/libinotify/distinfo Sun Aug 30 07:13:18 2020 (r546981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517739431 -SHA256 (libinotify-kqueue-libinotify-kqueue-20180201_GH0.tar.gz) = 15fa6de8b33bb73717755ce9566f757209a855ca20c93e209c6dfbb1697599b2 -SIZE (libinotify-kqueue-libinotify-kqueue-20180201_GH0.tar.gz) = 71808 +TIMESTAMP = 1598621988 +SHA256 (libinotify-20180201.tar.gz) = 0110344305bf9ddf1019276657e656b359d4360dc94526dc6b8aa68fba688420 +SIZE (libinotify-20180201.tar.gz) = 437685