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: databases/p5-SQL-Statement/Makefile
SVNWeb

Number of commits found: 46

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:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.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.
Tue, 3 Nov 2020
[ 08:19 wen search for other commits by this committer ] Original commit   Revision:553956
- Update to 1.414
Sat, 6 Oct 2018
[ 13:06 des search for other commits by this committer ] Original commit   Revision:481365 (Only the first 10 of 2492 ports in this commit are shown above. View all ports for this commit)
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
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, 7 Apr 2017
[ 23:16 sunpoet search for other commits by this committer ] Original commit   Revision:437966
Update to 1.412

- Add LICENSE_FILE
- Add missing *_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/SQL-Statement/Changes
Wed, 6 Jul 2016
[ 08:44 lth search for other commits by this committer ] Original commit   Revision:418122
- Update to 1.410
- Add LICENSE
- Disperse maintainership
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
Fri, 11 Sep 2015
[ 12:41 lth search for other commits by this committer ] Original commit   Revision:396662
- Update to 1.407
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)
Wed, 29 Jan 2014
[ 17:31 az search for other commits by this committer ] Original commit   Revision:341764 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
- add stage support

Approved by:	portmgr (blanket infrastructure)
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 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:
databases)
Wed, 7 Aug 2013
[ 13:20 az search for other commits by this committer ] Original commit   Revision:324352 (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework

per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in
current version)

Approved by:	lth@ (maintainer)
[ 10:23 lth search for other commits by this committer ] Original commit   Revision:324340
- update to 1.405
- trim Makefile header
Thu, 27 Dec 2012
[ 15:51 lth search for other commits by this committer ] Original commit   Revision:309545
update to 1.402
Tue, 30 Oct 2012
[ 16:57 lth search for other commits by this committer ] Original commit   Revision:306684
update to 1.401

Feature safe: yes
Sun, 10 Jun 2012
[ 18:42 swills search for other commits by this committer ] Original commit  (Only the first 10 of 639 ports in this commit are shown above. View all ports for this commit)
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
Sun, 20 Mar 2011
[ 18:03 lth search for other commits by this committer ] Original commit 
Update to 1.33
Sun, 26 Sep 2010
[ 12:00 lth search for other commits by this committer ] Original commit 
Update to 1.31

PR:             ports/150886
Submitted by:   Frederic Culot <frederic@culot.org>
Fri, 10 Sep 2010
[ 03:52 pgollucci search for other commits by this committer ] Original commit 
- Update to 1.30
- Add WWW

PR:             ports/149419
Submitted by:   Frederic Culot <frederic@culot.org>
Approved by:    maintainer timeout (lth ; 33 days)
Changes:        http://search.cpan.org/dist/SQL-Statement/Changes
Sat, 31 Jul 2010
[ 20:19 lth search for other commits by this committer ] Original commit 
Update to 1.28
Fri, 7 May 2010
[ 11:26 lth search for other commits by this committer ] Original commit 
Update to 1.27
Tue, 27 Apr 2010
[ 14:07 lth search for other commits by this committer ] Original commit 
Update to 1.26
Tue, 16 Mar 2010
[ 13:01 lth search for other commits by this committer ] Original commit 
Update to 1.25

PR:             ports/144785
Submitted by:   tobez
Thu, 26 Nov 2009
[ 09:16 lth search for other commits by this committer ] Original commit 
Update to 1.23
Mon, 12 Oct 2009
[ 20:03 lth search for other commits by this committer ] Original commit 
Update to 1.22
Thu, 12 Mar 2009
[ 09:51 lth search for other commits by this committer ] Original commit 
Update to 1.20
Thu, 17 Apr 2008
[ 14:30 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 2168 ports in this commit are shown above. View all ports for this commit)
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
Sat, 8 Sep 2007
[ 00:54 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
Wed, 15 Mar 2006
[ 08:51 lth search for other commits by this committer ] Original commit 
Update to 1.15
Mon, 19 Sep 2005
[ 10:22 fjoe search for other commits by this committer ] Original commit 
Fix typo in IGNORE message: "Intall" -> "Install"
Mon, 2 May 2005
[ 20:12 lth search for other commits by this committer ] Original commit 
Update to 1.14
Tue, 5 Apr 2005
[ 11:43 lth search for other commits by this committer ] Original commit 
- Update to 1.11
- Port now requires Perl 5.6
Sat, 3 Jul 2004
[ 21:34 lth search for other commits by this committer ] Original commit 
Un-warn on perl 5.005.

Submitted by:   kuriyama
Approved by:    erwin (implicit)
Tue, 1 Jun 2004
[ 12:32 lth search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Change of email address.

Approved by:    erwin (mentor)
Sun, 23 May 2004
[ 21:51 krion search for other commits by this committer ] Original commit 
- Update to version 1.09

PR:             ports/67100
Submitted by:   Lars Thegler <lars at thegler dot dk>
Fri, 24 Oct 2003
[ 12:05 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 1501 ports in this commit are shown above. View all ports for this commit)
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Thu, 20 Feb 2003
[ 17:00 knu search for other commits by this committer ] Original commit  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Wed, 5 Feb 2003
[ 02:11 edwin search for other commits by this committer ] Original commit 
Update: databases/p5-SQL-Statement 1.004 -> 1.005

PR:             ports/47659
Submitted by:   Philip M. Gollucci <philip@p6m7g8.com> Reviewed by:
Approved by: Obtained from: MFC after: CVS:
---------------------------------------------------------------------- CVS:
PR:              Fill this in if a GNATS PR is affected by the
change.  CVS: Submitted by:    Fill this in if someone else sent
in the change.  CVS: Reviewed by:     Fill this in if someone else
reviewed your modification.  CVS: Approved by:     Fill this in if
you needed approval for this commit.  CVS: Obtained from:   Fill
this in if the change is from third party software.  CVS: MFC after:
N [day[s]|week[s]|month[s]] CVS:    Fill in to get MFC notification
later. (days assumed unless specified) CVS:
---------------------------------------------------------------------- CVS:
Enter Log.  Lines beginning with `CVS:' are removed automatically
distinfo pkg-plist CVS:
----------------------------------------------------------------------
Tue, 17 Sep 2002
[ 19:05 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.004
[ 19:01 ijliao search for other commits by this committer ] Original commit 
1) upgrade to 1.002
2) reset maintainer

PR:             35447 (1)
Submitted by:   Kimura Fuyuki <fuyuki@mj.0038.net>
Wed, 30 May 2001
[ 16:17 vanilla search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Upgrade to latest version:    
Thu, 5 Apr 2001
[ 04:10 vanilla search for other commits by this committer ] Original commit 
Upgrade to 0.1017.    
Thu, 1 Mar 2001
[ 06:39 vanilla search for other commits by this committer ] Original commit  (Only the first 10 of 329 ports in this commit are shown above. View all ports for this commit)
Remove do-configure section, use PERL_CONFIGURE now.    
Sat, 17 Jun 2000
[ 03:37 will search for other commits by this committer ] Original commit  (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.   Add
some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many  
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode  
and p5-WWW-Search to respect CC/CFLAGS.    

Number of commits found: 46