diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-23 01:07:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-23 01:07:25 +0800 |
commit | 916d01183ea14f0ade34951360c27bd9e0afd176 (patch) | |
tree | 2ce08bb15a6bf9727520a0905fd71ee91292b842 /devel | |
parent | 412ef0d70c271ed7bf4023cdf4e7068a2dcd627c (diff) | |
download | freebsd-ports-gnome-916d01183ea14f0ade34951360c27bd9e0afd176.tar.gz freebsd-ports-gnome-916d01183ea14f0ade34951360c27bd9e0afd176.tar.zst freebsd-ports-gnome-916d01183ea14f0ade34951360c27bd9e0afd176.zip |
Update to 20170201
- Add LICENSE_FILE
- Take maintainership
Changes: https://github.com/libinotify-kqueue/libinotify-kqueue/commits/master
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libinotify/Makefile | 19 | ||||
-rw-r--r-- | devel/libinotify/distinfo | 5 |
2 files changed, 13 insertions, 11 deletions
diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile index d7a4e17dfd75..679a047f3f99 100644 --- a/devel/libinotify/Makefile +++ b/devel/libinotify/Makefile @@ -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> diff --git a/devel/libinotify/distinfo b/devel/libinotify/distinfo index 9247fa25d408..8e5ef01f02cf 100644 --- a/devel/libinotify/distinfo +++ b/devel/libinotify/distinfo @@ -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 |