As I'm "maintaining" this port in the mod_perl community,
take maintainership. Update this to 0.98 which also unbreaks
AuthDBI.pm for mp2 post RC5. MY patch is sitting in files.
This also adds some encryption options
PR: ports/83980
Submitted by: Philip M. Gollucci <pgollucci@vegeta.p6m7g8.net>
Approved by: maintainer timeout
This patch will update devel/darts to version 0.3. This
version fixes several bugs.
PR: ports/91286
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
- PID file name in rc.d scripts must be set to "pidfile" variable,
not to "<name>_pidfile" variable.
- Placing -r (and -d too) options to command_args is more suitable because
they mustn't be overwrited by spamd_flags
PR: ports/90625
Submitted by: Petr Rehor <prehor@gmail.com>
Approved by: maintainer timeout
- Update port to 0.27.
- Fix WWW.
- Add sha256.
- Maintainer has been CCed.
- Ps: tested on my tinderbox.
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
PR: ports/90860
Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar>
My original dist file mistakenly contained object files and
a gzipped man page. (I simply forgot to make clean before
rolling the tarball.) Someone on your end enhanced the port
Makefile to remove these post-extract as a workaround. I've
since cleaned up the dist file, and updated the port Makefile
and distinfo. Here's the new tree:
PR: ports/91247
Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu>
Update to Albatross v1.33. This is a minor fix for a
possible security hole hence the Severity & Priority above.
Submitted by: Bourne-again Superuser <gnb@itga.com.au>
PR: ports/91289
Update to version 2006-01-02.
(In case the pasted diff is not usable, please contact me
by email. I have tried to send the patch by mail, but my
provider appears to be blacklisted at spamcop.net.)
PR: ports/91271
Submitted by: Nils M Holm <nmh@t3x.org>
Update editors/jedit-devel to 4.3.p3, which includes many
bugfixes and feature updates.
PR: ports/91274
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
DBUtils is a suite of tools providing solid, persistent and
pooled connections to a database that can be used in all
kinds of multi-threaded environments like Webware for Python
or other web application servers. The suite supports DB-API
2 compliant database interfaces and the classic PyGreSQL
interface.
WWW: http://www.webwareforpython.org/DBUtils
PR: ports/91268
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
Peter Graf's Program Base Library of C functions. Includes
hash table, ISAM, key file implementations.
WWW: http://mission.base.com/peter/source/
PR: ports/91257
Submitted by: hideo <hideo@lastamericanempire.com>
* portversion(1) also reads MOVED and trace origin change,
and, when invoked with "-v", displays the new origin.
Example:
% portversion -v screen
screen-4.0.2_2 < needs updating (port has 4.0.2_3) (=> 'sysutils/screen')
* Add "--ignore-moved" to portupgrade(1) and portversion(1).
When invoked with this option, both programs totally ignore MOVED.
If you encounter strange behaviour of these programs, try this out.
* Add IGNORE_MOVED option to pkgtools.conf.
This can be used to selectively ignore MOVED by pkgs.
See pkgtools.conf.sample for details.
* Keep the order of MOVED entries, and do not trace back to old entries.
Previously, when encounters the following entries,
editors/emacs|editors/emacs19|2004-03-20|emacs 19.x moved to a non-default port location
editors/emacs21|editors/emacs|2004-03-20|emacs 21.x moved to default port location
portupgrade traces as "editors/emacs21" -> "editors/emacs" -> "editors/emacs19".
I thought this behavior should not be what we want to, so added this change.
PR: ports/91272
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)