Date: Sun, 30 Aug 2020 07:13:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546981 - head/devel/libinotify Message-ID: <202008300713.07U7DJtj005784@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008300713.07U7DJtj005784>