| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
07 Jun 2012 07:50:04
1.01_2
|
jadawin  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
21 Jan 2012 17:40:15
1.01_2
|
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 |
19 Mar 2011 12:38:54
1.01_2
|
miwi  |
- Get Rid MD5 support |
24 Sep 2010 02:03:44
1.01_2
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
25 Jan 2010 14:00:25
1.01_2
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 5).
Approved by: portmgr (itetcu) |
24 Nov 2009 21:44:45
1.01_1
|
pav  |
- Remove mail/p5-Email-MIME-Creator, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-Simple-Creator, it has been folded into
mail/p5-Email-Simple
- Adjust dependencies
Reported by: pointyhat
With hat: portmgr |
17 Apr 2008 14:30:31
1.01
|
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) |
22 Jan 2006 02:58:25
1.01
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
22 Nov 2005 13:10:27
1.01
|
mat  |
Add p5-HTTP-Request-Params-1.01
This software does all the dirty work of parsing HTTP Requests to find incoming
query parameters.
Incoming query parameters come from two places. The first place is the query
portion of the URL. Second is the content portion of an HTTP request as is the
case when parsing a POST request, for example. |