- add dependency on py-rsa to RUN_DEPENDS too
- mark this port python3 ready
- remove trailing slash from pkg-plist entry
- bump PORTREVISION because of dependency change
PR: 169068 (follow-up patch)
Submitted by: rm (myself)
Approved by: koobs k <koobs.freebsd at gmail dot com> (maintainer)
Changes:
2012-06-06:
- Makefile.in (MAKE_VERSION): bump version to 20120606
Merge with NetBSD make, pick up
o compat.c: use kill(2) rather than raise(3).
- configure.in: look for sys/dev/filemon
- bsd.after-import.mk: add a .-include "Makefile.inc" to Makefile and pass
BOOTSTRAP_XTRAS to boot-strap.
2012-06-04:
- Makefile.in (MAKE_VERSION): bump version to 20120604
Merge with NetBSD make, pick up
o util.c and var.c share same var for tracking if environ has been
reallocated.
o util.c provide getenv with setenv.
- Add MAKE_LEVEL_SAFE as an alternate means of passing MAKE_LEVEL when the
shell actively strips .MAKE.* from the environment. We still refer to the
variable always as .MAKE.LEVEL
- util.c fix bug in findenv() was finding prefix of name.
- compat.c: re-raising SIGINT etc after running .INTERRUPT results in more
reliable termination of all activity on many platforms.
2012-06-02:
- Makefile.in (MAKE_VERSION): bump version to 20120602
Merge with NetBSD make, pick up
o for.c: handle quoted items in .for list
2012-05-30:
- Makefile.in (MAKE_VERSION): bump version to 20120530
Merge with NetBSD make, pick up
o compat.c: ignore empty command.
2012-05-24:
- Makefile.in (MAKE_VERSION): bump version to 20120524
- FILES: add bsd.after-import.mk:
A simple means of integrating bmake into a BSD build system.
PR: ports/169081
Submitted by: trociny (maintainer)
- Cosmetic change
Changes:
- 1.56-pre2 D. replaced gnome transfer icons with icons from graphicsfuel
- 1.56-pre2 D. removed j2ssh fallback and ssh shell (which might be reimplemented using jsch in the future)
- 1.56-pre2 D. removed insomniac client code
- 1.56-pre2 D. updated readme
- 1.56-pre1 D. no question asked before opening file per default
- 1.56-pre1 D. added Daniel's runCommand patch (open local files with system app)
- 1.55-pre4 D. made the transfer buttons more visible
- 1.55-pre4 D. made the download manager slightly bigger
- 1.55-pre4 D. fixed size+positioning of "connection failed" dialog
- 1.55-pre4 D. source .tgz is now a git repository
- 1.55-pre4 D. fixed a small ui bug when uploading directories
- 1.55-pre3 D. FtpConnection now holds transfers as a list
- 1.55-pre2 D. added linux browsing support and made it default - see README if you want windows support
- 1.55-pre2 D. using DJ Sweet instead DJ NativeSwing for browsing feature now
- 1.55-pre1 D. added Pavel's password encryption feature
- 1.55-pre1 D. added Pavel's dual monitor window positioning fix
- 1.55-pre1 D. added Pavel's SMB missing WINS server exception fix
- 1.55-pre1 D. added Pavel's SMB hostchooser fix
* let Akonadi install default 'mysql' database;
* lower 'wait_timeout' to avoid overflow and avoid premature
connection closing.
- Add update instructions to UPDATING. [1]
- Convert to OPTIONSng.
- Bump PORTREVISION.
KMail 2 and other Akonadi-enabled programs are now working
successfully. Thanks to Dwayne MacKinnon and Mel Flynn who helped
investigating the bug.
Reviewed by: rakuco [1]