svn commit: r446411 - head/devel/libinotify

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 22 17:07:27 UTC 2017


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list