Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 21:55:24 +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: r479732 - head/devel/p5-Search-Binary
Message-ID:  <201809132155.w8DLtO8S084878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 13 21:55:24 2018
New Revision: 479732
URL: https://svnweb.freebsd.org/changeset/ports/479732

Log:
  Update to 0.99
  
  - Add LICENSE
  - Mark DEPRECATED and set EXPIRATION_DATE to 2018-09-30
  - Remove outdated pre-patch:
  
  Changes:	https://metacpan.org/changes/distribution/Search-Binary

Modified:
  head/devel/p5-Search-Binary/Makefile
  head/devel/p5-Search-Binary/distinfo

Modified: head/devel/p5-Search-Binary/Makefile
==============================================================================
--- head/devel/p5-Search-Binary/Makefile	Thu Sep 13 21:55:18 2018	(r479731)
+++ head/devel/p5-Search-Binary/Makefile	Thu Sep 13 21:55:24 2018	(r479732)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Search-Binary
-PORTVERSION=	0.95
-PORTREVISION=	1
+PORTVERSION=	0.99
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl module that implements a generic binary search algorithm
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+DEPRECATED=	Deprecated by upstream, use List::BinarySearch instead
+EXPIRATION_DATE=2018-09-30
+
 USES=		perl5
 USE_PERL5=	configure
-
-pre-patch:
-	@${REINPLACE_CMD} -i '' -e 's|Seach|Search|' \
-		${WRKSRC}/Binary.pm
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Search-Binary/distinfo
==============================================================================
--- head/devel/p5-Search-Binary/distinfo	Thu Sep 13 21:55:18 2018	(r479731)
+++ head/devel/p5-Search-Binary/distinfo	Thu Sep 13 21:55:24 2018	(r479732)
@@ -1,2 +1,3 @@
-SHA256 (Search-Binary-0.95.tar.gz) = 20ee25953a21cd3f4fdd633ab824a8e61ae220d754ad68507a73a486658a96e2
-SIZE (Search-Binary-0.95.tar.gz) = 2182
+TIMESTAMP = 1536860913
+SHA256 (Search-Binary-0.99.tar.gz) = 2fca8622a23045d3ca14baad8fef1fc3919dab3cb9e9511a5caa8430a6b514bc
+SIZE (Search-Binary-0.99.tar.gz) = 12655



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