| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
25 Aug 2012 18:44:33
3.17.4_2
|
ohauer  |
- update included Spread.pm to the latest version
http://search.cpan.org/CPAN/authors/id/J/JE/JESUS/Spread-3.17.4.4.tar.gz
- assign the port from apache@ tp ports@ (port is not apache related)
PR: ports/170124
Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com> |
14 Jan 2012 08:57:23
3.17.4
|
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. |
24 Oct 2011 04:17:38
3.17.4
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
15 May 2011 02:49:17
3.17.4
|
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 |
20 Mar 2011 12:54:45
3.17.4
|
miwi  |
- Get Rid MD5 support |
05 May 2010 04:07:03
3.17.4
|
pgollucci  |
- Set PORTSCOUT var
With Hat: apache@ |
27 Mar 2010 05:21:36
3.17.4
|
dougb  |
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list. |
27 Mar 2010 00:15:24
3.17.4
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
3.17.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. |
17 May 2009 07:23:23
3.17.4
|
pgollucci  |
- Mark UNSAFE apache@ ports MAKE_JOBS_UNSAFE=yes |
17 May 2009 05:03:36
3.17.4
|
pgollucci  |
- Over to apache@ direct dep of mod_log_spread |
18 Jun 2008 23:51:56
3.17.4
|
miwi  |
- Update to 3.17.4
PR: 124515
Submitted by: Wen heping <wenheping@gmail.com> |
04 Aug 2007 11:41:31
3.17.3
|
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
26 Dec 2006 16:58:27
3.17.3
|
rafan  |
- Handle configuration files according to PH |
26 Dec 2006 16:25:45
3.17.3
|
aaron  |
General port cleanup: USE_RC_SUBR and plist fixes mostly. |
05 Sep 2006 05:03:52
3.17.3
|
linimon  |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
04 Aug 2006 12:34:50
3.17.3
|
erwin  |
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006 |
18 Apr 2006 08:51:11
3.17.3
|
lawrance  |
Fix plist.
PR: ports/92841
Submitted by: leeym
Approved by: joshua@roughtrade.net (maintainer, timeout 2 months) |
20 Feb 2006 20:47:50
3.17.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 02:46:07
3.17.3
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
16 Nov 2005 08:33:39
3.17.3
|
ehaupt  |
Add original master site again, rather than replacing it
(fixes my previous commit). |
16 Nov 2005 08:22:36
3.17.3
|
ehaupt  |
- Update master site
- Add SHA256 hash
Notified by: pointyhat via kris
Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer) |
28 Oct 2005 18:30:58
3.17.3
|
ehaupt  |
- Update to 3.17.3
- Provide pkg-deinstall
- Cleanup
PR: 86901
Submitted by: Chris Mikkelson <cmikk@qwest.net>
Approved by: maintainer timeout (16 days after postponement) |
22 Jul 2004 12:15:29
3.17.2
|
eik  |
update of net/spread and net/spread-j to version 3.17.2
PR: 69095
Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer) |
31 Mar 2004 03:12:58
3.17.1
|
trevor  |
SIZEify (maintainer timeout) |
29 Dec 2003 06:21:20
3.17.1
|
edwin  |
[MAINTAINER UPDATE] New versions of spread, spread-j and py-spreadmodule
* Use more bsd.port.mk convenience switches.
* Use rc.subr properly for spread daemon.
* Write a logfile rather than spewing to stdio.
* Move rendezvous socket to /var/run.
* Make Makefile.PL behave properly with PREFIX.
PR: ports/60053
Submitted by: Joshua Goodall <joshua@roughtrade.net> |
24 Oct 2003 12:05:09
3.17.0_1
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
21 Feb 2003 13:15:09
3.17.0_1
|
knu  |
De-pkg-comment. |
11 Dec 2002 05:49:10
3.17.0_1
|
edwin  |
Remove the IGNORE part of the Makefile. It was original in there
because the website said that it you had to register before you
could download it. Joshua Goodall chased it up and got an okay for
putting it on his own website for the FreeBSD project. See ports/45178
for more information.
PR: ports/45178
Submitted by: maintainer. |
17 Nov 2002 02:55:06
3.17.0_1
|
edwin  |
IGNORE wasn't for a LICENSE issue but for download-restrictions. |
16 Nov 2002 22:28:08
3.17.0_1
|
edwin  |
Maintainer update to version 3.17.0
PR: ports/45178
Submitted by: Joshua Goodall <joshua@roughtrade.net> |
05 Sep 2002 09:04:07
3.16.2
|
kris  |
Fix build on -current (don't assume that everything not FreeBSD 4.x is
FreeBSD 3.x) |
26 Apr 2002 22:28:52
3.16.2
|
znerd  |
Introduction of NEED_JAVAC knob in bsd.java.mk, stage 1.
The NEED_JAVAC knob has been discussed on the freebsd-java
mailing list. It is documented at:
http://www.metaverse.nl/~ernst/writing.html
The second stage is the actual changing of bsd.java.mk.
Reviewed by: java@FreeBSD.org
Approved by: zach@neurosoft.org, joshua@roughtrade.net, lioux |
13 Apr 2002 12:21:30
3.16.2
|
znerd  |
Added some alternative download locations. |
13 Apr 2002 10:02:27
3.16.2
|
znerd  |
Update to release 3.16.2. Added stability fixes. Updated manpages.
Use USE_JAVA. Handle jikes properly. Dtrt wrt javadoc.
PR: 36814
Submitted by: maintainer |
04 Mar 2002 13:50:21 
|
petef  |
Somehow I managed to botch pkg-install so the script was in the file twice, so
remove the second instance. Also, scripts/createusergroup is replaced by
pkg-install so GC that. |
02 Mar 2002 16:59:30 
|
petef  |
- update to 3.16.1 - pass maintainership to submitter - make the java
dependency more flexible - get rid of NO_PACKAGE and add a pkg-install script
to create the user/group needed - use DOCSDIR instead of the port-specific
DOCDIR - set PKGMESSAGE to the license file - sort pkg-plist - respect
PREFIX |
20 Jan 2002 16:15:05 
|
anders  |
Give up maintainership of this port. |
04 Nov 2001 16:06:58 
|
sada  |
Remove some restrictions of source distribution. |
25 Oct 2001 15:45:22 
|
sada  |
My fault - ``NO_PACKAGE'' should be activated. |
25 Oct 2001 15:36:41 
|
sada  |
New port: net/spread WWW: http://www.spread.org |