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) |
1.45 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 ) |
1.45 30 May 2021 19:52:56 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Exception-Class: Update to 1.45
Changes: https://metacpan.org/changes/distribution/Exception-Class |
1.44 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.44 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.44 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) |
1.44 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 |
1.44 12 Dec 2017 13:34:06 |
sunpoet |
Update to 1.44
Changes: http://search.cpan.org/dist/Exception-Class/Changes |
1.43 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.43 10 Jul 2017 18:25:31 |
sunpoet |
Update to 1.43
Changes: http://search.cpan.org/dist/Exception-Class/Changes |
1.42 05 Jan 2017 19:33:42 |
sunpoet |
Update to 1.42
Changes: http://search.cpan.org/dist/Exception-Class/Changes |
1.41 08 Dec 2016 15:25:30 |
sunpoet |
- Update to 1.41
Changes: http://search.cpan.org/dist/Exception-Class/Changes |
1.40 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.40 01 Feb 2016 19:49:06 |
sunpoet |
- Update to 1.40
- Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Exception-Class/Changes |
1.39 04 Dec 2014 13:25:00 |
culot |
- Update to 1.39
Changes: http://search.cpan.org/dist/Exception-Class/Changes |
1.38_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 ) |
1.38 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.38 08 May 2014 14:12:32 |
culot |
- Update to 1.38
Changes: http://search.cpan.org/dist/Exception-Class/Changes |
1.37 29 Oct 2013 09:01:39 |
vanilla |
Support STAGEDIR. |
1.37 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.37 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.37 25 Feb 2013 12:22:57 |
tobez |
Update to 1.37.
Changes: http://search.cpan.org/dist/Exception-Class/Changes |
1.36 17 Dec 2012 14:09:30 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
1.36 04 Dec 2012 06:35:10 |
culot |
- Improve COMMENT
Suggested by: glarkin@
Feature safe: yes |
1.36 03 Dec 2012 13:48:25 |
culot |
- Shorten COMMENT description
Suggested by: danfe@
Feature safe: yes |
1.36 03 Dec 2012 13:04:01 |
culot |
- Update to 1.36
- Remove leading article from COMMENT
Changes: http://search.cpan.org/dist/Exception-Class/Changes
Feature safe: yes |
1.35 24 Sep 2012 07:56:02 |
culot |
- Update to 1.35
- Add LICENSE (Artistic 2.0)
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Exception-Class/Changes |
1.32 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) |
1.32 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 |
1.32 17 May 2011 11:05:02 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
1.32 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
1.32 29 Jun 2010 07:55:47 |
wen |
- Update to 1.32
Feature safe: yes |
1.30 21 Mar 2010 04:08:14 |
wen |
- Update to 1.30 |
1.29 11 May 2009 20:14:13 |
leeym |
- update to 1.29 |
1.26 29 Jan 2009 17:41:17 |
erwin |
Reassign my p5-* ports to perl@ so more than one person
can look at them. |
1.26 28 Oct 2008 16:47:23 |
erwin |
Update to 1.26 |
1.24 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) |
1.24 02 Apr 2008 19:28:13 |
erwin |
Update to 1.24 |
1.23_1 15 Jul 2006 08:22:11 |
erwin |
Unbreak on older perl and pet portlint
PR: 100327
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
1.23 26 Jan 2006 15:02:25 |
erwin |
- Update to 1.23
- Mark for perl >= 5.8.0 |
1.22 26 Nov 2005 17:00:48 |
pav |
- Add SHA256
Approved by: maintainer |
1.22 20 Oct 2005 10:30:53 |
erwin |
Update to 1.22
PR: 87706
Submitted by: tobez |
1.21 18 Oct 2005 12:24:59 |
erwin |
Update to 1.21 |
1.20 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
1.20 31 Jan 2005 17:07:41 |
erwin |
Update to 1.20 |
1.19 13 Mar 2004 10:15:28 |
erwin |
Update to 1.19 |
1.18 23 Feb 2004 20:59:13 |
erwin |
Update to 1.18 |
1.17 20 Feb 2004 10:19:29 |
erwin |
Update to 1.17 |
1.16 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.16 25 Sep 2003 22:12:07 |
erwin |
Vendor update to 1.16
- David Wheeler's patch exposed a bug in Devel::StackTrace which could
cause exceptions to not have any value set for package, file, or line.
This is fixed by depending on Devel::StackTrace 1.04. This release is
otherwise identical to 1.15. Reported by Steve Hay. |
1.15 24 Sep 2003 14:56:26 |
erwin |
Vendor update to 1.15
- Exceptions thrown from an alias subroutine always had
"Exception::Class" as their package name. Patch by David Wheeler. |
1.14 05 Jul 2003 07:08:08 |
erwin |
Update to 1.14 |
1.13 21 Jun 2003 21:43:40 |
erwin |
Update to 1.13 |
1.12 12 Jun 2003 16:41:16 |
erwin |
Change to my FreeBSD.org address |
1.12 07 Apr 2003 04:52:44 |
kevlo |
Update to 1.12
PR: 50635
Submitted by: MAINTAINER |
1.11 24 Feb 2003 21:41:13 |
sobomax |
If perl-5.8.0 is the main perl istalled don't depend on modules already in
the base distribution.
Sponsored by: Porta Software Ltd. |
1.11 23 Feb 2003 06:06:35 |
edwin |
vendor update to 1.11:
- A description containing a single quote or backslash would cause
a syntax error in the code generated by Exception::Class. Patch
by Luc St-Louis.
PR: ports/48523
Submitted by: Erwin Lansing <erwin@lansing.dk> |
1.10 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
1.10 02 Feb 2003 23:41:54 |
tobez |
Update to 1.10.
Vendor changes: bugfix
Submitted by: maintainer
PR: 47626 |
1.09 27 Jan 2003 08:59:55 |
tobez |
Update to 1.09.
Submitted by: maintainer
PR: 47354 |
1.07 05 Oct 2002 22:42:10 |
pat |
Update to 1.07
PR: ports/43511
Submitted by: maintainer |
1.05 28 Aug 2002 03:46:10 |
kevlo |
Update to version 1.05
PR: 42000
Submitted by: MAINTAINER |
1.01 17 Jun 2002 07:58:47 |
tobez |
- update to 1.01
- assume maintainership
- add WWW
PR: 39399
Submitted by: Erwin Lansing <erwin@lansing.dk> |
24 Aug 2001 22:32:55 |
tobez |
Remove redundant USE_PERL5 statements. |
28 Jul 2001 06:32:04 |
ijliao |
add p5-Exceptioin-Class A module that allows you to declare real exception
classes in Perl |