diff options
author | jperkin <jperkin> | 2016-04-22 15:27:11 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2016-04-22 15:27:11 +0000 |
commit | 82cbfd0d2fb976da1ca9130616bc29bc2ccfa8ad (patch) | |
tree | 7ff19082f97a91309192ea826320706a19a5a715 /devel/libinotify | |
parent | 2d49670b18bbc6ec2a8854de38394219a972a097 (diff) | |
download | pkgsrc-82cbfd0d2fb976da1ca9130616bc29bc2ccfa8ad.tar.gz |
Switch to the GitHub maintained version of libinotify. This has a
number of fixes and improvements compared to the GSOC version. Most
notable for pkgsrc is that it now works on Darwin.
However it is still version 0, and there is no ChangeLog, so all we
can do is bump the PKGREVISION.
Diffstat (limited to 'devel/libinotify')
-rw-r--r-- | devel/libinotify/Makefile | 9 | ||||
-rw-r--r-- | devel/libinotify/distinfo | 10 |
2 files changed, 12 insertions, 7 deletions
diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile index 79fa27e23cf..02e7dec289d 100644 --- a/devel/libinotify/Makefile +++ b/devel/libinotify/Makefile @@ -1,9 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2016/03/09 11:09:02 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/22 15:27:11 jperkin Exp $ # DISTNAME= libinotify-0.0 +PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://dmitrymatveev.co.uk/files/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=dmatveev/} +GITHUB_PROJECT= libinotify-kqueue +GITHUB_TAG= b2873cf8a94b0574819075a003e33c0405f1b690 MAINTAINER= me@dmitrymatveev.co.uk HOMEPAGE= http://dmitrymatveev.co.uk/gsoc11 @@ -15,6 +18,8 @@ USE_LIBTOOL= yes USE_LANGUAGES= c c++ USE_TOOLS+= autoconf automake autoreconf +TEST_TARGET= test + NOT_FOR_PLATFORM+= SunOS-*-* Linux-*-* pre-configure: diff --git a/devel/libinotify/distinfo b/devel/libinotify/distinfo index 6a01b610741..4951a3622a0 100644 --- a/devel/libinotify/distinfo +++ b/devel/libinotify/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:27:42 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/22 15:27:11 jperkin Exp $ -SHA1 (libinotify-0.0.tar.gz) = 7fc5deca89a65191916e608ee6ae32b79d3d186a -RMD160 (libinotify-0.0.tar.gz) = 546d99010a98da33633126c6b9096e70c0e972fa -SHA512 (libinotify-0.0.tar.gz) = 668054a3bac094d1e0bb5a081b57fa2f6c831952cf3b0321c1d464e06f4fcc830a500c4512d856f7d59f5d799c1a5ec65ad85f42cae2546789f3d3715de2a9f9 -Size (libinotify-0.0.tar.gz) = 29345 bytes +SHA1 (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = 71cef6528c1d900c2175e5188ea05967eb12b56d +RMD160 (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = d156b127cccef2aacbdeef4efe2d32cc641beb99 +SHA512 (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = 708ac80991bcead98f24e617d4a1429ea8fff3c37182fbd7d497829c4838d847db215859cdcdbce2972d90212c2ec799f43668d89c3a638d1d76eda367075a48 +Size (libinotify-0.0-b2873cf8a94b0574819075a003e33c0405f1b690.tar.gz) = 61571 bytes |