Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2017 17:07:25 +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: r446411 - head/devel/libinotify
Message-ID:  <201707221707.v6MH7PBp017655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul 22 17:07:25 2017
New Revision: 446411
URL: https://svnweb.freebsd.org/changeset/ports/446411

Log:
  Update to 20170201
  
  - Add LICENSE_FILE
  - Take maintainership
  
  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	Sat Jul 22 16:32:19 2017	(r446410)
+++ head/devel/libinotify/Makefile	Sat Jul 22 17:07:25 2017	(r446411)
@@ -2,22 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	libinotify
-PORTVERSION=	20160505
+PORTVERSION=	20170201
 CATEGORIES=	devel
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Kevent based inotify compatible library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	libinotify-kqueue
-GH_PROJECT=	libinotify-kqueue
-GH_TAGNAME=	417e789
-
-USES=		autoreconf libtool
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
+USES=		autoreconf libtool
+
+GH_ACCOUNT=	${PORTNAME}-kqueue
+GH_PROJECT=	${PORTNAME}-kqueue
+GH_TAGNAME=	84d0ed0
+USE_GITHUB=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/libinotify/distinfo
==============================================================================
--- head/devel/libinotify/distinfo	Sat Jul 22 16:32:19 2017	(r446410)
+++ head/devel/libinotify/distinfo	Sat Jul 22 17:07:25 2017	(r446411)
@@ -1,2 +1,3 @@
-SHA256 (libinotify-kqueue-libinotify-kqueue-20160505-417e789_GH0.tar.gz) = 706b8e257a7adf986f928fb3bc8de37e763b6692b6a6875396be64c3e82447ae
-SIZE (libinotify-kqueue-libinotify-kqueue-20160505-417e789_GH0.tar.gz) = 67298
+TIMESTAMP = 1500731683
+SHA256 (libinotify-kqueue-libinotify-kqueue-20170201-84d0ed0_GH0.tar.gz) = 8dfd922960c794f7f3c303d32b953bca26c32fea029ac613c19ba05a3a6b2ca3
+SIZE (libinotify-kqueue-libinotify-kqueue-20170201-84d0ed0_GH0.tar.gz) = 70890



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707221707.v6MH7PBp017655>