non port: mail/qpopper/Makefile |
SVNWeb
|
Number of commits found: 100 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Oct 2021
|
[ 06:43 Bernhard Froehlich (decke) ] bbc0449
mail/qpopper: Add CPE information
Approved by: portmgr (blanket)
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 10 Mar 2021
|
[ 05:31 eugen ]
mail/qpopper: take maintainership and undeprecate
I use the software and will maintain the port.
|
Tue, 9 Mar 2021
|
[ 22:34 amdmi3 ]
mail/qpopper: mark deprecated
The port is unmaintained and upstream is dead since 2011
PR: 225567
|
Wed, 9 Oct 2019
|
[ 12:06 bapt ] (Only the first 10 of 39 ports in this commit are shown above. )
Drop the ipv6 virtual category for m* category as it is not relevant anymore
|
Wed, 16 Jan 2019
|
[ 10:39 rene ]
mail/qpopper: remove support for expired mail/drac
|
Tue, 25 Dec 2018
|
[ 07:16 tobik ]
mail/qpopper: Reset maintainer
The maintainer no longer uses qpopper.
PR: 222135
|
Wed, 14 Nov 2018
|
[ 18:20 eugen ]
mail/qpopper: grammar fix after r484938
|
[ 18:14 eugen ]
Fix mail/qpopper:
- remove MASTER_SITE ftp.qualcomm.com that is no more
and add a couple of living distfile sources;
- describe custom BSD-style Quallcom license for the distfile;
- fix building with openssl-1.1.1 that no longer has SSLv2 support
plus made struct ssl_st (SSL) completely opaque, so better use
public interface SSL_session_reused() instead of direct access
to now hidden "hit" part of struct; this works for previous
openssl versions too.
No PORTREVISION bump as this fixed package building for FreeBSD 12+
and has no visible package changes for other supported branches.
PR: 232383
Reported by: sbruno
Approved by: bc979@lafn.org (maintainer timeout, 4 weeks)
|
Sun, 14 Jan 2018
|
[ 20:22 tijl ]
Patch configure instead of configure.in so USE_AUTOTOOLS can be removed.
|
Mon, 14 Nov 2016
|
[ 03:15 danfe ] (Only the first 10 of 23 ports in this commit are shown above. )
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage
|
Wed, 2 Nov 2016
|
[ 22:45 mat ] (Only the first 10 of 110 ports in this commit are shown above. )
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Wed, 26 Oct 2016
|
[ 17:25 amdmi3 ]
- Fix typo (OPTION_SUB), unbreaks plist
- Unsilence installation
- Switch to relative symlink in bin
Approved by: portmgr blanket
|
Mon, 24 Oct 2016
|
[ 10:18 mat ] (Only the first 10 of 17 ports in this commit are shown above. )
OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports
Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.
The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.
Sponsored by: Absolight
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sat, 10 Sep 2016
|
[ 21:29 marino ]
mail/qpopper: Move SSL requirement so it actually works
Approved by: SSL blanket
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 18 Jul 2016
|
[ 16:41 mat ] (Only the first 10 of 29 ports in this commit are shown above. )
Don't echo in post-install, use pkg-message. Also, don't "fix"
pkg-message in post-install, use SUB_FILES/SUB_LIST.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 4 Mar 2015
|
[ 16:31 amdmi3 ]
- Don't needlessly require gcc
PR: 198224
Submitted by: amdmi3
Approved by: bc979@lafn.org (maintainer)
|
Wed, 27 Aug 2014
|
[ 21:10 mandree ]
Sanitize @mode u+s to @mode 04555 and bump PORTREVISION.
PR: 185285 (regression)
Approved by: portmgr (antoine)
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Mon, 7 Apr 2014
|
[ 16:28 rene ]
Fix typo in pkg-plist and sanitize creation/removal of (sample)
configuration files.
Prodded by: swills
Approved by: (followup of r350186 and r350187)
|
Fri, 4 Apr 2014
|
[ 23:46 rene ]
- Add daemon group for mail/qpopper
- Bump PORTREVISION of mail/qpopper
|
[ 23:45 rene ] (Only the first 10 of 13 ports in this commit are shown above. )
- Stage support (hackish...)
- Rename :: patchfiles [1]
- Merge pkg-req and scripts/pre-install into pkg-install [1]
- Replace tab by space in WWW: line [1]
- Clean up rc script [1]
- Add USE_GCC because clang does not like -freg-struct-return (yet)
- Use USERS and GROUPS [1]
- Drop empty QPOPAUTH_SETUID option
- Fix USE_OPENSSL usage [1]
- Replace knobs by options [1]
- Merge install-conf-file target into post-install target
PR: ports/185285 [1]
Submitted by: Takefu <takefu@airport.fm>
Approved by: portmgr (mostly infastructure fixes)
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Fri, 30 Nov 2012
|
[ 19:03 jgh ]
- adoption of optionsNG
- while here trim header
PR: 172378
Submitted by: doug@lafn.org
Approved by: maintainer timeout, 42 days
Feature safe: yes
|
Wed, 18 Apr 2012
|
[ 08:56 crees ]
Qpopper's configure script tries to detect sendmail in a number of common
paths, but the first guess will always fail, because sbindir contains an
embedded shell variable.
As a result, systems without base sendmail (more specifically, without
/usr/sbin/sendmail) will fail configure step.
Additional info:
http://lists.freebsd.org/pipermail/freebsd-ports/2012-March/073828.html
PR: ports/166108
Submitted by: Mel Flynn <rflynn@acsalaska.net>
Approved by: maintainer timeout (14+ days)
|
Tue, 14 Feb 2012
|
[ 10:59 dougb ]
Fix rc.d script
Requested by: maintainer
|
Sat, 31 Dec 2011
|
[ 21:48 beech ]
- Add USE_RC_SUBR with WITH_STANDALONE_MODE
- Fix pkg-desc
PR: ports/163639
Submitted by: Takefu <takefu@airport.fm>
Approved by: Doug Hardie <bc979@lafn.org> (maintainer)
|
Sat, 16 Jul 2011
|
[ 23:22 swills ]
- Forgot to remove PORTREVISION
|
[ 23:20 swills ]
- Update to 4.1.0
PR: ports/158780
Submitted by: Doug Hardie <bc979@lafn.org> (maintainer)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sun, 31 Jan 2010
|
[ 03:44 pgollucci ]
- use $SUB_FILES to dynamically adjust pkg-message + other changes
PR: ports/142804
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: maintainer timeout (bc979@lafn.org; > 2 weeks)
|
Thu, 8 Jan 2009
|
[ 16:58 pav ]
- No need to define USE_REINPLACE these days
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Wed, 3 Oct 2007
|
[ 23:34 edwin ] (Only the first 10 of 12 ports in this commit are shown above. )
Remove support for OSVERSION < 5
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Tue, 1 Aug 2006
|
[ 18:30 ume ]
Re-enable IPv6 support after upgrading to 4.0.9.
Approved by: bc979__at__lafn.org (maintainer)
|
Sun, 25 Jun 2006
|
[ 19:58 johans ]
- Update to 4.0.9
- Assign submitter of PR as maintainer
- Remove IPv6 patch
PR: 97641
Submitted by: Doug Hardie
Approved by: flz (mentor)
|
Wed, 10 May 2006
|
[ 22:37 edwin ] (Only the first 10 of 328 ports in this commit are shown above. )
Remove USE_REINPLACE from ports starting with M
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Sun, 31 Jul 2005
|
[ 09:28 sem ]
- Install a simple config file.
PR: ports/84368
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
|
Sun, 15 May 2005
|
[ 06:40 ume ]
Update to 4.0.8.
Reported by: Rob <spamrefuse _at_ yahoo.com>
|
Tue, 10 May 2005
|
[ 14:51 jylefort ]
Use ume's IPv6 patch.
Submitted by: ume
|
Mon, 9 May 2005
|
[ 21:36 jylefort ]
- Update to 4.0.7
- Use OPTIONS
PR: ports/80794
Submitted by: Radim Kolar <hsn@netmag.cz>
|
Sat, 5 Mar 2005
|
[ 01:17 lioux ] (Only the first 10 of 13 ports in this commit are shown above. )
Drop maintainership
|
Sat, 25 Dec 2004
|
[ 11:43 lioux ] (Only the first 10 of 66 ports in this commit are shown above. )
Remove deprecated USE_SIZE
|
Tue, 14 Dec 2004
|
[ 19:24 lioux ]
o update-status-headers configuration option should disable both
writing of "Status:" and "X-UIDL:" headers. However, that only
happens with "Status:" header. Have qpopper honor it for "X-UIDL"
one as well.
o Bump PORTREVISION
PR: 73336
Submitted by: Helge Oldach <mail-qpopper-uidl@oldach.net>
|
[ 13:46 lioux ]
Really uphold the WITH_Y_OPTION '-y' command line parameter for the qpopper
daemon
PR: 74813
Submitted by: Helge Oldach <mail-qpopper-uidl@oldach.net>
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Sun, 8 Feb 2004
|
[ 01:14 lioux ] (Only the first 10 of 224 ports in this commit are shown above. )
USE_SIZEify
|
Fri, 5 Dec 2003
|
[ 00:26 linimon ]
Forced commit to note that the comment about the location of the
SSL include was wrong (cut and pasted from the original PR). The
Makefile logic does the Right Thing.
|
Thu, 4 Dec 2003
|
[ 23:46 linimon ]
Add a knob WITHOUT_APOP for configurations where the apop-feature is in the way.
Update OpenSSL-support, include security/openssl/bsd.openssl.mk,
remove usage of deprecated librsaref/libRSAglue, add a knob WITHOUT_SSL.
Pacify portlint.
Terminate all sentences in comments with a period.
Replace spaces with tabs in pre-everything:: messages to print out
an aligned table.
PR: ports/53401
Submitted by: Marius Strobl <marius@alchemy.franken.de>
(Committed on behalf of lioux@, who is having machine problems)
|
Wed, 1 Oct 2003
|
[ 13:04 lioux ]
Add WITH_SHY_ENABLED knob which prevents qpopper from presenting
its version number within the POP3 session
Submitted by: Alessandro de Manzano <ale@unixmania.net>
|
Tue, 29 Apr 2003
|
[ 23:05 lioux ]
o Prefer FreeBSD's strlcpy() function over qpopper's incorrect
implementation
o Bump PORTREVISION
Submitted by: nectar
|
Sat, 15 Mar 2003
|
[ 02:03 lioux ]
Update to 4.0.5
PR: 49988
Submitted by: Mike Tancsa <mike@sentex.net>,
Xin LI delphij@frontfree.net <delphij@hotmail.com>
Approved by: portmgr (kris, self)
|
Sun, 23 Feb 2003
|
[ 19:58 lioux ] (Only the first 10 of 265 ports in this commit are shown above. )
De-pkg-comment
|
Tue, 17 Dec 2002
|
[ 14:15 lioux ]
Add WITH_Y_OPTION knob which enables command line option -y allowing
the user to specify a different logging facility
Submitted by: Christophe Labouisse <christophe@labouisse.org>
Reviewed by: knu
Approved by: portmgr (knu)
|
Sun, 3 Nov 2002
|
[ 07:08 lioux ]
Deploy USE_REINPLACE
Submitted by: marius@alchemy.franken.de
|
Mon, 8 Jul 2002
|
[ 01:32 lioux ]
Sanitize MASTER_SITES
|
Wed, 5 Jun 2002
|
[ 01:28 lioux ]
Install pdf documnetation if WITH_DOCUMENTATION but unless NOPORTDOCS
|
Sun, 26 May 2002
|
[ 20:06 lioux ]
Make a message intelligible
Prompted by: ceri
|
Mon, 20 May 2002
|
[ 23:25 lioux ]
Update ipv6 patch to version 20020502
|
Tue, 7 May 2002
|
[ 09:18 sobomax ]
Chase openssl shlib version increase.
Pointy hat to: dinoex
|
Tue, 30 Apr 2002
|
[ 20:05 lioux ]
o Update to 4.0.4
o Add options:
- WITH_PAM and WITH_STANDALONE_MODE [1]
- WITHOUT_IPV6 [2]
- WITHOUT_U_OPTION [3]
o Remove patch merged into distribution
Submitted by: Sean Wal <sean0x77@yahoo.com> [1]
Prompted by: too many [2],
"Karsten W. Rohrbach" <karsten@rohrbach.de> [3]
|
Sun, 31 Mar 2002
|
[ 08:20 lioux ]
Fix following security issue: "If a string of longer than approximately
2048 characters is sent to the qpopper process, a denial of service
condition will occur"
Actually, this is caused by an incorrect assumption. qpopper uses
the same buffer over and over when communicating. However, it never
makes sure that the buffer has been updated if something goes wrong.
Therefore, one can try to add to this buffer over and over; thus,
consuming available resources.
Solution, do not follow unofficial patch available in bugtraq mailing
list since losing pointer references is not an option. Otherwise,
change the way both getline and tgetline functions work. Just so
that they resemble read(2) return codes as follows:
(Only the first 15 lines of the commit message are shown above )
|
Tue, 26 Mar 2002
|
[ 16:45 lioux ]
- Restore POLA previous to rev 1.35 of this file
* Install qpopauth setuid to pop user unless WITHOUT_QPOPAUTH_SETUID
is set
- bump PORTREVISION
Prompted by: obrien
|
Fri, 21 Dec 2001
|
[ 05:35 lioux ]
Add Dynamic Relay Authorization Control (DRAC) support. Can be enabled WITH_DRAC
|
Fri, 5 Oct 2001
|
[ 04:48 lioux ]
1) instead of "stealthly" installing a file with a user list that cannot
log in the popper daemon, let the users decide for either a default file
(use a copy of the system's /etc/ftpusers file) or an empty file 2) also,
make the installation of this file prefix safe and name it popusers
(PREFIX/etc/qpopper/popusers). This changes expected behavior of the port
3) add a PKGINSTALL script to handle this file install/deinstall 4) style
changes: use variables to make the port easier to maintain
|
Mon, 10 Sep 2001
|
[ 01:06 lioux ]
Bump PORTREVISION due to addition of patch-popper::pop_pass.c (rev 1.1)
|
Sun, 3 Jun 2001
|
[ 00:31 lioux ]
Chase Makefile rev 1.58 update and update ipv6 patch in sync
|
Sat, 2 Jun 2001
|
[ 22:15 kris ]
Jump back on the qpopper rollercoaster ride of doom and upgrade to 4.0.3,
fixing another buffer overflow.
|
[ 19:55 alex ]
Mark forbidden until updated to 4.0.3 (Qualcomm announced buffer overflow).
|
Mon, 28 May 2001
|
[ 13:39 sobomax ]
Update version number of ssl shared library from openssl port.
|
Fri, 11 May 2001
|
[ 01:31 lioux ]
- Update port to version 4.0.2: o Several fixes o Improvements to poppassd
o Remove extra-patch since it has been merged into the distribution
|
Thu, 10 May 2001
|
[ 05:30 lioux ]
Enable this port to be able to fetch even when Qualcomm releases new versions.
|
Sun, 6 May 2001
|
[ 04:36 lioux ]
Bump PORTREVISION due to rev 1.52
|
[ 04:34 lioux ]
o also, fix the gdbm issue, qpopper 4.0.1 breaks with installed gdbm port
(--without-gdbm) o USE_AUTOCONF due to files/patch-configure.in rev 1.1 o
update ipv6 patch to version 20010504 o move all options to WITH_* options,
let the older options work for a while o advertise all WITH_* options o
add WITH_POPPASSD support (Hajimu Umemoto contribution)
|
Fri, 27 Apr 2001
|
[ 14:38 lioux ]
- Update port to version 4.0.1 (bug fixes) - Update ipv6 patch to snapshot
20010425
|
Wed, 18 Apr 2001
|
[ 20:12 sobomax ]
Check that librsaref actually exists before trying to link it in.
|
[ 19:48 sobomax ]
Re-enable ipv6 support.
|
Tue, 17 Apr 2001
|
[ 15:12 sobomax ]
Fix build on a systems with crypto bits from the /usr/src.
|
[ 08:53 sobomax ]
Update to 4.0. Unfortunately I have not heard from the maintainer, while 4.3
freeze is coming today, so I decided to force things a little. Among other
things this release supports TLS/SSL, previously available in the Qualcomms's
commercial package "Qpopper LX".
|
Thu, 22 Feb 2001
|
[ 02:49 lioux ] (Only the first 10 of 15 ports in this commit are shown above. )
Sanitize MASTER_SITES.
|
Tue, 20 Feb 2001
|
[ 18:15 lioux ]
Assume maintainership. Somebody should. Please, do not abuse me because I did.
:)
|
Sat, 10 Feb 2001
|
[ 05:25 kris ]
Add IPv6 support from KAME, bump PORTREVISION, add ipv6 to categories, and
reset maintainer to ports@FreeBSD.org because mail is bouncing.
|
Mon, 5 Feb 2001
|
[ 15:11 olgeni ] (Only the first 10 of 73 ports in this commit are shown above. )
Spaces->tabs in the mail category.
|
Mon, 11 Dec 2000
|
[ 03:17 steve ]
Update to version 3.1.2.
|
Wed, 1 Nov 2000
|
[ 10:20 sobomax ] (Only the first 10 of 22 ports in this commit are shown above. )
Merge popper3 and qpopper into single qpopper and remove popper3.
|
Wed, 11 Oct 2000
|
[ 15:08 kevlo ]
Update to version 3.1
|
Thu, 5 Oct 2000
|
[ 19:07 knu ]
Update to 3.1fc1.
|
Wed, 19 Jul 2000
|
[ 09:25 alex ]
Split up the manpage-patch in order to preserve history of the old
manpage-patch-files.
|
[ 08:31 alex ]
Use a "q"-prefix everywhere, to avoid conflicts with the popper and popper3
ports.
|
Tue, 18 Jul 2000
|
[ 22:27 alex ]
Update for official 3.1beta5 (repo-copy from popper3) Renames port to qpopper,
since this is the official name Qualcomm gives it. Add pkg/MESSAGE for the
inetd.conf line. Create ${PREFIX}/etc/popper directory also for pkg's.
|
Number of commits found: 100 |