svn commit: r423617 - head/textproc/p5-Regexp-Debugger

Adam Weinberger adamw at FreeBSD.org
Sun Oct 9 16:19:05 UTC 2016


Author: adamw
Date: Sun Oct  9 16:19:04 2016
New Revision: 423617
URL: https://svnweb.freebsd.org/changeset/ports/423617

Log:
  Update to 0.001022, and add NO_ARCH.
  
  Changes: https://metacpan.org/changes/distribution/Regexp-Debugger

Modified:
  head/textproc/p5-Regexp-Debugger/Makefile
  head/textproc/p5-Regexp-Debugger/distinfo
  head/textproc/p5-Regexp-Debugger/pkg-plist

Modified: head/textproc/p5-Regexp-Debugger/Makefile
==============================================================================
--- head/textproc/p5-Regexp-Debugger/Makefile	Sun Oct  9 16:16:52 2016	(r423616)
+++ head/textproc/p5-Regexp-Debugger/Makefile	Sun Oct  9 16:19:04 2016	(r423617)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	Regexp-Debugger
-PORTVERSION=	0.001020
+PORTVERSION=	0.001022
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:DCONWAY
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
@@ -13,5 +12,6 @@ COMMENT=	Visually debug regexes in-place
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Regexp-Debugger/distinfo
==============================================================================
--- head/textproc/p5-Regexp-Debugger/distinfo	Sun Oct  9 16:16:52 2016	(r423616)
+++ head/textproc/p5-Regexp-Debugger/distinfo	Sun Oct  9 16:19:04 2016	(r423617)
@@ -1,2 +1,3 @@
-SHA256 (Regexp-Debugger-0.001020.tar.gz) = 54760f1c15c6efa739ae589cd363946ce11d5b60e81186f96bddea7c5a5c2d9c
-SIZE (Regexp-Debugger-0.001020.tar.gz) = 34098
+TIMESTAMP = 1476029846
+SHA256 (Regexp-Debugger-0.001022.tar.gz) = 3676b6bc0f49b7dbc214a9dbb3a2e7f639c45d0358be636d76acc0169ed10095
+SIZE (Regexp-Debugger-0.001022.tar.gz) = 34632

Modified: head/textproc/p5-Regexp-Debugger/pkg-plist
==============================================================================
--- head/textproc/p5-Regexp-Debugger/pkg-plist	Sun Oct  9 16:16:52 2016	(r423616)
+++ head/textproc/p5-Regexp-Debugger/pkg-plist	Sun Oct  9 16:19:04 2016	(r423617)
@@ -1,4 +1,4 @@
 bin/rxrx
 %%SITE_PERL%%/Regexp/Debugger.pm
-%%PERL5_MAN3%%/Regexp::Debugger.3.gz
 %%PERL5_MAN1%%/rxrx.1.gz
+%%PERL5_MAN3%%/Regexp::Debugger.3.gz


More information about the svn-ports-all mailing list