| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 18:10:32
5.0.b8_6
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
25 Mar 2013 04:30:31
5.0.b8_6
|
eadler  |
Cleanup unmaintained ports in the misc category:
- Trim Header
- Convert to OptionsNG
- Prefer DISTNAME to DISTFILES
- Reorder variables
- Fix comments (don't include leading article)
- @unexec rm must not cause failure
- Tabs, not spaces
- Single space for WWW
- Pet portlint
- etc.
In a few cases the option DOCS was used to control installation into EXAMPLEDIR.
I opted to keep the existing logic of the port in these cases.
Reviewed by: koobs, ashish |
23 Aug 2012 20:43:07
5.0.b8_6
|
dougb  |
Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
While I'm here, reformat the rc.d script to match conventions, and remove
some cruft from the Makefile. |
05 Aug 2012 23:19:40
5.0.b8_6
|
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 |
14 Jan 2012 08:57:23
5.0.b8_6
|
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. |
10 Jul 2011 18:42:49
5.0.b8_6
|
crees  |
- Fix build with clang
- Remove extraneous newlines
PR: ports/158538
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
Approved by: rene (mentor, implicit) |
19 Mar 2011 12:38:54
5.0.b8_6
|
miwi  |
- Get Rid MD5 support |
31 May 2010 02:01:56
5.0.b8_6
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
05 Apr 2010 19:35:24
5.0.b8_5
|
pav  |
- Unbreak installation
Pointy hat to: dougb for committing untested changes
Reported by: pointyhat |
28 Mar 2010 06:25:22
5.0.b8_5
|
dougb  |
The rc.d script is already set up for USE_RC_SUBR, so do it. |
27 Mar 2010 00:15:24
5.0.b8_5
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:28:34
5.0.b8_5  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
15 Jul 2009 16:56:10
5.0.b8_5
|
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. |
06 Jun 2008 13:45:40
5.0.b8_5
|
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) |
10 May 2006 22:37:39
5.0.b8_4
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
16 Apr 2006 23:13:41
5.0.b8_4
|
edwin  |
Fix missing upclient.sh from SUB_FILES
Noticed by: YAPHR |
01 Apr 2006 13:19:40
5.0.b8_3
|
edwin  |
Use SUB_FILES for pkg-message |
20 Feb 2006 20:47:50
5.0.b8_3
|
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. |
22 Jan 2006 12:59:47
5.0.b8_3
|
edwin  |
SHA256ify
Approved by: krion@ |
07 Jan 2006 06:29:57
5.0.b8_3
|
dougb  |
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change. |
02 Dec 2005 02:05:39
5.0.b8_2
|
linimon  |
Reset maintainer per his request. We hope to see him back soon. |
18 Mar 2004 02:52:47
5.0.b8_2
|
trevor  |
Add size data.
Approved by: maintainers |
04 Mar 2004 08:35:28
5.0.b8_2
|
krion  |
- Use RC_SUBR
Submitted by: maintainer |
03 Mar 2004 11:46:05
5.0.b8_2
|
krion  |
- Fix MASTER_SITES
- Add USE_RC_SUBR
- Update pkg-descr
- Use DOCSDIR
PR: ports/63668
Submitted by: maintainer |
04 Feb 2004 04:36:30
5.0.b8_2
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
5.0.b8_1
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
26 Aug 2003 20:25:58
5.0.b8_1
|
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 05:41:38
5.0.b8
|
marcus  |
Chase the libintl.so shared lib version. |
15 Jun 2003 16:48:40
5.0.b8
|
lioux  |
Fix install
Submitted by: maintainer
Prompteb by: bento,
kris |
12 Jun 2003 01:31:42
5.0.b8
|
lioux  |
Update to 5.0.b8
PR: 53230
Submitted by: maintainer |
21 Feb 2003 12:48:19
5.0.b7
|
knu  |
De-pkg-comment. |
18 Feb 2003 12:34:37
5.0.b7
|
naddy  |
Don't refer to ${GMAKE} after USE_GMAKE has been removed.
Reported by: kris |
14 Feb 2003 00:16:51
5.0.b7
|
naddy  |
Update to 5.0.b7 and various small changes.
PR: 47869
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> |
03 Jan 2003 06:35:33
5.0.b6
|
petef  |
Update to 5.0.b6.
PR: 46339
Submitted by: maintainer |
06 Nov 2002 02:06:03
5.0.b5
|
naddy  |
Rename patch-message target to patch-pkgmessage since patch-message
is already used by bsd.port.mk.
Approved by: maintainer |
19 Oct 2002 22:14:38
5.0.b5
|
obraun  |
* Upgrade to 5.0.b5.
* Changed MASTER_SITES.
* Respect PREFIX correctly.
PR: 44283
Submitted by: maintainer |
24 Jun 2002 04:44:17
4.2.1.23
|
ijliao  |
${PERL} -> ${REINPLACE_CMD}
PR: 39746
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) |
17 Jan 2002 23:13:38 
|
dwcjr  |
Update maintainer's email address Update a few MASTER_SITES |
19 Nov 2001 06:38:34 
|
pat  |
Update to 4.2.1.23 The Uptimes Project is back! |
30 Aug 2001 04:58:35 
|
lioux  |
Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net |
23 Aug 2001 21:00:02 
|
dwcjr  |
Mark Broken due to "extended vacation" of project |
09 Jun 2001 13:59:34 
|
roam  |
Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to
|
15 Feb 2001 17:01:03 
|
sf  |
change maintainer's e-mail address. |
06 Jan 2001 17:25:08 
|
kevlo  |
Update to 4.2.1.21 |
05 Jan 2001 03:37:07 
|
jeh  |
Major update from 3.04 to 4.2.1.19 |
08 Oct 2000 05:01:16 
|
asami  |
Convert category misc to new layout. |