svn commit: r414761 - head/devel/libinotify

Xin LI delphij at FreeBSD.org
Sat May 7 07:31:59 UTC 2016


Author: delphij
Date: Sat May  7 07:31:58 2016
New Revision: 414761
URL: https://svnweb.freebsd.org/changeset/ports/414761

Log:
  Update to 20160505 snapshot with new upstream location.
  
  PR:		ports/209288
  Submitted by:	Tobias Kortkamp <t tobik me>

Modified:
  head/devel/libinotify/Makefile
  head/devel/libinotify/distinfo
  head/devel/libinotify/pkg-descr
  head/devel/libinotify/pkg-message

Modified: head/devel/libinotify/Makefile
==============================================================================
--- head/devel/libinotify/Makefile	Sat May  7 07:30:31 2016	(r414760)
+++ head/devel/libinotify/Makefile	Sat May  7 07:31:58 2016	(r414761)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libinotify
-PORTVERSION=	20150910
+PORTVERSION=	20160505
 CATEGORIES=	devel
 
 MAINTAINER=	delphij at FreeBSD.org
@@ -11,9 +11,9 @@ COMMENT=	Kevent based inotify compatible
 LICENSE=	MIT
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	dmatveev
+GH_ACCOUNT=	libinotify-kqueue
 GH_PROJECT=	libinotify-kqueue
-GH_TAGNAME=	b2873cf
+GH_TAGNAME=	417e789
 
 USES=		autoreconf libtool
 GNU_CONFIGURE=	yes

Modified: head/devel/libinotify/distinfo
==============================================================================
--- head/devel/libinotify/distinfo	Sat May  7 07:30:31 2016	(r414760)
+++ head/devel/libinotify/distinfo	Sat May  7 07:31:58 2016	(r414761)
@@ -1,2 +1,2 @@
-SHA256 (dmatveev-libinotify-kqueue-20150910-b2873cf_GH0.tar.gz) = 40672e27c8ea609ae79b370f0a6ac7a72ab9d1d9fc34ae5333980e612a337f19
-SIZE (dmatveev-libinotify-kqueue-20150910-b2873cf_GH0.tar.gz) = 61578
+SHA256 (libinotify-kqueue-libinotify-kqueue-20160505-417e789_GH0.tar.gz) = 706b8e257a7adf986f928fb3bc8de37e763b6692b6a6875396be64c3e82447ae
+SIZE (libinotify-kqueue-libinotify-kqueue-20160505-417e789_GH0.tar.gz) = 67298

Modified: head/devel/libinotify/pkg-descr
==============================================================================
--- head/devel/libinotify/pkg-descr	Sat May  7 07:30:31 2016	(r414760)
+++ head/devel/libinotify/pkg-descr	Sat May  7 07:31:58 2016	(r414761)
@@ -5,4 +5,4 @@ when porting Linux applications, which o
 The IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE events are not yet
 implemented, so the relevant tests are known to fail.
 
-WWW: https://github.com/dmatveev/libinotify-kqueue
+WWW: https://github.com/libinotify-kqueue/libinotify-kqueue

Modified: head/devel/libinotify/pkg-message
==============================================================================
--- head/devel/libinotify/pkg-message	Sat May  7 07:30:31 2016	(r414760)
+++ head/devel/libinotify/pkg-message	Sat May  7 07:31:58 2016	(r414761)
@@ -30,7 +30,7 @@ Symbolic Link notifications:
 Kernel patches to address the missing directory and symbolic link
 notifications are available from:
 
-https://github.com/dmatveev/libinotify-kqueue/tree/master/patches
+https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches
 
 =============================================================================
 You might want to consider increasing the kern.maxfiles tunable if you plan


More information about the svn-ports-all mailing list