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) |
3.03_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 ) |
3.03_1 20 Jul 2022 14:20:50 |
Tobias C. Berner (tcberner) |
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.03_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.03_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) |
3.03_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 |
3.03_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
3.03_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.03_1 08 May 2015 17:27:03 |
adamw |
Reassign to perl@. |
3.03_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 ) |
3.03 19 Oct 2014 23:19:41 |
bapt |
Cleanup plist |
3.03 11 May 2014 06:57:52 |
sunpoet |
- Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort *_DEPENDS
- Sort PLIST
- Remove Author line |
3.03 10 May 2014 22:06:23 |
antoine |
Maintainer no longer wishes to maintain those ports
With hat: portmgr |
3.03 30 Jan 2014 10:27:43 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
3.03 20 Sep 2013 13:14:05 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
3.03 12 Sep 2013 06:03:59 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
3.03 30 Jun 2012 14:48:31 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
3.03 29 Sep 2011 09:33:57 |
culot |
- Update to 3.03
Changes: http://search.cpan.org/dist/Weather-Underground/Changes
PR: ports/161068
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer) |
3.02 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
3.02 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.02 24 Mar 2008 20:30:05 |
araujo |
- Use CPAN macro.
PR: ports/122006
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: Simon Olofsson <simon@olofsson.de> (maintainer) |
3.02 08 Sep 2007 00:51:20 |
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 |
3.02 17 May 2006 09:05:39 |
ehaupt |
Add p5-Weather-Underground 3.02, retrieve weather information from
wunderground.com.
PR: 97370
Submitted by: Simon Olofsson <simon@olofsson.de> |