| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Mar 2013 00:44:54
1.39
|
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
05 Jun 2012 07:02:36
1.39
|
culot  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
01 May 2012 01:47:10
1.39
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
21 Jan 2012 17:40:15
1.39
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
24 Oct 2011 09:11:38
1.39
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
03 Jul 2011 14:40:25
1.39
|
ohauer  |
-remove MD5 |
17 Apr 2008 14:30:31
1.39
|
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) |
08 Sep 2007 01:06:22
1.39
|
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 |
23 Sep 2006 08:32:17
1.39
|
clsung  |
- Update to 1.39 |
15 Apr 2006 07:45:04
1.38
|
clsung  |
- update to 1.38 |
24 Jan 2006 03:10:24
1.37
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:55:05
1.37
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Sep 2005 19:35:50
1.37
|
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.
This pass brought to you by loving, painstaking hand editing. |
06 Sep 2005 12:30:37
1.37
|
clsung  |
- update to 1.37
- from Changes
- Removed the eval block and local $SIG{__DIE__} from the TableTiler and
the FillInForm value handlers. (now it croaks as it should on error)
Version 1.27
- Removed the internal use of lvalue assigments incompatible with
the perl-bug #17663 (Perl 5 Debugger doesn't handle properly lvalue
sub assignment) |
17 Jul 2005 10:48:21
1.36
|
clsung  |
- update to 1.36
- Updated prerequisites to OOTools 2, IO::Util 1.46 and HTML::TableTiler 1.21
- Added the QuickStart.pm (Quick Start for Webmasters) |
14 Mar 2005 06:04:07
1.35
|
clsung  |
- update to 1.35
- from Changes
Version 1.35
- Fixed "nested lookups in INCLUDE_TEMPLATE" bug introduced in version 1.3
- Added 'include_nested_lookup.t' test |
04 Mar 2005 02:49:03
1.34
|
clsung  |
- update to 1.34 |
05 Dec 2004 04:18:22
1.31
|
clsung  |
- fix pkg-plist |
20 Aug 2004 02:56:44
1.31
|
clsung  |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
15 Aug 2004 17:55:49
1.31
|
vanilla  |
Upgrade to 1.31.
PR: ports/70421
Submitted by: maintainer |
11 Aug 2004 16:05:51
1.25
|
vanilla  |
Add p5-Template-Magic 1.25, a Perl Module with magic merger of runtime
values with templates.
PR: ports/69451
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |