| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=546680
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
|
|
|
|
|
|
|
| |
- Correct LICENSE info and add LICENSE_FILE, per handbook
- Correct DOC switch
PR: 232337
Submitted by: ndowens@yahoo.com
Notes:
svn path=/head/; revision=483216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
Notes:
svn path=/head/; revision=419843
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=405891
|
|
|
|
|
|
|
| |
- Switch to @sample
Notes:
svn path=/head/; revision=395549
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=386915
|
|
|
|
| |
Notes:
svn path=/head/; revision=373086
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
Notes:
svn path=/head/; revision=365599
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=362049
|
|
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR, use options helpers
PR: ports/181885 [1]
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=331991
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Get database dependency through USE_BDB
- Support OptionsNG, add DOCS and SASL options
- Use port framework for user and group creation
- Make daemon binary look for config files in ETCDIR not /etc
- Install config files in ETCDIR and preserve them when modified
Notes:
svn path=/head/; revision=313677
|
|
|
|
|
|
|
| |
This bumps shlib version of libsasl2.
Notes:
svn path=/head/; revision=308609
|
|
|
|
| |
Notes:
svn path=/head/; revision=276989
|
|
|
|
|
|
|
|
| |
PR: ports/148738
Submitted by: Armin Pirkovitsch <armin at frozen-zone.org>
Notes:
svn path=/head/; revision=257927
|
|
|
|
| |
Notes:
svn path=/head/; revision=212308
|
|
|
|
|
|
|
|
| |
PR: 120464
Submitted by: Robert Gogolok <gogo@cs.uni-sb.de>
Notes:
svn path=/head/; revision=206995
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=201327
|
|
|
|
|
|
|
|
|
| |
PR: ports/106952
Submitted by: miwi
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=181506
|
|
|
|
|
|
|
|
| |
PR: ports/98354
Approved by: krion (mentor), maintainer
Notes:
svn path=/head/; revision=165424
|
|
|
|
|
|
|
|
| |
PR: ports/89744
Submitted by: David Mazieres <dm+bugs+avenger@mailavenger.org> (maintainer)
Notes:
svn path=/head/; revision=150072
|
|
|
|
|
|
|
|
|
| |
PR: ports/85064
Submitted by: David Mazieres <dm+bugs+avenger@mailavenger.org> (maintainer)
Approved by: pav (mentor)
Notes:
svn path=/head/; revision=142976
|
|
|
|
|
|
|
| |
Submitted by: David Mazieres <dm+tmp+w5t4gyhvkkkivbwrecrhic5vqn@mailavenger.org> (maintainer)
Notes:
svn path=/head/; revision=138709
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/83077
Submitted by: David Mazieres <dm+bugs+avenger@mailavenger.org>
Notes:
svn path=/head/; revision=138699
|
|
|
|
|
|
|
|
| |
<dm+bug+avenger@mailavenger.org>: host ludlow.scs.cs.nyu.edu[216.165.108.10]
said: 550 unknown user (in reply to RCPT TO command)
Notes:
svn path=/head/; revision=138322
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=135674
|
|
daemon. It lets users run messages through filters like ClamAV and
SpamAssassin during SMTP transactions, so the server can reject mail
before assuming responsibility for its delivery. Other unique features
include TCP SYN fingerprint and network route recording, verification
of sender addresses through SMTP callbacks, SPF (sender policy
framework) as a general policy language, qmail-style control over both
SMTP-level behavior and local delivery of extension addresses,
mail-bomb protection, integration with kernel firewalls, and more.
WWW: http://www.mailavenger.org/
PR: ports/80800
Submitted by: David Mazieres <dm+bugs+avenger@mailavenger.org>
Notes:
svn path=/head/; revision=134961
|