svn commit: r481569 - head/devel/p5-File-ChangeNotify

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 8 21:41:09 UTC 2018


Author: sunpoet
Date: Mon Oct  8 21:41:08 2018
New Revision: 481569
URL: https://svnweb.freebsd.org/changeset/ports/481569

Log:
  Update to 0.29
  
  - Fix and sort *_DEPENDS
  
  Changes:	https://metacpan.org/changes/distribution/File-ChangeNotify

Modified:
  head/devel/p5-File-ChangeNotify/Makefile
  head/devel/p5-File-ChangeNotify/distinfo

Modified: head/devel/p5-File-ChangeNotify/Makefile
==============================================================================
--- head/devel/p5-File-ChangeNotify/Makefile	Mon Oct  8 21:40:59 2018	(r481568)
+++ head/devel/p5-File-ChangeNotify/Makefile	Mon Oct  8 21:41:08 2018	(r481569)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	File-ChangeNotify
-PORTVERSION=	0.28
+PORTVERSION=	0.29
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,8 +13,9 @@ COMMENT=	Watch for changes to files
 LICENSE=	ART20
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Moo>=1.006:devel/p5-Moo \
-		p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
+RUN_DEPENDS=	p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
+		p5-Module-Runtime>=0:devel/p5-Module-Runtime \
+		p5-Moo>=1.006:devel/p5-Moo \
 		p5-Type-Tiny>=0:devel/p5-Type-Tiny \
 		p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
 TEST_DEPENDS=	p5-Test-Exception>0:devel/p5-Test-Exception \

Modified: head/devel/p5-File-ChangeNotify/distinfo
==============================================================================
--- head/devel/p5-File-ChangeNotify/distinfo	Mon Oct  8 21:40:59 2018	(r481568)
+++ head/devel/p5-File-ChangeNotify/distinfo	Mon Oct  8 21:41:08 2018	(r481569)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532349330
-SHA256 (File-ChangeNotify-0.28.tar.gz) = e00fe809d481131a08dca26e851cf0ffce8d9e9d03d58c58f15aa62e28aa2f05
-SIZE (File-ChangeNotify-0.28.tar.gz) = 35676
+TIMESTAMP = 1539026567
+SHA256 (File-ChangeNotify-0.29.tar.gz) = 438d4295ef5f854ace61037a11726ef65dc0bf73e296bd12fc7e2108602a444b
+SIZE (File-ChangeNotify-0.29.tar.gz) = 37549


More information about the svn-ports-all mailing list