Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0_1 31 Dec 2013 10:07:44
  |
rene  |
Remove expired ports:
2013-12-30 security/dazuko: Currently, the project has not an active development
and maintainer
2013-12-31 mail/p5-Mail-SPF-Query: Use mail/p5-Mail-SPF instead
2013-12-31 x11-fonts/etlfonts: master site gone
2013-12-31 net/gateway6: Unsupported upstream, consider using net/gogoc |
6.0_1 20 Sep 2013 23:55:59
  |
jgh  |
- unsupported upstream, consider using net/gogoc
In working through this pr, I had discovered the disfile was no longer
available, and it was recommended by maintainer to move ahead with
a deprecation path.
PR: 182230
Submitted by: mike@fth-devel.net ( maintainer ) |
6.0_1 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
6.0_1 16 Sep 2013 06:30:31
  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
6.0_1 21 Aug 2012 20:05:53
 |
dougb  |
Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
I caught most of these, but missed this one, apologies |
6.0_1 05 Aug 2012 23:19:40
 |
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 |
6.0_1 07 Jun 2012 00:50:30
 |
sylvio  |
- Add conflict with freenet6 port.
PR: ports/168734
Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) |
6.0_1 14 Jan 2012 08:57:23
 |
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. |
6.0_1 28 Jun 2011 04:52:12
 |
kevlo  |
gateway6 rc script should REQUIRE NETWORKING instead of netif;
netif doesn't guarantee network is working, thus, it makes connection fail.
PR: ports/157876
Submitted by: Kuan-Chung Chiu <buganini at gmail dot com>
Reviewed by: Michael Scholz (maintainer)
approved by: |
6.0 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
6.0 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
6.0 20 Nov 2009 21:14:24
 |
miwi  |
- Update to 6.0
- Update WWW/Description
PR: 140685
Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) |
5.0_2 15 Jul 2009 16:56:10
 |
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. |
5.0_2 09 Jul 2009 20:26:31
 |
jmelo  |
- Update mastersite.
PR: ports/134985
Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) |
5.0_2 23 Aug 2008 16:21:13
 |
lippe  |
- Change PREFIX to MANXPREFIX where appropriate.
- Fix typo on Makefile.
- Bump PORTREVISION.
PR: ports/126644
Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
Approved by: Michael Scholz <mike@fth-devel.net> (maintainer) |
5.0_1 06 Oct 2007 11:34:27
 |
stefan  |
- Update MASTER_SITES to make it fetchable. [2]
- Remove BEFORE tag from startup script. [1]
- Bump PORTREVISION.
PR: 116958 [1], 116961 [2]
Submitted by: maintainer [1,2] |
5.0 01 Oct 2007 08:25:58
 |
linimon  |
Mark broken: fails to fetch.
While here, remove lines that apply to non-supported versions.
Hat: portmgr |
5.0 07 Sep 2007 23:29:56
 |
edwin  |
New port: net/gateway6 free IPv6 tunnel
From README:
TSP is a control protocol used to establish and maintain
static tunnels. The Gateway6 Client is used on the host
computer to connect to a tunnel broker using the TSP protocol
and to get the information for its tunnel. When it receives
the information for the tunnel, the Gateway6 client creates
the static tunnel on its operating system.
The Gateway6 Client code is mostly identical for all client
platforms. However, creating the static tunnel is operating
system dependent and is done by a script called by the
Gateway6 Client. These scripts are located under the template (Only the first 15 lines of the commit message are shown above ) |