FreeBSD Monitor
2013-06-19 20:34:57
net/minidlna: fix run dir for packages

- Use rc.d script to install /var/{db,run}/minidlna as precmd
- Fix order (rclint)

PR: ports/179487
Submitted by: crees
Approved by: culot / jpaetzel (mentors, implicit)
2013-06-19 20:12:32
Deprecate USE_GETTEXT for USES and make it optional (depending on NLS setting)

Submitted by: jgh
2013-06-19 20:09:26
- Update CyaSSL to 2.7.0
- Enable SNI support
2013-06-19 20:06:59
. introdice optionsNG to the port;
. remove shlib ABI version from LIB_DEPENDS;
. introduce EXAMPLE option (do not install examples to DOCSDIR);
. bump PORTREVISION;
. get use of PLIST_FILES, PORTDOCS and PORTEXAMPLES at Makefile;
. get rid of pkg-plist;
. trim Makefile heades;
. remove acticle from COMMENT;
. simplify install commands.
2013-06-19 20:01:30
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. introduce EXAMPLES option (do not install examples to DOCSDIR);
. bump PORTREVISION;
. make use of PLIST_FILES, PORTDOCS and PORTEXAMPLES at Makefile;
. get rid of pkg-plist;
. simpify install commands.
2013-06-19 19:54:13
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. mute mdir commands and unmute install commands;
. do not use mkdir for parent directories (mkdir implies "-p");
. introduce EXAMPLE option (do not install examples to DOCSDIR);
. bump PORTREVISION;
. make use of PLIST_FILES, PORTDOCS and PORTEXAMPLES at Makefile;
. get rid of pkg-plist;
. use standard DOCSDIR and EXAMPLESDIR (instead of a PREFIX/foo/bar path);
. trim Makefile headers.
2013-06-19 19:20:25
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. pet portlint: use {} instaed of () at variable;
. use PLIST_FILES, PORTDATA and PORTDOCS at Makefile;
. get rid of pkg-plist;
. remove article from COMMENT;
. trim Makefile headers.
2013-06-19 19:15:14
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. mute mkdir;
. use PLIST_FILES and PORTDOCS at Makefile;
. remove pkg-plist;
. trim Makefile headers;
. remove article from COMMENT;
. pet portlint -- use opne space after WWW: at pkg-descr.
2013-06-19 19:10:12
If CONTRIB is enabled (default), add docbook-xml-450 as a direct
build requisite. There have been reports about missing DocBook XML V4.5
DTDs, even though they do not show in Tinderbox builds:
<http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084357.html>

Manually installing docbook-xml-450 appears to help:
<http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084383.html>

Approved by: wxs
2013-06-19 19:05:47
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use PORTDOCS at Makefile (thus simplify pkg-plist);
. use plain install instead of a .for loop;
. trim Makefile headers.
2013-06-19 19:01:47
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use PLIST_FILES, PORTDATA and PORTDOCS;
. use standard DATADIR and DOCSDIR (rather PREFIX/foo/bar);
. remove pkg-plist.
2013-06-19 18:56:37
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. trim Makefile headers.
2013-06-19 18:53:54
. add license (GPLv2);
. bump PORTREVISION;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. trim Makefile headers.
2013-06-19 18:51:16
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use f instead of file for a variable (portlint warns against file);
. do not mute install commands;
. remove article from COMMENT;
. trim Makefile headers;
. pet portlint: use one space after WWW: at pkg-descr.
2013-06-19 18:44:32
. remove pkg-plist (along with the previous commit).
2013-06-19 18:43:13
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use PORTDOCS and PORTDATA at makefile;
. mute mkdirs;
. add padding to PKGMESSAGE;
. remove article from COMMENT.
2013-06-19 18:38:46
. NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES;
. use PORTEXAMPLES at Makefile;
. trim Makefile headers.
2013-06-19 18:00:51
Add fmake from head, as of r250982.

This is almost the same as the one from stable/9, except with a few comment
changes, so it is a good drop-in replacement.

Reviewed by: bapt, brooks, obrien (all briefly)
2013-06-19 17:50:55
sysutils/swapexd: update to 0.4

- Update to 0.4 [1]
- Fix typo in pkg-descr [1]
- Trim Makefile header
- Remove leading article from COMMENT

PR: ports/179717 [1]
Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit)