svn commit: r546981 - head/devel/libinotify

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 30 07:13:23 UTC 2020


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 at 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


More information about the svn-ports-head mailing list