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/qmail-activedir/Makefile
SVNWeb

Number of commits found: 22

Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
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)
Mon, 2 Aug 2021
[ 04:41 Xin LI (delphij) search for other commits by this committer ]    commit hash:3ba73dad6f600e4da54237e381201faec678984c  commit hash:3ba73dad6f600e4da54237e381201faec678984c  commit hash:3ba73dad6f600e4da54237e381201faec678984c  3ba73da  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
net/openldap24-client: bump all dependent port

In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
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, 3 Sep 2015
[ 16:37 amdmi3 search for other commits by this committer ] Original commit   Revision:396018 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands

Approved by:	portmgr blanket
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 1 Jun 2014
[ 16:03 grembo search for other commits by this committer ] Original commit   Revision:356146
Stagify. Uncommon order of pkg-plist entries is due to
problems with old pkg_tools (PORTDOCS won't to the right
thing, resetting will use wrong user if built using
non-root user, explicitly stating root:wheel seems in-
correct too, therefore I moved them to the top)

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
Fri, 21 Feb 2014
[ 13:37 ehaupt search for other commits by this committer ] Original commit   Revision:345418 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category mail
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Sun, 18 Aug 2013
[ 13:18 bdrewery search for other commits by this committer ] Original commit   Revision:324907
- Reset jmelo's ports
- Remove bsd.port.pre.mk
- WWW: Convert tab to space
- Remove Author line from pkg-descr

With hat:	portmgr
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
Fri, 25 Feb 2011
[ 01:32 delphij search for other commits by this committer ] Original commit  (Only the first 10 of 296 ports in this commit are shown above. View all ports for this commit)
Chase after net/openldap24-server update.

Reminded by:    miwi
Mon, 23 Aug 2010
[ 16:06 jmelo search for other commits by this committer ] Original commit 
- Update to 0.17.
- Take maintainership back.
Sat, 19 Jun 2010
[ 04:23 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Reset jmelo@FreeBSD.org due to many months of inactivity and no response
to PRs.

Hat:            portmgr
Feature safe:   yes
Mon, 5 Jan 2009
[ 19:04 delphij search for other commits by this committer ] Original commit  (Only the first 10 of 249 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
Fri, 26 Jan 2007
[ 15:30 jmelo search for other commits by this committer ] Original commit 
- Update to 0.16.
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Wed, 5 Apr 2006
[ 21:04 jmelo search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Change my ports MAINTAINER to jmelo@FreeBSD.org.

Approved by:    mnag (mentor)
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)
Wed, 9 Nov 2005
[ 14:44 garga search for other commits by this committer ] Original commit 
A few programs to allow qmail to authenticate users through a Microsoft
Active Directory.

Author: Leslie VanExel <prok@fo2k.com>
WWW:    http://fo2k.com/qmail-activedir/

PR:             ports/88684
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>

Number of commits found: 22