| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
|
|
|
|
| |
Currently and in near future I don't have time to be responsible
for any port.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This allows packing as a user
With hat: portmgr
|
|
|
|
| |
- Fix staging when SMTP_AFTER_POP3 option is enabled
|
| |
|
|
|
|
| |
mail)
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Display pkg-message correctly
Approved by: tabthorpe (mentor)
Feature safe: yes
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
| |
Submitted by: dougb
|
|
|
|
| |
Submitted by: marck
|
|
|
|
|
|
| |
- use rcng style start script
PR: 142799
Submitted by: Sevan Janiyan
|
|
|
|
| |
Inpsired by: Kenneth Tom
|
| |
|
|
|
|
| |
Reported by: subdue on irc
|
|
|
|
| |
Submitted by: osa
|
|
|
|
| |
Submitted by: marck (Dmitry Morozovsky)
|
|
|
|
|
|
|
|
|
| |
PR: 100773
Submitted by: marck (Dmitry Morozovsky)
- keep compatibility checks
- make optiosn overriadeabel flor slave ports
- force UNIQUENAME to avoid conflichts between ports
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
make portlint a bit happier
|
|
|
|
| |
Submitted by: Krzysztof Kowalewski, Jr.
|
|
|
|
|
| |
PR: 69806
Submitted by: glewis
|
|
|
|
|
| |
PR: 66527
Submitted by: Yar Tikhiy
|
| |
|
|
|
|
| |
PR: 64393
|
| |
|
|
|
|
|
|
|
|
|
| |
PR: 63309
Submitted by: Linh Pham
- suppress pkg-message and pkg-deinstall when STANDALONE_POP3 is defined
so the package will print neither.
- adds CONFLICTS with own variants.
|
|
|
|
|
|
|
|
|
| |
- new option STANDALONE_POP3
Submitted by: osa
- USE_REINPLACE for all options
- cleanup targets
Submitted by: dinoex
|
| |
|
| |
|
| |
|
|
|
|
| |
- extend popauth.m4 with optional timecheck
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Fix bug found by nunotex@pt-quorum.com
- discussion at http://marc.theaimsgroup.com/?l=popa3d-users&m=104354856516116&w=2
- Extend Documentation
|
| |
|
|
|
|
|
|
|
|
| |
- Use of /var/empty is it exists.
- Split defines to make portlint happy.
- record installation option SMTP_AFTER_POP3 better
PR: 46802
|
| |
|
| |
|
|
|
|
|
| |
PR: 37873
Submitted by: dominic_marks@btinternet.com
|
|
|
|
| |
Suggested by: lex@itv.kiev.ua
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
|
| |
|
|
|
|
|
| |
- create chroot dir by default
- bumped PORTREVISION
|
|
|
|
|
|
|
|
| |
- Cleanup POP_AFTERR_SMTP patches
- honor CFLAGS
- claim maintainership
no response from previous maintainer since August 2001
|
|
|
|
|
|
|
|
|
|
|
| |
SMTP_RELAY aftersucessfull POP3 authentification.
Option:
SMPT_AFTER_POP=yes
Documentation and popauth.m4 is included in this port.
PR: 29906
|
|
|
|
| |
(I know, I look boring and pedant :o)
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
|
| |
|
|
|
|
|
| |
PR: 17180
Submitted by: maintainer
|
| |
|
|
1. Security (to the extent that is possible with POP3 at all, of course).
2. Reliability (again, as limited by the mailbox format and the protocol).
3. RFC compliance (slightly relaxed to work with real-world POP3 clients).
4. Performance (limited by the more important goals, above).
PR: 16652
Submitted by: Sergey Samoyloff <techline@hotmail.ru>
|