diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index 8ecbe5f7039..8404f1e48d1 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -1,25 +1,27 @@ -# $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:22 naddy Exp $ +# $OpenBSD: Makefile,v 1.10 2016/05/30 15:24:48 sthen Exp $ -COMMENT= watch for changes to files, cross-platform style +COMMENT = watch for changes to files, cross-platform style -MODULES= cpan -PKG_ARCH= * -DISTNAME= File-ChangeNotify-0.20 -REVISION= 0 -CATEGORIES= devel +DISTNAME = File-ChangeNotify-0.26 + +CATEGORIES = devel # Artistic 2.0 -PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_CDROM = Yes -CONFIGURE_STYLE = modbuild +MODULES = cpan -RUN_DEPENDS = devel/p5-Moose>=2.1204 \ - devel/p5-MooseX-Params-Validate \ - devel/p5-MooseX-SemiAffordanceAccessor \ - devel/p5-namespace-autoclean +RUN_DEPENDS = devel/p5-Class-Load \ + devel/p5-Module-Pluggable \ + devel/p5-Module-Runtime \ + devel/p5-Moo>=1.006 \ + devel/p5-Type-Tiny \ + devel/p5-namespace-autoclean -TEST_DEPENDS = devel/p5-Test-Exception +TEST_DEPENDS = devel/p5-Test-Exception \ + devel/p5-Test-Requires \ + devel/p5-Test-Without-Module -MAKE_ENV += TEST_POD=1 IS_MAINTAINER=1 +PKG_ARCH = * .include diff --git a/devel/p5-File-ChangeNotify/distinfo b/devel/p5-File-ChangeNotify/distinfo index 38195d2c5f2..2ad48b278a0 100644 --- a/devel/p5-File-ChangeNotify/distinfo +++ b/devel/p5-File-ChangeNotify/distinfo @@ -1,2 +1,2 @@ -SHA256 (File-ChangeNotify-0.20.tar.gz) = qdVKmhK/J9HKxmW5WZULpvhETd6E4occK9IEJ2OMCgA= -SIZE (File-ChangeNotify-0.20.tar.gz) = 19642 +SHA256 (File-ChangeNotify-0.26.tar.gz) = CpTzhV8m6u3smOZdtF2fFWpZLqTSaLtmr/4IEmt+LVA= +SIZE (File-ChangeNotify-0.26.tar.gz) = 34396 diff --git a/devel/p5-File-ChangeNotify/pkg/PLIST b/devel/p5-File-ChangeNotify/pkg/PLIST index 375caa696b5..7bf9e4a80c5 100644 --- a/devel/p5-File-ChangeNotify/pkg/PLIST +++ b/devel/p5-File-ChangeNotify/pkg/PLIST @@ -1,8 +1,7 @@ -@comment $OpenBSD: PLIST,v 1.2 2010/07/03 03:41:42 jim Exp $ +@comment $OpenBSD: PLIST,v 1.3 2016/05/30 15:24:48 sthen Exp $ ${P5SITE}/File/ ${P5SITE}/File/ChangeNotify/ ${P5SITE}/File/ChangeNotify.pm -${P5SITE}/File/ChangeNotify/ConfigData.pm ${P5SITE}/File/ChangeNotify/Event.pm ${P5SITE}/File/ChangeNotify/Watcher/ ${P5SITE}/File/ChangeNotify/Watcher.pm @@ -10,7 +9,6 @@ ${P5SITE}/File/ChangeNotify/Watcher/Default.pm ${P5SITE}/File/ChangeNotify/Watcher/Inotify.pm ${P5SITE}/File/ChangeNotify/Watcher/KQueue.pm @man man/man3p/File::ChangeNotify.3p -@man man/man3p/File::ChangeNotify::ConfigData.3p @man man/man3p/File::ChangeNotify::Event.3p @man man/man3p/File::ChangeNotify::Watcher.3p @man man/man3p/File::ChangeNotify::Watcher::Default.3p