notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/qmailadmin/Makefile
SVNWeb

Number of commits found: 69

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 11 Oct 2018
[ 09:27 tobik search for other commits by this committer ] Original commit   Revision:481799
mail/qmailadmin: Chase cracklib dictionary rename from r408137

PR:		213157
Submitted by:	Florian Riehm <mail@friehm.de>
Approved by:	2 year bug anniversary
Tue, 31 Oct 2017
[ 14:51 olgeni search for other commits by this committer ] Original commit   Revision:453238 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Fri, 13 Nov 2015
[ 10:35 amdmi3 search for other commits by this committer ] Original commit   Revision:401495
- Fix license
- Switch to USES=autoreconf
Tue, 6 Oct 2015
[ 18:26 amdmi3 search for other commits by this committer ] Original commit   Revision:398711
- Fix install from non-root
- Strip binary
- Drop @dirrm* from plist
Thu, 28 May 2015
[ 15:57 bdrewery search for other commits by this committer ] Original commit   Revision:387740 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 23 May 2014
[ 21:48 bdrewery search for other commits by this committer ] Original commit   Revision:354964
- Add CRACKLIB support

Submitted by:	Matt Simerson <matt@simerson.net>
Obtained from:	http://sourceforge.net/p/qmailadmin/patches/28/
Tue, 11 Mar 2014
[ 17:04 bdrewery search for other commits by this committer ] Original commit   Revision:347891
Allow overriding webdir prefix via WEBPREFIX
Sun, 9 Feb 2014
[ 03:29 bdrewery search for other commits by this committer ] Original commit   Revision:343425
- Support STAGEDIR
Sat, 19 Oct 2013
[ 21:36 bdrewery search for other commits by this committer ] Original commit   Revision:330939
- 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)
Fri, 20 Sep 2013
[ 15:58 bdrewery search for other commits by this committer ] Original commit   Revision:327710 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
- Add NO_STAGE until validated to be safe for upcoming staging support
Tue, 23 Jul 2013
[ 10:46 bdrewery search for other commits by this committer ] Original commit   Revision:323526
- 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
Fri, 5 Jul 2013
[ 14:32 bdrewery search for other commits by this committer ] Original commit   Revision:322331
Convert from USE_GMAKE to USES=gmake
Tue, 25 Jun 2013
[ 20:59 bdrewery search for other commits by this committer ] Original commit   Revision:321767
- Fix MODIFY_QUOTA after option helper conversion

PR:		ports/179979
Submitted by:	Claudiu Bosioc <claudiu@casi.ro>
Sat, 15 Jun 2013
[ 23:19 bdrewery search for other commits by this committer ] Original commit   Revision:321021
- 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/
[ 13:48 bdrewery search for other commits by this committer ] Original commit   Revision:320998
Use new options helpers
Tue, 11 Jun 2013
[ 14:39 bdrewery search for other commits by this committer ] Original commit   Revision:320566
Fix PORTSCOUT entry. Upstream has died and 1.2.16
does not build and is not released.
Wed, 24 Apr 2013
[ 13:07 bdrewery search for other commits by this committer ] Original commit   Revision:316429
- 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]
Fri, 15 Mar 2013
[ 22:03 bdrewery search for other commits by this committer ] Original commit   Revision:314324 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- 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
Wed, 6 Feb 2013
[ 17:57 bdrewery search for other commits by this committer ] Original commit   Revision:311785
- 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]
Wed, 12 Dec 2012
[ 02:35 bdrewery search for other commits by this committer ] Original commit   Revision:308737
Trim header
Thu, 2 Aug 2012
[ 21:42 bdrewery search for other commits by this committer ] Original commit 
- Update to my new maintainer address

