Bug 176855 - [PATCH] databases/p5-KyotoCabinet: update to 1.20
Summary: [PATCH] databases/p5-KyotoCabinet: update to 1.20
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-11 14:50 UTC by Po-Chuan Hsieh
Modified: 2014-03-01 05:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-KyotoCabinet-1.20.patch (1.23 KB, patch)
2013-03-11 14:50 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-03-11 14:50:01 UTC
- Update to 1.20
- Cleanup Makefile header

Port maintainer (geraud@gcu.info) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-11 14:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-11 14:50:11 UTC
Maintainer of databases/p5-KyotoCabinet,

Please note that PR ports/176855 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176855

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-11 14:50:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-03-11 15:39:26 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 5 geraud 2013-04-26 10:00:29 UTC
I tried to work on it a few months ago, but I never got to make `make 
test` as it hangs at kctest.pl (l. 848) :

   if (!$db->merge(\@srcary, $db->MAPPEND)) {

Out of curiosity, I built kyotocabinet and ran its 'check' target and it 
failed. I tried to contact the author to get more information but never 
got any answer back. Sadly my C-fu is so weak that I don't even know 
where to start to fix this.

If p5-Kyotocabinet tests work for you, please commit it.  If not, I'd 
rather you don't commit it.

Thank you for your work,

Best regards,

-- 
Geraud
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-03-01 05:41:13 UTC
Author: sunpoet
Date: Sat Mar  1 05:41:05 2014
New Revision: 346592
URL: http://svnweb.freebsd.org/changeset/ports/346592
QAT: https://qat.redports.org/buildarchive/r346592/

Log:
  - Update to 1.20
  - Do not run misc tests
  
  PR:		ports/176855
  Submitted by:	sunpoet (myself)
  Approved by:	GGeraud CONTINSOUZAS <geraud@gcu.info> (maintainer)

Modified:
  head/databases/p5-KyotoCabinet/Makefile
  head/databases/p5-KyotoCabinet/distinfo

Modified: head/databases/p5-KyotoCabinet/Makefile
==============================================================================
--- head/databases/p5-KyotoCabinet/Makefile	Sat Mar  1 02:16:44 2014	(r346591)
+++ head/databases/p5-KyotoCabinet/Makefile	Sat Mar  1 05:41:05 2014	(r346592)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	KyotoCabinet
-PORTVERSION=	1.18
-PORTREVISION=	5
+PORTVERSION=	1.20
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://fallabs.com/kyotocabinet/perlpkg/
 PKGNAMEPREFIX=	p5-
@@ -19,4 +18,8 @@ LIB_DEPENDS=	libkyotocabinet.so:${PORTSD
 USES=		perl5
 USE_PERL5=	configure
 
+post-patch:
+# do not run misc tests which seem to be endless
+	@${REINPLACE_CMD} -e '/kctest.pl misc/d' ${WRKSRC}/test.pl
+
 .include <bsd.port.mk>

Modified: head/databases/p5-KyotoCabinet/distinfo
==============================================================================
--- head/databases/p5-KyotoCabinet/distinfo	Sat Mar  1 02:16:44 2014	(r346591)
+++ head/databases/p5-KyotoCabinet/distinfo	Sat Mar  1 05:41:05 2014	(r346592)
@@ -1,2 +1,2 @@
-SHA256 (kyotocabinet-perl-1.18.tar.gz) = 6bb70e88457481b27df0a14a997897010006c6b38a5b68de48b1f1f737ec1630
-SIZE (kyotocabinet-perl-1.18.tar.gz) = 42405
+SHA256 (kyotocabinet-perl-1.20.tar.gz) = 19b3654dc6febfd0b91e54f36b2a0ebdaeaefaf7875f5aab337ad846a4095c32
+SIZE (kyotocabinet-perl-1.20.tar.gz) = 43129
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-01 05:41:46 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!