Bug 229161 - net/p5-Net-SFTP-Foreign: Update to 1.89
Summary: net/p5-Net-SFTP-Foreign: Update to 1.89
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:
 
Reported: 2018-06-19 15:10 UTC by Kai Knoblich
Modified: 2018-06-20 07:57 UTC (History)
3 users (show)

See Also:
numisemis: maintainer-feedback+


Attachments
p5-Net-SFTP-Foreign-1.89.patch (2.67 KB, patch)
2018-06-19 15:10 UTC, Kai Knoblich
numisemis: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-06-19 15:10:17 UTC
Created attachment 194412 [details]
p5-Net-SFTP-Foreign-1.89.patch

Hello,

attached is the patch that updates net/p5-Net-SFTP-Foreign to 1.89 .

Changes by upstream:
- https://metacpan.org/changes/distribution/Net-SFTP-Foreign

Changes to the port:
- added LICENSE, LICENSE_COMB and LICENSE_FILE_*
- removed BUILD_DEPENDS (it's not required for building)
- changed RUN_DEPENDS (assigned devel/p5-Sort-Key explicitly to it instead of BUILD_DEPENDS)
- added NO_ARCH
- added EXAMPLES option with appropriate target and variables


QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) -> OK
- portlint -> OK

make test (for amd64 + i386):
> All tests successful.
> Files=5, Tests=1184,  3 wallclock secs ( 0.13 usr  0.08 sys +  1.96 cusr  1.76 csys =  3.93 CPU)
> Result: PASS
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-20 07:57:41 UTC
A commit references this bug:

Author: pi
Date: Wed Jun 20 07:57:35 UTC 2018
New revision: 472852
URL: https://svnweb.freebsd.org/changeset/ports/472852

Log:
  net/p5-Net-SFTP-Foreign: update 1.73 -> 1.89

  - added LICENSE, LICENSE_COMB and LICENSE_FILE_*
  - removed BUILD_DEPENDS (it's not required for building)
  - changed RUN_DEPENDS (assigned devel/p5-Sort-Key explicitly to it
    instead of BUILD_DEPENDS)
  - added NO_ARCH
  - added EXAMPLES option with appropriate target and variables

  PR:		229161
  Submitted by:	freebsd_ports@k-worx.org
  Approved by:	Simun Mikecin <numisemis@yahoo.com> (maintainer)
  Relnotes:	https://metacpan.org/changes/distribution/Net-SFTP-Foreign

Changes:
  head/net/p5-Net-SFTP-Foreign/Makefile
  head/net/p5-Net-SFTP-Foreign/distinfo
  head/net/p5-Net-SFTP-Foreign/pkg-descr
  head/net/p5-Net-SFTP-Foreign/pkg-plist
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2018-06-20 07:57:48 UTC
Committed, thanks!