Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2016 17:10:55 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423528 - head/devel/p5-POE-Component-DirWatch
Message-ID:  <201610081710.u98HAtvG072521@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Oct  8 17:10:55 2016
New Revision: 423528
URL: https://svnweb.freebsd.org/changeset/ports/423528

Log:
  Update to 0.300004, which just fixes an upstream packaging problem.
  While here, remove redundant regression-test target, sort plist,
  and add NO_ARCH.

Modified:
  head/devel/p5-POE-Component-DirWatch/Makefile
  head/devel/p5-POE-Component-DirWatch/distinfo
  head/devel/p5-POE-Component-DirWatch/pkg-plist

Modified: head/devel/p5-POE-Component-DirWatch/Makefile
==============================================================================
--- head/devel/p5-POE-Component-DirWatch/Makefile	Sat Oct  8 17:06:52 2016	(r423527)
+++ head/devel/p5-POE-Component-DirWatch/Makefile	Sat Oct  8 17:10:55 2016	(r423528)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	POE-Component-DirWatch
-PORTVERSION=	0.300003
+PORTVERSION=	0.300004
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -22,8 +22,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 INSTALL_TARGET=	pure_install
-
-regression-test:
-	@(cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} && ${MAKE} test)
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-POE-Component-DirWatch/distinfo
==============================================================================
--- head/devel/p5-POE-Component-DirWatch/distinfo	Sat Oct  8 17:06:52 2016	(r423527)
+++ head/devel/p5-POE-Component-DirWatch/distinfo	Sat Oct  8 17:10:55 2016	(r423528)
@@ -1,2 +1,3 @@
-SHA256 (POE-Component-DirWatch-0.300003.tar.gz) = 72d303e396c522730d9919795fcdc48c4055af174cc069b4a6e7dc25264f4e0b
-SIZE (POE-Component-DirWatch-0.300003.tar.gz) = 27366
+TIMESTAMP = 1475946443
+SHA256 (POE-Component-DirWatch-0.300004.tar.gz) = c02549899e34a758defb90c5c8eef7ebd085c43d9716fcddbe3c0d332f12a016
+SIZE (POE-Component-DirWatch-0.300004.tar.gz) = 26979

Modified: head/devel/p5-POE-Component-DirWatch/pkg-plist
==============================================================================
--- head/devel/p5-POE-Component-DirWatch/pkg-plist	Sat Oct  8 17:06:52 2016	(r423527)
+++ head/devel/p5-POE-Component-DirWatch/pkg-plist	Sat Oct  8 17:10:55 2016	(r423528)
@@ -1,12 +1,12 @@
-%%PERL5_MAN3%%/POE::Component::DirWatch.3.gz
-%%PERL5_MAN3%%/POE::Component::DirWatch::Modified.3.gz
-%%PERL5_MAN3%%/POE::Component::DirWatch::New.3.gz
-%%PERL5_MAN3%%/POE::Component::DirWatch::Role::AIO.3.gz
-%%PERL5_MAN3%%/POE::Component::DirWatch::Role::Signatures.3.gz
-%%PERL5_MAN3%%/POE::Component::DirWatch::Unmodified.3.gz
 %%SITE_PERL%%/POE/Component/DirWatch.pm
 %%SITE_PERL%%/POE/Component/DirWatch/Modified.pm
 %%SITE_PERL%%/POE/Component/DirWatch/New.pm
 %%SITE_PERL%%/POE/Component/DirWatch/Role/AIO.pm
 %%SITE_PERL%%/POE/Component/DirWatch/Role/Signatures.pm
 %%SITE_PERL%%/POE/Component/DirWatch/Unmodified.pm
+%%PERL5_MAN3%%/POE::Component::DirWatch.3.gz
+%%PERL5_MAN3%%/POE::Component::DirWatch::Modified.3.gz
+%%PERL5_MAN3%%/POE::Component::DirWatch::New.3.gz
+%%PERL5_MAN3%%/POE::Component::DirWatch::Role::AIO.3.gz
+%%PERL5_MAN3%%/POE::Component::DirWatch::Role::Signatures.3.gz
+%%PERL5_MAN3%%/POE::Component::DirWatch::Unmodified.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610081710.u98HAtvG072521>