Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Feb 2018 10:29:41
1.47

|
ak  |
- Remove disappeared WWW sites
- Remove disappeared master site from net-mgmt/ipacctd |
30 Dec 2015 01:42:37
1.47

|
amdmi3  |
- Add LICENSE
- Switch to options helpers |
14 May 2015 10:15:09
1.47

|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
24 Sep 2014 18:59:31
1.47

|
antoine  |
- Do not violate stagedir
- Remove @dirrm from plist |
07 Sep 2014 12:31:05
1.47

|
antoine  |
Allow staging as a regular user |
20 Jun 2014 09:24:53
1.47

|
vanilla  |
Stagify.
Approved by: portmgr@ |
21 Feb 2014 13:38:46
1.47

|
ehaupt  |
Remove trailing whitespaces from category net-mgmt |
10 Feb 2014 13:54:28
1.47

|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
20 Sep 2013 22:24:44
1.47

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
24 Apr 2013 17:00:20
1.47

|
eadler  |
For some unmaintained ports:
- fix format for pkg-descr
- convert to OptionsNG
- remove logic for older versions of python which we no longer support
- remove option for old versions of FreeBSD
- unconditionally set PORTDOCS
- etc.
Reviewed by: jgh |
22 Apr 2013 13:27:48
1.47

|
bapt  |
Reassign skv@ ports to the heap
Feature safe: yes |
21 Aug 2012 21:00:33
1.47
|
dougb  |
Fix problem introduced in r302141. The directory for the unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied. |
05 Aug 2012 23:19:40
1.47
|
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
1.47
|
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 09:11:38
1.47
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
20 Mar 2011 12:54:45
1.47
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
1.47
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
1.47
|
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 Mar 2006 14:16:09
1.47
|
skv  |
Update to 1.47
PR: ports/94485
Submitted by: Eugene Grosbein <eugen xxx grosbein.pp.ru> |
01 Feb 2006 01:08:07
1.46_1
|
edwin  |
SHA256ify
Approved by: krion@ |
21 Feb 2005 17:22:38
1.46_1
|
skv  |
Rewrite startup scripts to use RC_SUBR |
31 Mar 2004 03:12:58
1.46
|
trevor  |
SIZEify (maintainer timeout) |
23 Feb 2004 04:42:13
1.46
|
wollman  |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |