aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-OpenSSH
Commit message (Collapse)AuthorAgeFilesLines
* net/p5-Net-OpenSSH: Update to 0.84Po-Chuan Hsieh2023-07-092-4/+4
| | | | Changes: https://metacpan.org/dist/Net-OpenSSH/changes
* net/p5-Net-OpenSSH: Update to 0.83Po-Chuan Hsieh2023-02-052-4/+4
| | | | Changes: https://metacpan.org/dist/Net-OpenSSH/changes
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* net/p5-Net-OpenSSH: Update to 0.82Po-Chuan Hsieh2022-03-252-4/+4
| | | | Changes: https://metacpan.org/dist/Net-OpenSSH/changes
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.80Sunpoet Po-Chuan Hsieh2020-10-012-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-OpenSSH Notes: svn path=/head/; revision=550775
* Update to 0.79Sunpoet Po-Chuan Hsieh2020-04-302-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-OpenSSH Notes: svn path=/head/; revision=533438
* Remove MASTER_SITE_SUBDIRSunpoet Po-Chuan Hsieh2019-12-123-13/+13
| | | | | | | | | - Sort PLIST - Update WWW - Take maintainership Notes: svn path=/head/; revision=519888
* Return az's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516741
* - Update to version 0.787Andrej Zverev2018-10-082-4/+4
| | | | Notes: svn path=/head/; revision=481515
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update to version 0.77Andrej Zverev2018-05-052-4/+4
| | | | Notes: svn path=/head/; revision=469125
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* - update to version 0.73Andrej Zverev2016-10-222-3/+4
| | | | | | | Changelog: https://metacpan.org/changes/distribution/Net-OpenSSH Notes: svn path=/head/; revision=424448
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Update to 0.70Andrej Zverev2016-04-203-3/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-OpenSSH Notes: svn path=/head/; revision=413674
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* update to 0.66Andrej Zverev2015-10-173-3/+4
| | | | Notes: svn path=/head/; revision=399599
* obey portlint warningsAndrej Zverev2015-05-231-1/+1
| | | | Notes: svn path=/head/; revision=387129
* update to 0.64Andrej Zverev2015-05-232-4/+4
| | | | Notes: svn path=/head/; revision=387124
* - point WWW page to meta::cpanAndrej Zverev2015-02-251-1/+1
| | | | Notes: svn path=/head/; revision=379931
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* net/p5-Net-OpenSSH - update to version 0.62Andrej Zverev2014-07-054-11/+23
| | | | Notes: svn path=/head/; revision=360800
* - support stagingAndrej Zverev2013-09-242-6/+4
| | | | Notes: svn path=/head/; revision=328095
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to new perl frameworkAndrej Zverev2013-08-041-1/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324224
* - Update to 0.60Andrej Zverev2013-02-163-8/+11
| | | | | | | | - Add LICENSE - Trim Makefile header Notes: svn path=/head/; revision=312353
* Update to 0.57Andrej Zverev2011-12-212-4/+4
| | | | | | | | | Changes: http://cpansearch.perl.org/dist/Net-OpenSSH/Changes Feature safe: yes Notes: svn path=/head/; revision=287809
* There's no strict depend on IO::Tty, but you need if you will work withAndrej Zverev2011-08-201-0/+4
| | | | | | | password instead of keys. Notes: svn path=/head/; revision=280090
* Update to version 0.52Andrej Zverev2011-05-152-3/+3
| | | | Notes: svn path=/head/; revision=274134
* Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.Andrej Zverev2011-02-121-1/+1
| | | | | | | | | No functional changes. Sponsored by: p5 namespace Notes: svn path=/head/; revision=268973
* Update to 0.50Andrej Zverev2010-11-212-4/+3
| | | | Notes: svn path=/head/; revision=264881
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Update to 0.49.Andrej Zverev2010-08-182-4/+4
| | | | | | | | | | Changes: http://search.cpan.org/dist/Net-OpenSSH/Changes PR: ports/149741 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259472
* Update to 0.48Andrej Zverev2010-08-042-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-OpenSSH/Changes Notes: svn path=/head/; revision=258789
* Update to 0.47Andrej Zverev2010-04-232-4/+4
| | | | | | | Changelog: http://cpansearch.perl.org/src/SALVA/Net-OpenSSH-0.47/Changes Notes: svn path=/head/; revision=253079
* Update to 0.45Andrej Zverev2010-02-192-4/+4
| | | | | | | | | Changelog: http://cpansearch.perl.org/src/SALVA/Net-OpenSSH-0.45/Changes Feature safe: yes Notes: svn path=/head/; revision=250062
* Update to 0.44Andrej Zverev2010-01-272-4/+4
| | | | | | | Changelog: http://cpansearch.perl.org/src/SALVA/Net-OpenSSH-0.44/Changes Notes: svn path=/head/; revision=248665
* Update to version 0.43Andrej Zverev2009-12-232-4/+4
| | | | | | | Changelog: http://cpansearch.perl.org/src/SALVA/Net-OpenSSH-0.43/Changes Notes: svn path=/head/; revision=246498
* - update from 0.38 to 0.39Andrej Zverev2009-10-112-4/+4
| | | | | | | | PR: ports/139502 Submitted by: Sahil Tandon Notes: svn path=/head/; revision=242689
* Update to version 0.38Andrej Zverev2009-09-252-4/+4
| | | | | | | | Changelog: http://cpansearch.perl.org/src/SALVA/Net-OpenSSH-0.38/Changes Feature safe: yes Notes: svn path=/head/; revision=242100
* Update to 0.36Andrej Zverev2009-07-092-4/+4
| | | | Notes: svn path=/head/; revision=237475
* Update to 0.35Andrej Zverev2009-06-302-4/+4
| | | | Notes: svn path=/head/; revision=236793
* update to 0.34Andrej Zverev2009-03-262-4/+4
| | | | | | | changelog: http://cpansearch.perl.org/src/SALVA/Net-OpenSSH-0.34/Changes Notes: svn path=/head/; revision=231063
* update to 0.32Andrej Zverev2009-03-202-4/+4
| | | | Notes: svn path=/head/; revision=230464
* Update to 0.30Andrej Zverev2009-02-142-4/+4
| | | | Notes: svn path=/head/; revision=228269
* Update to 0.29Andrej Zverev2009-02-132-4/+4
| | | | Notes: svn path=/head/; revision=228182
* Update to 0.28Andrej Zverev2009-02-112-4/+4
| | | | Notes: svn path=/head/; revision=228054