| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 Mar 2013 15:55:17
0.9.1386_1
|
miwi  |
- Update to Maintainer e-mail
- While here trim header
PR: 176512 176513 176514 176515 176516
176518 176519 176520 176521 176517
Submitted by: maintainer |
05 Aug 2012 23:19:40
0.9.1386_1
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
30 Jun 2012 05:45:08
0.9.1386_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
0.9.1386_1
|
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 |
14 Jan 2012 08:57:23
0.9.1386_1
|
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. |
29 Aug 2011 23:00:59
0.9.1386_1
|
pav  |
- Extra verbosity for tracking down pointyhat build failure
PR: ports/160281
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer) |
03 Jul 2011 14:03:52
0.9.1386_1
|
ohauer  |
-remove MD5 |
15 May 2011 02:49:17
0.9.1386_1
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
18 Aug 2010 12:47:08
0.9.1386_1
|
bapt  |
Ensure that this port starts after known databases at system boot
PR: ports/149739
Submitted by: Sergei Vyshenski <svysh _at_ cryptocom.ru> (maintainer)
Approved by: tabthorpe (mentor) |
27 Mar 2010 00:15:24
0.9.1386
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:35:32
0.9.1386  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
15 Jul 2009 16:56:10
0.9.1386
|
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. |
22 Jan 2009 02:49:00
0.9.1386
|
araujo  |
- Update to 0.9.1386.
PR: ports/130803
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer) |
29 Jun 2008 00:23:55
0.9.1268
|
miwi  |
- Update to 0.9.1265
PR: 125051
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer) |
06 Jun 2008 14:01:07
0.9.1068_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
09 Oct 2007 22:33:49
0.9.1068
|
miwi  |
- Update to 0.9.1068
PR: 116863
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer) |
08 Jun 2007 08:34:52
0.9.913_1
|
miwi  |
- Fix pkg-plist
Submitted by: pointyhat via kris |
07 Jun 2007 05:37:26
0.9.913
|
miwi  |
- Update to 0.9.913
PR: 113411
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer) |
28 Mar 2007 17:24:13
0.9.781
|
miwi  |
- Update to 0.9.781
PR: 110936
Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> |
03 Feb 2007 09:49:52
0.9.720
|
miwi  |
- Update to 0.9.720
PR: 108621
Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> (maintainer) |
30 Dec 2006 17:18:35
0.9.659
|
miwi  |
- Update to 0.9.659
PR: ports/107329
Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> (maintainer) |
08 Oct 2006 14:59:46
0.9.543
|
pav  |
- Remove symlinks created by mtree target from plists
Pointy hats to: rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu,
miwi |
07 Oct 2006 12:32:19
0.9.543
|
rafan  |
Add p5-openxpki-deployment 0.9.543, perl based enterprise class
trustcenter software for PKI.
PR: ports/103949
Submitted by: Sergei Vyshenski <svysh at cryptocom.ru> |