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/milter-greylist-devel/Makefile
SVNWeb

Number of commits found: 43

Tue, 22 Aug 2017
[ 02:50 swills search for other commits by this committer ] Original commit   Revision:448509
mail/milter-greylist-devel: set deprecated and expiration

It is now the same as milter-greylist

PR:		220256
Approved by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Tue, 27 Dec 2016
[ 15:08 amdmi3 search for other commits by this committer ] Original commit   Revision:429623
- Update to 4.6.2

PR:		215213
Submitted by:	freebsd-ports@dan.me.uk (maintainer)
Fri, 3 Jun 2016
[ 15:33 robak search for other commits by this committer ] Original commit   Revision:416320
mail/milter-greylist-devel: update 4.6a1 -> 4.6

- Fix runtime dependencies

PR:		209979
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
MFH:		2016Q2
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
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
Mon, 15 Feb 2016
[ 15:18 rakuco search for other commits by this committer ] Original commit   Revision:408935
Fix path to the milter-greylist binary in the startup script.

PR:		207185
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
MFH:		2016Q1
Sat, 13 Feb 2016
[ 09:03 dinoex search for other commits by this committer ] Original commit   Revision:408774 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by:	matthew (Matthew Seaman)
Wed, 27 Jan 2016
[ 20:28 amdmi3 search for other commits by this committer ] Original commit   Revision:407384
- Update to 4.6a1

PR:		206575
Submitted by:	freebsd-ports@dan.me.uk (maintainer)
Mon, 4 May 2015
[ 12:58 robak search for other commits by this committer ] Original commit   Revision:385401
mail/milter-greylist-devel: update 4.5.11 -> 4.5.12

PR:		199909
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Wed, 25 Mar 2015
[ 11:41 marino search for other commits by this committer ] Original commit   Revision:382203 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
mail category: Remove $PTHREAD_LIBS

Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests.   The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week.  It's a forward
action to submit a PR against mail/sendmail.

  * antivirus-milter (CP)
  * dk-milter        (CP)
  * milter-regex     (CP)
  * sendmail         (CP, QA)

approved by:	PTHREAD blanket
Fri, 31 Oct 2014
[ 23:09 bapt search for other commits by this committer ] Original commit   Revision:371954
Simplify makefile
Sun, 17 Aug 2014
[ 15:59 tijl search for other commits by this committer ] Original commit   Revision:365196 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
mail/libspf2:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

(Also some white space fixes in dependent ports)

Approved by:	portmgr (implicit, bump unstaged port)
[ 11:08 marino search for other commits by this committer ] Original commit   Revision:365171
Stage mail/milter-greylist-devel and upgrade version 4.5.7 => 4.5.11

Also assign maintainership to submitter

PR:		192714
Submitted by:	Daniel Austin
Add'l work by:	marino
Mon, 11 Aug 2014
[ 17:05 adamw search for other commits by this committer ] Original commit   Revision:364628 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
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)
Fri, 4 Jul 2014
[ 09:12 bapt search for other commits by this committer ] Original commit   Revision:360579 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
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)
Tue, 17 Dec 2013
[ 16:25 swills search for other commits by this committer ] Original commit   Revision:336739
- Update to 4.5.7

PR:		ports/184427
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com>
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)
Tue, 4 Jun 2013
[ 15:47 bapt search for other commits by this committer ] Original commit   Revision:319871
Convert to new options framework
Wed, 28 Sep 2011
[ 20:46 pawel search for other commits by this committer ] Original commit 
- Update to version 4.3.9
- Add LICENSE

PR:             ports/160852
Submitted by:   Mikhail T. <m.tsatsenko@gmail.com> (maintainer)
Approved by:    miwi, wen (mentors implicit)
Wed, 7 Sep 2011
[ 19:34 crees search for other commits by this committer ] Original commit 
Pass maintainership to Mikhail Tsatsenko.

Thank you for volunteering.
[ 03:12 pgollucci search for other commits by this committer ] Original commit 
- I do not wish to maintain this port
Tue, 30 Aug 2011
[ 19:48 ache search for other commits by this committer ] Original commit 
According to agreement with current maintainer m.tsatsenko@gmail.com
return this port back to pgollucci@FreeBSD.org who commits my e-mail
address to MAINTAINER field at v1.17 apparently by mistake syncing
this port with milter-greylist.

Approved by:    Mikhail Tsatsenko <m.tsatsenko@gmail.com>
[ 15:47 mandree search for other commits by this committer ] Original commit 
Make  Mikhail Tsatsenko, m.tsatsenko at gmail.com, the new maintainer.
[ 07:53 ache search for other commits by this committer ] Original commit 
Remove myself from MAINTAINER
Tue, 27 Apr 2010
[ 00:57 pgollucci search for other commits by this committer ] Original commit 
- Sync with mail/milter-greylist
- Update to 4.3.5 latest development version
Thu, 10 Dec 2009
[ 11:09 pgollucci search for other commits by this committer ] Original commit 
- Update to 4.3.4
- Pet Portlint
Thu, 17 Sep 2009
[ 11:47 pav search for other commits by this committer ] Original commit 
- Update to 4.3.3

PR:             ports/138190
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:    maintainer timeout (pgollucci; 22 days)
Feature safe:   yes
Mon, 25 May 2009
[ 21:16 pav search for other commits by this committer ] Original commit 
- Flip MAKE_JOBS_SAFE -> MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Sat, 16 May 2009
[ 06:27 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
Wed, 22 Apr 2009
[ 04:15 pgollucci search for other commits by this committer ] Original commit 
- Update to 4.3.2
Fri, 10 Apr 2009
[ 06:20 pgollucci search for other commits by this committer ] Original commit 
- Update to 4.2.2
Wed, 4 Feb 2009
[ 10:32 pgollucci search for other commits by this committer ] Original commit 
- Update to 4.1.10
- Remove 0 byte file
Tue, 3 Feb 2009
[ 11:30 pgollucci search for other commits by this committer ] Original commit 
use my FreeBSD.org e-mail address
Thu, 25 Dec 2008
[ 16:08 pgollucci search for other commits by this committer ] Original commit 
Add fortten files in the previous commit

PR:             ports/125657
Reported by:    miwi
Pointyhat to:   pgollucci
Approved by:    araujo (mentor, implicit)
[ 15:27 pgollucci search for other commits by this committer ] Original commit 
- Take maintainership
- rename [files/milter-greylist.sh -> files/milter-greylist.in, pkg-message ->
files/pkg-message.in]
- Bump PORTREVISION
- drop 5.x support
- use SUB_FILES for pkg-message processing
- make use of @dirrmtry in pkg-plist

PR:             ports/125657
Approved by:    araujo (mentor, implicit)
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)
Sat, 9 Dec 2006
[ 20:51 ache search for other commits by this committer ] Original commit 
Reset MAINTAINER - address is dead
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Wed, 9 Feb 2005
[ 12:30 pav search for other commits by this committer ] Original commit 
- Update to 2.0b1

PR:             ports/77274
Submitted by:   Cyril Guibourg <aragorn+ports@teaser.fr> (maintainer)
Thu, 3 Feb 2005
[ 18:42 ume search for other commits by this committer ] Original commit 
New port milter-greylist-devel for development version of milter-greylist.

PR:             ports/76954
Submitted by:   Cyril Guibourg <aragorn+ports@teaser.fr>

Number of commits found: 43