Bug 214293 - [New port] databases/p5-DBIx-Handler 0.14: Fork-safe and easy transaction handling DBI handler
Summary: [New port] databases/p5-DBIx-Handler 0.14: Fork-safe and easy transaction han...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 215670
  Show dependency treegraph
 
Reported: 2016-11-07 05:17 UTC by Sergei Vyshenski
Modified: 2017-01-08 20:45 UTC (History)
1 user (show)

See Also:


Attachments
shar with a new port (2.71 KB, application/x-shar)
2016-11-07 05:17 UTC, Sergei Vyshenski
no flags Details
shar with a new port (2.09 KB, application/x-shar)
2016-11-07 06:02 UTC, Sergei Vyshenski
no flags Details
shar with a new port (2.09 KB, application/x-shar)
2017-01-08 11:55 UTC, Sergei Vyshenski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!