Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.60,1 13 Jan 2023 23:57:43 |
Wen Heping (wen) |
databases/p5-DBD-CSV: Update to 0.60 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
0.59,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.59,1 23 Feb 2022 06:29:19 |
Wen Heping (wen) |
databases/p5-DBD-CSV: Update to 0.59 |
0.58,1 28 Apr 2021 10:24:44 |
Wen Heping (wen) |
databases/p5-DBD-CSV: Update to 0.58 |
0.57,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.57,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.57,1 03 Jan 2021 20:22:29 |
sunpoet |
Update to 0.57
Changes: https://metacpan.org/changes/distribution/DBD-CSV |
0.56,1 12 Dec 2020 01:17:23 |
wen |
- Update to 0.56 |
0.55,1 23 Aug 2020 19:38:13 |
sunpoet |
Update to 0.55
Changes: https://metacpan.org/changes/distribution/DBD-CSV |
0.54,1 30 Oct 2018 19:54:32 |
sunpoet |
Update to 0.54
Changes: https://metacpan.org/changes/distribution/DBD-CSV |
0.53,1 06 Oct 2018 13:06:45 |
des |
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) |
0.53,1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.53,1 23 May 2018 02:15:32 |
wen |
- Update to 0.53
Changes: https://metacpan.org/changes/distribution/DBD-CSV |
0.51,1 31 Mar 2018 09:11:29 |
wen |
- Update to 0.51
Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.51/ChangeLog |
0.49,1 22 Mar 2018 19:53:26 |
sunpoet |
Fix version requirement of *_DEPENDS |
0.49,1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.49,1 05 Nov 2016 18:01:23 |
sunpoet |
- Update *_DEPENDS |
0.49,1 21 Jun 2016 15:06:13 |
mat |
Update to 0.49.
Sponsored by: Absolight |
0.48,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.48,1 31 May 2015 13:37:21 |
amdmi3 |
- Add NO_ARCH
Approved by: portmgr blanket |
0.48,1 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
0.48,1 14 Feb 2015 18:08:39 |
adamw |
Update to 0.48.
Changes: https://metacpan.org/changes/distribution/DBD-CSV |
0.46,1 07 Dec 2014 01:38:14 |
wen |
- Update to 0.46
Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.46/ChangeLog
- Update DEPENDS |
0.43_1,1 26 Nov 2014 13:08:38 |
mat |
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 ) |
0.43,1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
0.43,1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.43,1 15 Jul 2014 06:57:11 |
leeym |
- update to 0.43 |
0.41,1 03 Nov 2013 06:53:55 |
vanilla |
Support STAGEDIR. |
0.41,1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.41,1 01 Aug 2013 13:28:58 |
jadawin |
- Update to 0.41
- Convert to new perl5 framework
- Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.41/ChangeLog |
0.38,1 11 Jan 2013 10:44:58 |
tobez |
Update to 0.38.
Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog |
0.36,1 17 Dec 2012 08:50:54 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.36,1 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
0.36,1 27 Aug 2012 00:33:20 |
wen |
- Update to 0.36
Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.36/ChangeLog |
0.35,1 12 Jun 2012 19:03:24 |
sunpoet |
- Add LICENSE
- Add TEST_DEPENDS
- Sort MAN3 and PLIST |
0.35,1 10 Jun 2012 18:42:48 |
swills |
- 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) |
0.35,1 25 May 2012 07:13:39 |
wen |
- Update to 0.35
ChangeLog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.35/ChangeLog |
0.34,1 14 May 2012 14:07:24 |
jadawin |
- Update to 0.34
- Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.34/ChangeLog |
0.33,1 17 Sep 2011 07:06:45 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
0.33,1 08 Sep 2011 08:29:19 |
wen |
- Update to 0.33
ChangeLog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.33/ChangeLog |
0.31_1,1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.31_1,1 27 Sep 2010 06:52:44 |
wen |
- Update DEPENDS and improve Makefile
Submitted by: frederic@culot.org (via Email) |
0.31,1 26 Sep 2010 00:27:28 |
wen |
- Update to 0.31 |
0.30,1 09 Jul 2010 14:02:31 |
tobez |
Update to 0.30.
Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog |
0.29,1 02 Jun 2010 20:54:27 |
leeym |
- update to 0.29 |
0.28,1 16 Mar 2010 14:41:13 |
tobez |
Update to 0.28.
Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog |
0.27,1 17 Feb 2010 20:25:46 |
tobez |
Update to 0.27.
Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog
Feature safe: yes |
0.26,1 28 Nov 2009 02:17:11 |
lbr |
- Update to 0.26
- Tweak BUILD_DEPENDS to include minimum-required version of requisite ports
- Flesh out pkg-descr
PR: 140953
Submitted by: Sahil Tandon <sahil@tandon.net> |
0.25,1 19 Oct 2009 14:16:42 |
tobez |
Update to 0.25.
Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog |
0.22_1,1 29 Jan 2009 17:41:17 |
erwin |
Reassign my p5-* ports to perl@ so more than one person
can look at them. |
0.22_1,1 17 Apr 2008 14:30:31 |
araujo |
- 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) |
0.22_1,1 08 Sep 2007 00:54:37 |
linimon |
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 |
0.22_1,1 22 Jan 2006 01:29:10 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.22_1,1 26 Nov 2005 17:00:48 |
pav |
- Add SHA256
Approved by: maintainer |
0.22_1,1 31 Oct 2005 18:24:21 |
erwin |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
0.22_1,1 15 May 2005 16:25:29 |
erwin |
Readd depency on p5-SQL-Statement that was accidentily removed in rev. 1.17
Submitted by: Mark McPherson <admin@segment.org> |
0.22,1 02 May 2005 11:23:29 |
erwin |
Mark IGNORE for perl < 5.6.x, which also drops the databases/p5-DBD-File
dependency.
Prompted by: mat
PR: 80015 |
0.22,1 04 Apr 2005 12:32:27 |
erwin |
Update to 0.22 |
0.21,1 12 Nov 2004 08:18:06 |
demon |
Update to version 0.21.
Reviewed by: maintainer, mat |
0.2002,1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.2002 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.2002 16 Sep 2003 05:43:52 |
erwin |
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus) |
0.2002 12 Jun 2003 16:41:16 |
erwin |
Change to my FreeBSD.org address |
0.2002 21 Feb 2003 11:15:05 |
knu |
De-pkg-comment. |
0.2002 23 Sep 2002 11:42:59 |
knu |
Correct a *_DEPENDS entry. SQL/Statement.pm installed by
databases/p5-SQL-Statement lives right under ${PERL_VER}, not under
${PERL_VER}/${PERL_ARCH}.
Submitted by: bento |
0.2002 07 Jun 2002 19:14:43 |
tobez |
Update to 0.2002, let submitter be the maintainer.
PR: 38890
Submiteed by: Erwin Lansing <erwin@lansing.dk> |
0.1028 24 May 2002 13:47:18 |
ijliao |
upgrade to 0.1028
PR: 38501
Submitted by: Erwin Lansing <erwin@lansing.dk> |
01 Aug 2001 06:42:06 |
dinoex |
Dropped Maintainership |
24 Jun 2001 05:28:58 |
dinoex |
change MAINTAINER to FreeBSD.org address |
12 May 2001 07:28:42 |
vanilla |
Upgrade |
05 Apr 2001 06:08:44 |
vanilla |
Upgrade to 0.1025 |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
08 Oct 2000 01:08:27 |
asami |
Convert category databases to new layout. |
17 Jun 2000 03:37:15 |
will |
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. |