Approved by:	eadler (mentor)
Sat, 28 Jul 2012
[ 10:41 scheidell search for other commits by this committer ] Original commit 
- 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]
Thu, 28 Jun 2012
[ 04:38 eadler search for other commits by this committer ] Original commit 
- 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>
Mon, 27 Feb 2012
[ 20:32 glarkin search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Reassign to the heap

Requested by:   roam (on ports-developers@)
Thu, 20 Jan 2011
[ 16:19 roam search for other commits by this committer ] Original commit 
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
Fri, 26 Mar 2010
[ 09:04 roam search for other commits by this committer ] Original commit 
Update to qmailadmin-1.2.14.
Wed, 16 Dec 2009
[ 08:57 roam search for other commits by this committer ] Original commit 
Restore PORTEPOCH accidentally removed in rev. 1.36 - it seems
I thought it was PORTREVISION.  Oops.

Reported by:    garga
Thu, 10 Sep 2009
[ 13:47 roam search for other commits by this committer ] Original commit 
Update to qmailadmin-1.2.13 with my lang/bg patch already committed upstream.
Sat, 22 Aug 2009
[ 00:28 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 287 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with M
Mon, 22 Jun 2009
[ 23:06 pgollucci search for other commits by this committer ] Original commit 
- revert the previous commit, it was supposed to be to mail/qmailadmin-devel

Pointyhat:  pgollucci
Prompted by:    ale, pav
Sun, 21 Jun 2009
[ 20:52 pgollucci search for other commits by this committer ] Original commit 
- Ressurrect qmailadmin-devel and update to 1.2.13

PR:             ports/135086
Submitted by:   ismail yenigul <ismail.yenigul@endersys.com.tr>
Wed, 18 Mar 2009
[ 16:01 roam search for other commits by this committer ] Original commit 
Update to qmailadmin-1.2.12.
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 6 Apr 2006
[ 14:47 roam search for other commits by this committer ] Original commit 
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.
Sat, 21 Jan 2006
[ 17:37 krion search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
- 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 View all of this commit message)
Thu, 15 Dec 2005
[ 09:31 roam search for other commits by this committer ] Original commit 
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>
Tue, 14 Jun 2005
[ 12:48 novel search for other commits by this committer ] Original commit 
Update to 1.2.7.

PR:             81707
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Approved by:    maintainer timeout (2 weeks)
Mon, 30 May 2005
[ 11:26 pav search for other commits by this committer ] Original commit 
- Update to 1.2.3
- Portlint

PR:             ports/81033
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Approved by:    maintainer timeout (15 days)
Tue, 29 Jun 2004
[ 01:02 roam search for other commits by this committer ] Original commit 
Add the WITH_SPAM_DETECTION and SPAM_COMMAND knobs.

Submitted by:   Rey Marin Jr. <rey.marin@gmail.com>
Thu, 29 Apr 2004
[ 11:57 roam search for other commits by this committer ] Original commit 
Use --enable-qmaildir to let configure DTRT when $QMAIL_DIR != /var/qmail.

PR:             66053
Submitted by:   "Brent B. Powers" <powers-jaguar@b2pi.com>
Fri, 9 Apr 2004
[ 11:08 roam search for other commits by this committer ] Original commit 
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
[ 10:26 roam search for other commits by this committer ] Original commit 
Update to qmailadmin-1.2.1.
Thu, 26 Feb 2004
[ 14:34 ale search for other commits by this committer ] Original commit 
Add CONFLICTS.
Thu, 5 Feb 2004
[ 22:11 ale search for other commits by this committer ] Original commit 
Update to 1.2.0 stable release.

Approved by:    roam, nork (mentor/implicitly)
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Fri, 28 Nov 2003
[ 06:16 roam search for other commits by this committer ] Original commit 
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)
Mon, 1 Sep 2003
[ 10:41 roam search for other commits by this committer ] Original commit 
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>
Mon, 21 Jul 2003
[ 11:39 roam search for other commits by this committer ] Original commit 
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>
Thu, 17 Jul 2003
[ 13:13 roam search for other commits by this committer ] Original commit 
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>
Wed, 5 Mar 2003
[ 12:34 roam search for other commits by this committer ] Original commit 
Update to 1.0.12.
Wed, 19 Feb 2003
[ 16:07 roam search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Remove pkg-comment files in my ports.
Fri, 13 Sep 2002
[ 13:53 roam search for other commits by this committer ] Original commit 
Remove the FORBIDDEN tag; the exploitable bug was fixed prior to
the release of qmailadmin-1.0.6.
Wed, 11 Sep 2002
[ 18:59 nectar search for other commits by this committer ] Original commit 
Setuid binary is exploitable.
http://security-archive.merton.ox.ac.uk/bugtraq-200208/0117.html
Thu, 5 Sep 2002
[ 15:09 roam search for other commits by this committer ] Original commit 
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>
Mon, 1 Apr 2002
[ 17:54 roam search for other commits by this committer ] Original commit 
Update to 1.0.2.
Thu, 7 Feb 2002
[ 10:48 roam search for other commits by this committer ] Original commit 
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).    
[ 10:45 roam search for other commits by this committer ] Original commit 
Update qmailadmin to 1.0.1.    
Thu, 24 May 2001
[ 14:16 nbm search for other commits by this committer ] Original commit 
Upgrade to 0.45    
Mon, 29 Jan 2001
[ 12:13 nbm search for other commits by this committer ] Original commit 
Update to qmailadmin 0.42.    
Tue, 16 Jan 2001
[ 17:33 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 365 ports in this commit are shown above. View all ports for this commit)
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
Wed, 3 Jan 2001
[ 14:29 nbm search for other commits by this committer ] Original commit 
Upgrade to 0.39    
Sat, 14 Oct 2000
[ 02:15 nbm search for other commits by this committer ] Original commit 
Update to 0.38    
Sat, 23 Sep 2000
[ 15:40 nbm search for other commits by this committer ] Original commit 
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. 
  

Number of commits found: 69