notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/p5-Sys-Virt/Makefile
SVNWeb

Number of commits found: 29

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 15 Sep 2017
[ 08:58 mat search for other commits by this committer ] Original commit   Revision:449893 (Only the first 10 of 2495 ports in this commit are shown above. View all ports for this commit)
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 17 Dec 2015
[ 17:19 mat search for other commits by this committer ] Original commit   Revision:403913 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Fix usage of ${PERL5}.

${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 4 Nov 2014
[ 18:41 jgh search for other commits by this committer ] Original commit   Revision:372162 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- update libvirt to 1.2.10
- chase shared library bump
Wed, 29 Oct 2014
[ 22:17 jgh search for other commits by this committer ] Original commit   Revision:371717 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- update libvirt,py-libvirt,libvirt-glib to 0.1.9
- shift var from ${PREFIX} to /var
- bump shared libs of dep. port

PR:		192441 (based on)
Submitted by:	olevole@olevole.ru
Thu, 28 Aug 2014
[ 21:21 tijl search for other commits by this committer ] Original commit   Revision:366456 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
security/libssh2:
- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
- Only depend on openssl if GCRYPT option is off
- Sanitize libssh2.pc

devel/libvirt:
- Remove workaround for broken libssh2.pc
- Add USES=libtool and bump dependent ports
- Convert to INSTALL_TARGET=install-strip

devel/libvirt-glib:
- Convert to USES=libtool

Approved by:	portmgr (implicit, bump unstaged port)
Thu, 6 Feb 2014
[ 08:33 ehaupt search for other commits by this committer ] Original commit   Revision:342959
- Support staging
- Define EXAMPLES and now that this port is staged the conditional installation
  of examples files can be removed as it is handled automcatically
- Strip shared objects
Wed, 18 Dec 2013
[ 01:00 jgh search for other commits by this committer ] Original commit   Revision:336797
- fix lib_depends format
Spotted by: qat@
Approved by: fw@moov.de, maintainer (implicit)
Tue, 17 Dec 2013
[ 23:54 jgh search for other commits by this committer ] Original commit   Revision:336792 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- update to 1.2.0 and bump shared libraries in respective ports
- while here shift new lib_depends format where needed

Changes:	http://libvirt.org/news.html
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Thu, 5 Sep 2013
[ 10:39 az search for other commits by this committer ] Original commit   Revision:326382
- add an explicit dependency on pkgconf
- convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
Mon, 26 Aug 2013
[ 08:29 culot search for other commits by this committer ] Original commit   Revision:325375
- Update to 1.1.1 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Pet portlint(1) by using space instead of tab in Makefile's header

Changes:	http://search.cpan.org/dist/Sys-Virt/Changes
PR:		ports/181434 [1]
Submitted by:	Frank Wall <fw@moov.de> (maintainer)
Wed, 10 Jul 2013
[ 16:23 bapt search for other commits by this committer ] Original commit   Revision:322709
Mark job unsafe
Tue, 2 Jul 2013
[ 20:23 jgh search for other commits by this committer ] Original commit   Revision:322201 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- update to 1.1.0 and bump shared libraries in respective ports
- while here:
  - fix option check in sysutils/cfengine34
  - move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested
by kwm@)
  - restore ABI version in net-mgmt/collectd5
Wed, 20 Mar 2013
[ 06:41 jgh search for other commits by this committer ] Original commit   Revision:314714
- update to 1.0.3

PR:		176679
Approved by:	fw@moov.de, maintainer timeout ( 15 days )
Sun, 30 Dec 2012
[ 23:34 jgh search for other commits by this committer ] Original commit   Revision:309702
- update to 1.0.0
 - Add all new APIs and constants in libvirt 1.0.0
 - Fix inconsistent usage of 'uri' in Sys::Virt POD docs
 - Fix typos in POD docs
 - Don't explicitly set VIR_TYPED_PARAM_STRING_OKAY flag
 - Fix hash key field lengths
 - Add tests for object list APIs
 - Fix default values for flags parameters
 - Fix setting of node memory parameters

PR:		174542
Submitted by:	linpc@cs.nctu.edu.tw
Approved by:	maintainer, fw@moov.de
Tue, 11 Dec 2012
[ 00:48 jgh search for other commits by this committer ] Original commit   Revision:308652 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- update libvirt to 1.0.0, and bump others for shlib change
- explictly tie to ABI version, required
- update historical headers
- add shared description for libvirt
Mon, 29 Oct 2012
[ 04:56 jgh search for other commits by this committer ] Original commit   Revision:306590
- update to 0.10.2, install examples and trim header
- while here, restore ABI version (unsafe to drop with libvirt)

PR:		173067
Submitted by:	maintainer, fw@moov.de
Feature safe:	yes
Wed, 5 Sep 2012
[ 21:48 jgh search for other commits by this committer ] Original commit   Revision:303725
- follow r303724 shlib bump of libvirt
Tue, 10 Jul 2012
[ 17:39 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.9.13
- Pet portlint: remove ABI version number from LIB_DEPENDS

Changes:        http://search.cpan.org/dist/Sys-Virt/Changes
PR:             ports/169738
Submitted by:   sunpoet (myself)
Approved by:    Frank Wall <fw@moov.de> (maintainer)
Wed, 18 Apr 2012
[ 18:16 jgh search for other commits by this committer ] Original commit 
- Update to 0.9.11
- shift dependencies for libvirt to LIB_DEPENDS

PR:     ports/167040
Submitted by:   jgh (me)
Approved by:    maintainer, fw@moov.de
Wed, 15 Feb 2012
[ 09:04 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.9.10
- Add TEST_DEPENDS

Changes:        http://search.cpan.org/dist/Sys-Virt/CHANGES
PR:             ports/165166
Submitted by:   sunpoet (myself)
Approved by:    Frank Wall <fw@moov.de> (maintainer)
Sun, 8 Jan 2012
[ 17:43 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.9.8

Changes:        http://search.cpan.org/dist/Sys-Virt/CHANGES
PR:             ports/163894
Submitted by:   sunpoet (myself)
Approved by:    Frank Wall <fw@moov.de> (maintainer)
Mon, 28 Nov 2011
[ 14:08 sunpoet search for other commits by this committer ] Original commit 
- Fix CATEGORIES to match PKGORIGIN

Feature safe:   yes
[ 07:12 sunpoet search for other commits by this committer ] Original commit 
- Add p5-Sys-Virt 0.9.7

The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine
management APIs. This allows machines running within arbitrary virtualization
containers to be managed with a consistent API.

WWW: http://search.cpan.org/dist/Sys-Virt/

PR:             ports/162722
Submitted by:   Frank Wall <fw@moov.de>
Feature safe:   yes

Number of commits found: 29