| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Jan 2012 17:40:15
2.001000
|
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 Mar 2011 03:01:31
2.001000
|
wen  |
- Update to 2.001000 |
24 Sep 2010 00:44:29
2.000000_1
|
pgollucci  |
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs
With Hat: perl@ |
05 Aug 2010 16:17:02
2.000000
|
az  |
Update to 2.000000.
PR: ports/149319
Submitted by: Frederic Culot <frederic at culot.org> |
20 Apr 2010 03:04:26
1.990000
|
linimon  |
Reassign ports from andrey@kostenko.name to perl@ due to lack of time.
Hat: portmgr |
10 Oct 2009 09:19:46
1.990000
|
miwi  |
Flood control method is used to restrict the number of events to happen or
to be processed in specific perion of time. Few examples are: web server can
limit requsets number to a page or you may want to receive no more than 10 SMS
messages on your GSM Phone per hour. Applications of this method are unlimited.
WWW: http://search.cpan.org/dist/Algorithm-FloodControl/
PR: ports/139411
Submitted by: Andrey <gugu at zoo.rambler.ru> |