Bug 214293

Summary: [New port] databases/p5-DBIx-Handler 0.14: Fork-safe and easy transaction handling DBI handler
Product: Ports & Packages Reporter: Sergei Vyshenski <svysh.fbsd>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Some People CC: svysh.fbsd
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 215670    
Attachments:
Description Flags
shar with a new port
none
shar with a new port
none
shar with a new port none

Description Sergei Vyshenski 2016-11-07 05:17:59 UTC
Created attachment 176711 [details]
shar with a new port

Fork-safe and easy transaction handling DBI handler.

- This port is needed as a new dependency for
existing port security/p5-openxpki starting with coming ver 1.14.

- "portlint -ACN" says "looks fine".

- Tested OK at 11.0-amd64 with poudriere-3.1.14, perl-5.24.1.
Comment 1 Sergei Vyshenski 2016-11-07 06:02:15 UTC
Created attachment 176712 [details]
shar with a new port
Comment 2 Sergei Vyshenski 2017-01-08 11:55:27 UTC
Created attachment 178618 [details]
shar with a new port

Now with sorted BUILD_DEPENDS and renewed TIMESTAMP.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-01-08 20:44:27 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Jan  8 20:43:40 UTC 2017
New revision: 430895
URL: https://svnweb.freebsd.org/changeset/ports/430895

Log:
  Add p5-DBIx-Handler 0.14

  DBIx::Handler is fork-safe and easy transaction handling DBI handler.
  It provides scope base transaction, fork safe dbh handling.

  WWW: http://search.cpan.org/dist/DBIx-Handler/

  - While I'm here:
    - Add LICENSE_FILE
    - Add p5-DBI to {BUILD|RUN}_DEPENDS
    - Move p5-Test-* to TEST_DEPENDS

  PR:		214293
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>

Changes:
  head/databases/Makefile
  head/databases/p5-DBIx-Handler/
  head/databases/p5-DBIx-Handler/Makefile
  head/databases/p5-DBIx-Handler/distinfo
  head/databases/p5-DBIx-Handler/pkg-descr
  head/databases/p5-DBIx-Handler/pkg-plist
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-01-08 20:45:53 UTC
Committed. Thanks!