Bug 229144 - [New port] devel/p5-Scope-Container
Summary: [New port] devel/p5-Scope-Container
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks: 229145
  Show dependency treegraph
 
Reported: 2018-06-19 09:10 UTC by Tomohiro Hosaka
Modified: 2018-06-19 18:12 UTC (History)
1 user (show)

See Also:


Attachments
svn diff (2.95 KB, patch)
2018-06-19 09:10 UTC, Tomohiro Hosaka
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomohiro Hosaka 2018-06-19 09:10:36 UTC
Created attachment 194393 [details]
svn diff

* portlint ok
* poudriere testport ok (11.1, amd64, svn-head)
* make test ok
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2018-06-19 17:57:35 UTC
please note two things:

1) distinfo needs a TIMESTAMP entry. Generate one with make makesum

2) if pkg-plist has only two files, put them in PLIST_FILES, like this:

%%SITE_PERL%%/Scope/Container.pm
%%PERL5_MAN3%%/Scope::Container.3.gz

becomes

PLIST_FILES=    ${SITE_PERL_REL}/Scope/Container.pm \
                ${SITE_MAN3_REL}/Scope::Container.3.gz
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2018-06-19 17:58:20 UTC
And please note: provide a svn diff relative to ., not to head/
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-06-19 18:01:06 UTC
A commit references this bug:

Author: pi
Date: Tue Jun 19 18:00:36 UTC 2018
New revision: 472809
URL: https://svnweb.freebsd.org/changeset/ports/472809

Log:
  New port: devel/p5-Scope-Container

  Container object for temporary scoped items like database connections

  WWW: https://metacpan.org/release/Scope-Container

  PR:		229144
  Submitted by:	Tomohiro Hosaka <bokutin@bokut.in>

Changes:
  head/devel/Makefile
  head/devel/p5-Scope-Container/
  head/devel/p5-Scope-Container/Makefile
  head/devel/p5-Scope-Container/distinfo
  head/devel/p5-Scope-Container/pkg-descr
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2018-06-19 18:12:50 UTC
Committed, thanks!