| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
2.3.9
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
23 Sep 2011 22:26:39
2.3.9
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
26 Aug 2011 04:29:08
2.3.9
|
miwi  |
- Update to 2.3.9
PR: 160148
Submitted by: Ports Fury |
02 Aug 2011 16:27:06
2.3.5_1
|
bapt  |
Mark BROKEN: Does not fetch |
19 Mar 2011 12:38:54
2.3.5_1
|
miwi  |
- Get Rid MD5 support |
03 Apr 2010 10:44:36
2.3.5_1
|
roam  |
Chase the ftp/curl shlib version bump. |
27 Mar 2010 00:15:24
2.3.5_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:35:32
2.3.5  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
26 Jul 2009 11:26:01
2.3.5
|
arved  |
Update to 2.3.5
PR: 137143
Submitted by: Kouki Hashimoto |
15 Jul 2009 16:56:10
2.3.4
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
16 Feb 2009 13:25:42
2.3.4
|
jadawin  |
- Update to 2.3.4
- Update MASTER_SITES
- Update dependencies
- Update manpages
- Remove useless old stuff
- Update WWW in pkg-descr
PR: ports/131654
Submitted by: Joerg Pulz <Joerg.Pulz at frm2.tum.de> |
20 Mar 2008 10:03:51
1.0.20_1
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
17 Oct 2007 10:13:01
1.0.20_1
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
04 Apr 2007 03:31:06
1.0.20
|
glewis  |
. Drop maintainership of these ports. Its glaringly obvious that I don't
have time to maintain them since I'm not even keeping up with the ports
that are most important to me. |
13 May 2006 04:15:53
1.0.20
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
20 Feb 2006 20:47:50
1.0.20
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
16 Nov 2005 06:03:41
1.0.20
|
glewis  |
. Add SHA256. |
05 Sep 2004 20:26:14
1.0.20
|
krion  |
Fix build with gcc-3.4
Approved by: portmgr |
24 Aug 2004 15:21:13
1.0.20
|
glewis  |
. Update to 1.0.20. |
20 Jul 2004 17:15:22
1.0.19
|
glewis  |
. Add parallel to CATEGORIES as this is often used on clusters. |
17 Jun 2004 16:14:13
1.0.19
|
glewis  |
Add a port of PowerMan:
PowerMan is a tool for manipulating remote power control (RPC)
devices from a central location. Several RPC varieties are supported
natively by PowerMan and Expect-like configurability simplifies the
addition of new devices.
WWW: http://www.llnl.gov/linux/powerman/ |