Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 17:38:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391171 - head/devel/p5-Regexp-Compare
Message-ID:  <201507021738.t62HcrKl086763@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul  2 17:38:52 2015
New Revision: 391171
URL: https://svnweb.freebsd.org/changeset/ports/391171

Log:
  - Update to 0.24
  - Strip shared library
  
  Changes:	http://search.cpan.org/dist/Regexp-Compare/Changes

Modified:
  head/devel/p5-Regexp-Compare/Makefile
  head/devel/p5-Regexp-Compare/distinfo

Modified: head/devel/p5-Regexp-Compare/Makefile
==============================================================================
--- head/devel/p5-Regexp-Compare/Makefile	Thu Jul  2 16:20:19 2015	(r391170)
+++ head/devel/p5-Regexp-Compare/Makefile	Thu Jul  2 17:38:52 2015	(r391171)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Regexp-Compare
-PORTVERSION=	0.23
-PORTREVISION=	1
+PORTVERSION=	0.24
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,13 +13,10 @@ COMMENT=	Partial ordering for regular ex
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-USE_PERL5=	5.16+ configure
+USE_PERL5=	5.18+ configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Regexp/Compare/Compare.so
 
-.if ${PERL_LEVEL} >= 502200
-BROKEN=		Fails to build with Perl >= 5.22
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Regexp-Compare/distinfo
==============================================================================
--- head/devel/p5-Regexp-Compare/distinfo	Thu Jul  2 16:20:19 2015	(r391170)
+++ head/devel/p5-Regexp-Compare/distinfo	Thu Jul  2 17:38:52 2015	(r391171)
@@ -1,2 +1,2 @@
-SHA256 (Regexp-Compare-0.23.tar.gz) = 1d242081768ed3c94232058e4a9f2e2e71b59e2ea0c0ec6add0f181452307dd3
-SIZE (Regexp-Compare-0.23.tar.gz) = 70631
+SHA256 (Regexp-Compare-0.24.tar.gz) = 884d61aac839cffbf7080cfebd41af8b0870907193eab4c29340ac1ec9e9af81
+SIZE (Regexp-Compare-0.24.tar.gz) = 74318



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