Virtual-domain capable pop3-server supporting MySQL
Responsible Changed From-To: freebsd-ports->petef I'll look at this
Hi, Could you see if the updated sharball at http://people.freebsd.org/~petef/tpop3d.shar would be OK? I made a few changes: - use WITH{,OUT}_* variables. you shouldn't have USE_* variables for users to specify, plus you had a logic flaw with it (values hardcoded in Makefile, and then you checked their value.. I made MySQL and maildir support default, and perl authentication optional) - split up RUN_DEPENDS and CONFIGURE_ARGS - respect CFLAGS - adjust manpages to point to where tpop3d.conf actually is - remove your do-install target (the dist's install target is fine) - name the startup script tpop3d.sh.sample, and use another method for getting the prefix (more dynamic) - better config file management: always install tpop3d.conf.dist, if tpop3d.conf doesn't exist, then create it. on deinstall, if tpop3d.conf is the ame as tpop3d.conf.dist, then remove it. - made pkg-descr more concise This is a cool piece of software! Let me know if these changes look good, and I'll go ahead and commit the port. Thanks! -pete -- Pete Fritchman <petef@databits.net> finger petef@databits.net for PGP key
State Changed From-To: open->analyzed
State Changed From-To: analyzed->feedback Oops, this should have been feedback. Waiting for response from submitter.
State Changed From-To: feedback->closed Committed, thanks!