Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.15_8,2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.2.15_8,2 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
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 ) |
1.2.15_8,2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.15_8,2 11 Oct 2018 09:27:38 |
tobik |
mail/qmailadmin: Chase cracklib dictionary rename from r408137
PR: 213157
Submitted by: Florian Riehm <mail@friehm.de>
Approved by: 2 year bug anniversary |
1.2.15_7,2 31 Oct 2017 14:51:54 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
1.2.15_7,2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2.15_7,2 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.2.15_7,2 13 Nov 2015 10:35:18 |
amdmi3 |
- Fix license
- Switch to USES=autoreconf |
1.2.15_7,2 06 Oct 2015 18:26:29 |
amdmi3 |
- Fix install from non-root
- Strip binary
- Drop @dirrm* from plist |
1.2.15_6,2 28 May 2015 15:57:00 |
bdrewery |
Farewell qmail. You were good but the lack of an upstream maintainer or
ecosystem maintainers makes this not a viable mail system today. Personally
I am moving to postfix and have so far found it incredibly easy to setup and
already prefer it over qmail. |
1.2.15_6,2 11 Jun 2014 14:50:00 |
tijl |
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 ) |
1.2.15_6,2 23 May 2014 21:48:24 |
bdrewery |
- Add CRACKLIB support
Submitted by: Matt Simerson <matt@simerson.net>
Obtained from: http://sourceforge.net/p/qmailadmin/patches/28/ |
1.2.15_5,2 24 Apr 2014 16:42:33 |
mat |
Replace all @unexec /bin/rmdir with @unexec rmdir
With hat: portmgr
Sponsored by: Absolight |
1.2.15_5,2 13 Apr 2014 18:10:50 |
bdrewery |
- Fix build with vpopmail-5.4.33
Reported by: daily QAT |
1.2.15_5,2 11 Mar 2014 17:04:07 |
bdrewery |
Allow overriding webdir prefix via WEBPREFIX |
1.2.15_5,2 09 Feb 2014 03:29:07 |
bdrewery |
- Support STAGEDIR |
1.2.15_5,2 19 Oct 2013 21:36:36 |
bdrewery |
- Remove mail/qmailadmin-devel as is it older than mail/qmailadmin and
unmaintained upstream.
- Mark it as MOVED to mail/qmailadmin
PR: ports/182619
Submitted by: bdrewery
Approved by: maintainer timeout (2 weeks) |
1.2.15_5,2 20 Sep 2013 15:58:09 |
bdrewery |
- Add NO_STAGE until validated to be safe for upcoming staging support |
1.2.15_5,2 23 Jul 2013 10:46:40 |
bdrewery |
- The build script is looking for aclocal/automake/autoconf and failing
if 1.1.4 is found. Add them as in dependencies and add --add-missing.
Reported by: Alexander B. Zubkov |
1.2.15_5,2 05 Jul 2013 14:32:27 |
bdrewery |
Convert from USE_GMAKE to USES=gmake |
1.2.15_5,2 25 Jun 2013 20:59:03 |
bdrewery |
- Fix MODIFY_QUOTA after option helper conversion
PR: ports/179979
Submitted by: Claudiu Bosioc <claudiu@casi.ro> |
1.2.15_4,2 15 Jun 2013 23:19:54 |
bdrewery |
- Fix configuring ezmlm-idx-7 mailing lists. Only apply the
patch [1] when using ezmlm-idx as it is not backwards
compatible with ezmlm.
Reported by: Marko Lerota <mlerota@claresco.hr>
Obtained from: https://sourceforge.net/p/qmailadmin/patches/36/ |
1.2.15_3,2 15 Jun 2013 13:48:33 |
bdrewery |
Use new options helpers |
1.2.15_3,2 11 Jun 2013 14:39:25 |
bdrewery |
Fix PORTSCOUT entry. Upstream has died and 1.2.16
does not build and is not released. |
1.2.15_3,2 24 Apr 2013 13:07:35 |
bdrewery |
- Fix ezmlm support by using subcommands of ezmlm-list
on the main database dir instead of subdirs [1]. This
is reported upstream at:
http://sourceforge.net/tracker/?func=detail&aid=3094082&group_id=6691&atid=306691
- Ignore the devel 1.2.16 version, it is not buildable
- Mirror distfile
- Convert tab to space in pkg-descr
PR: ports/177389 [1]
Submitted by: Tsunehiko Suzuki <tss-fbspr@e-ontap.com> [1] |
1.2.15_2,2 15 Mar 2013 22:03:43 |
bdrewery |
- Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
bapt contributed to the qmail.mk as well
- Trim headers
USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX
With hat: portmgr |
1.2.15_2,2 06 Feb 2013 17:57:20 |
bdrewery |
- Add ONCHANGE fixes from author John Simpson [1]
Submitted upstream to qmailadmin:
https://sourceforge.net/tracker/?func=detail&aid=3603594&group_id=6691&atid=306691
Requested by: William Olson <wolson@gmail.com>
Obtained from: http://qmail.jms1.net/vpopmail/#onchange-qmailadmin [1] |
1.2.15_1,2 12 Dec 2012 02:35:49 |
bdrewery |
Trim header |
1.2.15_1,2 02 Aug 2012 21:42:30 |
bdrewery |
- Update to my new maintainer address
Approved by: eadler (mentor) |
1.2.15_1,2 28 Jul 2012 10:41:29 |
scheidell |
- Fix ezmlm-idx dependency with IDX option [1]
- Allow overriding max users/aliases per page [2]
- Bump PORTREVISION due to fixed dependency
PR: ports/170112 [1]
Submitted by: Alexander Zubkov <info@zubkov.info> [2]
Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer) [1] |
1.2.15,2 28 Jun 2012 04:38:20 |
eadler |
- Add support for disabling http caching via NOCACHE option
- OPTIONSng support
- Pet portlint
- Hand maintainer to submitter
PR: ports/169477
Submitted by: "Bryan Drewery" <bryan@shatow.net> |
1.2.15,2 27 Feb 2012 20:32:31 |
glarkin |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
1.2.15,2 20 Jan 2011 16:19:13 |
roam |
Update to qmailadmin-1.2.15, which only changes a single image.
While I'm here, declare the GPL-2+ license and drop the MD5 checksum.
Feature safe: yes |
1.2.14,2 26 Mar 2010 09:04:30 |
roam |
Update to qmailadmin-1.2.14. |
1.2.13,2 16 Dec 2009 08:57:34 |
roam |
Restore PORTEPOCH accidentally removed in rev. 1.36 - it seems
I thought it was PORTREVISION. Oops.
Reported by: garga |
1.2.13 10 Sep 2009 13:47:12 |
roam |
Update to qmailadmin-1.2.13 with my lang/bg patch already committed upstream. |
1.2.12 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.2.12,2 22 Jun 2009 23:06:58 |
pgollucci |
- revert the previous commit, it was supposed to be to mail/qmailadmin-devel
Pointyhat: pgollucci
Prompted by: ale, pav |
1.2.13,1 21 Jun 2009 20:52:03 |
pgollucci |
- Ressurrect qmailadmin-devel and update to 1.2.13
PR: ports/135086
Submitted by: ismail yenigul <ismail.yenigul@endersys.com.tr> |
1.2.12,1 18 Mar 2009 16:01:00 |
roam |
Update to qmailadmin-1.2.12. |
1.2.10,1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.2.10,1 06 Apr 2006 14:47:35 |
roam |
Update to qmailadmin 1.2.10 (from 1.2.7).
This takes care of a minor security problem in qmailadmin 1.2.8, which
I discovered while working on the port and reported to the qmailadmin
developers; they fixed the problem in 1.2.10. Since it only appeared
in 1.2.8, this problem never really affected the FreeBSD port. |
1.2.7_2,1 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.7_2,1 21 Jan 2006 17:37:14 |
krion |
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above ) |
1.2.7_1,1 15 Dec 2005 09:31:33 |
roam |
Add the VPOPMAIL_DIR knob to specify a different directory where
vpopmail has previously been installed. Bump PORTREVISION.
NB: change this with extreme caution! For instance, if vpopmail is not
already installed in this directory, building the vpopmail port as
a dependency will NOT automatically cause it to be installed there!
Requested by: Jan-Erik Moon <jan@1kdigital.com> |
1.2.7,1 14 Jun 2005 12:48:33 |
novel |
Update to 1.2.7.
PR: 81707
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: maintainer timeout (2 weeks) |
1.2.3,1 30 May 2005 11:26:49 |
pav |
- Update to 1.2.3
- Portlint
PR: ports/81033
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: maintainer timeout (15 days) |
1.2.0_2,1 29 Jun 2004 01:02:46 |
roam |
Add the WITH_SPAM_DETECTION and SPAM_COMMAND knobs.
Submitted by: Rey Marin Jr. <rey.marin@gmail.com> |
1.2.0_1,1 29 Apr 2004 11:57:25 |
roam |
Use --enable-qmaildir to let configure DTRT when $QMAIL_DIR != /var/qmail.
PR: 66053
Submitted by: "Brent B. Powers" <powers-jaguar@b2pi.com> |
1.2.0,1 09 Apr 2004 11:08:22 |
roam |
Revert the update to 1.2.1 - it is a development version and, as such,
already lives at its proper place at mail/qmailadmin-devel.
Bump PORTEPOCH for those unfortunates who have managed to update this
port in the meantime...
Pointed out by: ale |
1.2.1 09 Apr 2004 10:26:34 |
roam |
Update to qmailadmin-1.2.1. |
1.2.0 26 Feb 2004 14:34:32 |
ale |
Add CONFLICTS. |
1.2.0 05 Feb 2004 22:11:02 |
ale |
Update to 1.2.0 stable release.
Approved by: roam, nork (mentor/implicitly) |
1.0.29_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.0.29 28 Nov 2003 06:16:45 |
roam |
Update qmailadmin to 1.0.29 for much better interoperability with vpopmail.
PR: 59606
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: portmgr (will) |
1.0.26 01 Sep 2003 10:41:05 |
roam |
Update to qmailadmin-1.0.26, which, among others, fixes a security
issue with user-specified local program filters in .qmail files.
Add the WITHOUT_IDX_SQL knob to disable qmailadmin's fiddling with
the ezmlm-idx SQL database in case ezmlm-idx does *not* use an SQL
database at all :)
PR: 55736
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
1.0.24 21 Jul 2003 11:39:42 |
roam |
Add the WITHOUT_IDX knob to enable building with ezmlm instead of
the full-fledged ezmlm-idx.
No change to the default configuration, thus no PORTREVISION bump.
PR: 54693
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
1.0.24 17 Jul 2003 13:13:04 |
roam |
Update from 1.0.12 to 1.0.24.
Use SourceForge as master sites.
Add WITH_MODIFY_QUOTA and WITH_DOMAIN_AUTOFILL knobs.
Make WEBDATASUBDIR and WEBDATAURL working.
PR: 54577
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
1.0.12 05 Mar 2003 12:34:49 |
roam |
Update to 1.0.12. |
1.0.6 19 Feb 2003 16:07:30 |
roam |
Remove pkg-comment files in my ports. |
1.0.6 13 Sep 2002 13:53:47 |
roam |
Remove the FORBIDDEN tag; the exploitable bug was fixed prior to
the release of qmailadmin-1.0.6. |
1.0.6 11 Sep 2002 18:59:56 |
nectar |
Setuid binary is exploitable.
http://security-archive.merton.ox.ac.uk/bugtraq-200208/0117.html |
1.0.6 05 Sep 2002 15:09:24 |
roam |
Update to qmailadmin-1.0.6, containing a couple of security fixes.
There are two new knobs:
- WITHOUT_IPAUTH disables the IP authentication: by default, qmailadmin
"remembers" your IP address after a successful login, and then logs
the session out if you try to access a page from a different address,
even with the same session ID;
- WITHOUT_USER_INDEX disables the user index display, which might
confuse earlier versions of Internet Explorer.
Prompted by: David Phillips <david@acz.org> |
1.0.2 01 Apr 2002 17:54:59 |
roam |
Update to 1.0.2. |
07 Feb 2002 10:48:59 |
roam |
Forced commit to note that my previous commit actually included quite a lot of
my own changes to clean up this port's CGIBINDIR and WEBDATADIR handling in
pkg-plist (and, consequently, package deinstalls). |
07 Feb 2002 10:45:53 |
roam |
Update qmailadmin to 1.0.1. |
24 May 2001 14:16:22 |
nbm |
Upgrade to 0.45 |
29 Jan 2001 12:13:00 |
nbm |
Update to qmailadmin 0.42. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
03 Jan 2001 14:29:01 |
nbm |
Upgrade to 0.39 |
14 Oct 2000 02:15:55 |
nbm |
Update to 0.38 |
08 Oct 2000 04:16:42 |
asami |
Convert category mail to new layout. |
23 Sep 2000 15:40:35 |
nbm |
Add qmailadmin, a web-based vpopmail mail server administrator, which allows
you to set up POP accounts, forwarders, mailing lists, and such from the web.
|