From owner-svn-ports-head@freebsd.org Sat Jul 22 17:07:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF182DA8550; Sat, 22 Jul 2017 17:07:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCA388407F; Sat, 22 Jul 2017 17:07:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6MH7Pnc017657; Sat, 22 Jul 2017 17:07:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6MH7PBp017655; Sat, 22 Jul 2017 17:07:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707221707.v6MH7PBp017655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 22 Jul 2017 17:07:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446411 - head/devel/libinotify X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/libinotify X-SVN-Commit-Revision: 446411 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2017 17:07:27 -0000 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 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