Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.24 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.24 20 Jul 2022 14:21:10 |
Tobias C. Berner (tcberner) |
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.24 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.24 28 May 2020 13:13:25 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). |
0.24 13 Jan 2020 17:45:45 |
sunpoet |
Update to 0.24
Changes: https://metacpan.org/changes/distribution/Data-ICal |
0.23 16 Aug 2019 18:11:05 |
sunpoet |
Update to 0.23
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Data-ICal |
0.22 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.22 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.22 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.22 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.22 18 Feb 2015 16:22:38 |
sunpoet |
- Update to 0.22
- Sort PLIST
Changes: http://search.cpan.org/dist/Data-ICal/Changes |
0.21_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.21 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
0.21 01 Nov 2013 14:46:31 |
vanilla |
support STAGEDIR. |
0.21 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
0.21 20 Aug 2013 09:52:55 |
mat |
Update to 0.21. |
0.20 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.20 02 May 2013 08:49:43 |
tobez |
Update to 0.20.
Changes: http://search.cpan.org/dist/Data-ICal/Changes |
0.19 04 Dec 2012 15:20:33 |
culot |
- Update to 0.19
- Add LICENSE (Artistic 1 & GPL 1)
- Pet portlint(1) by moving TEST_DEPENDS earlier
Changes: http://search.cpan.org/dist/Data-ICal/Changes
Feature safe: yes |
0.18 06 Dec 2011 03:56:40 |
sunpoet |
- Update to 0.18
Changes: http://search.cpan.org/dist/Data-ICal/Changes
Feature safe: yes |
0.17 28 Nov 2011 09:21:24 |
sunpoet |
- Update to 0.17
- Use TEST_DEPENDS
Changes: http://search.cpan.org/dist/Data-ICal/Changes
Feature safe: yes |
0.16_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.16_1 29 Jul 2009 17:17:46 |
tobez |
Work around a bug in inc::Module::Install bundled with this
distribution. Grrrr.
Noticed by: erwin, QAT |
0.16 28 Jul 2009 14:49:28 |
tobez |
Update to 0.16.
Changes: http://search.cpan.org/dist/Data-ICal/Changes |
0.15 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
0.15 10 Mar 2009 20:25:41 |
leeym |
- update to 0.15
- reassign to perl@ per request
Approved by: tobez |
0.13_1 04 Jul 2008 23:02:01 |
leeym |
- simplify dependencies
- bump PORTREVISION
PR: 124836
Submitted by: leeym
Approved by: maintainer timeout |
0.13 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.13 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.13 24 Feb 2007 22:54:15 |
tobez |
Update to 0.13. |
0.12 16 Jan 2007 11:51:40 |
tobez |
Update to 0.12. |
0.11 28 Nov 2006 12:25:20 |
tobez |
Update to 0.11. |
0.08 21 Sep 2006 10:03:25 |
tobez |
Update to 0.08. |
0.07 25 Jan 2006 10:34:26 |
tobez |
Update to 0.07. |
0.05 22 Jan 2006 01:29:46 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.05 10 Nov 2005 11:01:51 |
tobez |
Add deskutils/p5-Data-ICal 0.05, a Perl module to generate iCalendar
(RFC 2445) calendar files.
Requested by: edwin |