From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29F17F2A8C8; Thu, 1 Mar 2018 13:35:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 620FA852C3; Thu, 1 Mar 2018 13:35:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 98D2914E1; Thu, 1 Mar 2018 13:35:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21DZ5SD070665; Thu, 1 Mar 2018 13:35:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZ5xq070664; Thu, 1 Mar 2018 13:35:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZ5xq070664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463311 - head/databases/p5-DR-Tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DR-Tarantool X-SVN-Commit-Revision: 463311 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:09 -0000 Author: sunpoet Date: Thu Mar 1 13:35:05 2018 New Revision: 463311 URL: https://svnweb.freebsd.org/changeset/ports/463311 Log: Add missing *_DEPENDS - Strip shared library - Add CPAN as primary WWW - Bump PORTREVISION for dependency and package change - Take maintainership Modified: head/databases/p5-DR-Tarantool/Makefile head/databases/p5-DR-Tarantool/pkg-descr Modified: head/databases/p5-DR-Tarantool/Makefile ============================================================================== --- head/databases/p5-DR-Tarantool/Makefile Thu Mar 1 13:35:00 2018 (r463310) +++ head/databases/p5-DR-Tarantool/Makefile Thu Mar 1 13:35:05 2018 (r463311) @@ -3,17 +3,27 @@ PORTNAME= DR-Tarantool PORTVERSION= 0.44 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:UNERA PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl driver for Tarantool LICENSE= ART10 +BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils +RUN_DEPENDS:= ${BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DR/Tarantool/Tarantool.so .include Modified: head/databases/p5-DR-Tarantool/pkg-descr ============================================================================== --- head/databases/p5-DR-Tarantool/pkg-descr Thu Mar 1 13:35:00 2018 (r463310) +++ head/databases/p5-DR-Tarantool/pkg-descr Thu Mar 1 13:35:05 2018 (r463311) @@ -1,7 +1,8 @@ This module provides a synchronous and asynchronous driver for Tarantool. The driver does not have external dependencies, but includes the official -light-weight Tarantool C client (a single C header which implements all -protocol formatting) for packing requests and unpacking server responses. +light-weight Tarantool C client (a single C header which implements all protocol +formatting) for packing requests and unpacking server responses. +WWW: http://search.cpan.org/dist/DR-Tarantool/ WWW: https://github.com/dr-co/dr-tarantool