1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
William Grzybowski
b612d70edc mail/dbmail: update to 3.1.17
PR:		192189
Submitted by:	maintainer
2014-07-28 17:46:24 +00:00
Tijl Coosemans
37f54e0f66 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

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Baptiste Daroussin
b564653452 Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
2014-07-24 13:32:58 +00:00
Danilo Egea Gondolfo
17b59d0e8e - Add mail/libsieve as a default option
PR:		ports/191966
Submitted by:	Alan Hicks <ahicks@p-o.co.uk>
2014-07-19 23:13:44 +00:00
Martin Wilke
bf5c93fdd4 - Update to 3.1.15
PR:		190515
Submitted by:	maintainer
2014-06-05 03:30:55 +00:00
Tijl Coosemans
9d1e2ce038 mail/gmime26 mail/gmime26-sharp:
- Remove leading hyphen from PKGNAMESUFFIX.
- USES=libtool tar:xz.
- Remove LATEST_LINK.
- Remove $FreeBSD$ from patch.

mail/dbmail:
- USES=libtool.
- INSTALL_TARGET=install-strip.
- Remove -fPIC.
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS.
2014-05-18 18:34:03 +00:00
Pawel Pekala
59739f5cbf - Update to version 3.1.13 [1]
- Convert SIEVE option description to current standards

Bugfixes:
- when an IMAP client asked for a part of a message that started after
the total length of the message, imapd crashed.
- on some platforms, pop3d would sometimes continue to try writing to
a partially disconnected client, throwing pop3d in a spin-lock.
- on pop3d, timsieved and lmtpd disconnecting clients would cause
memory leakage

New features:
- dbmail.conf now adds a new options 'header_cache_readonly = yes|no',
Setting it to 'yes' will prevent addition of new rows to the
dbmail_headername table. You can now start pruning that table, without
having to worry about new messages re-adding those rows.
- the usermap feature now also supports default routes on allowed and
denied sockets. So you can simply disallow certain users from
connecting on any address using 'inet:0.0.0.0/0:143' as a socket
specification.

PR:		ports/187849 [1]
Submitted by:	maintainer
2014-03-23 14:42:53 +00:00
Emanuel Haupt
ec61f7dd1b Update to 3.1.12
PR:		187314
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2014-03-06 15:55:26 +00:00
Philippe Audeoud
ccab5b6d1d - Update to 3.1.11
PR:		ports/187156
Submitted by:	maintainer
2014-03-04 09:19:33 +00:00
Pawel Pekala
1724495404 Fix crashes in dbmail-pop3d as per
http://www.dbmail.org/mantis/view.php?id=1043

PR:		ports/186869
Submitted by:	maintainer
2014-02-25 18:39:00 +00:00
Mathieu Arnold
c924394e7b Consolidate the docbook ports into -sgml and -xml variants.
Submitted by:	hrs (based on)
Sponsored by:	Absolight
2014-02-19 14:45:19 +00:00
Mathieu Arnold
7f67d157d9 Chase docbook cleanup dependencies.
Sponsored by:	Absolight
2014-02-18 14:50:34 +00:00
Danilo Egea Gondolfo
87eae3daa3 - Update from 3.1.9 to 3.1.10
while here
- Convert all "if's" in options helpers

PR:		ports/186047
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2014-01-23 22:52:32 +00:00
Jason Helfman
fbdfa326bc - reintroduce DOCS option to user removed in r338576
Spotted by:	portmgr
Approved by:	maintainer, ahicks@p-o.co.uk (implicit)
2014-01-03 19:55:37 +00:00
Jason Helfman
a1d95a5342 - update to 3.1.9 which fixes many minor bugs
- add download mirror
- remove redundant option of DOCS

PR:		185451
Submitted by:	maintainer, ahicks@p-o.co.uk
2014-01-03 19:36:06 +00:00
Sunpoet Po-Chuan Hsieh
106493c8fe - Pet portlint
PR:		ports/183964
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2013-11-15 10:44:19 +00:00
Baptiste Daroussin
c11f1a0a1c Fix pkg name collisions
With hat:	portmgr
2013-11-06 17:52:42 +00:00
William Grzybowski
f749901ca3 mail/dbmail: fix DOCS option
- Fix DOCS option [1] (based on)

PR:		ports/182566 [1]
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer) [1]
2013-10-03 23:24:14 +00:00
William Grzybowski
dd88614723 mail/dbmail: update to 3.1.7
- Update to 3.1.7 [1]
- Define DOCS option
- Allow staging

PR:		ports/182406 [1]
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer) [1]
2013-09-26 15:59:24 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Sunpoet Po-Chuan Hsieh
c21b956ae8 - Update to 3.1.6
Changes:	https://github.com/pjstevns/dbmail/commits/master
PR:		ports/182080
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2013-09-14 06:51:08 +00:00
Baptiste Daroussin
b7cdacd173 Add an explicit dependency on pkgconf 2013-09-02 20:02:01 +00:00
Guido Falsi
0ff64121d7 - Update to 3.1.3
- Remove uneeded DEBUG flags
- Convert to new LIB_DEPENDS format
- Convert to USES=gmake

Check share/doc/dbmail/UPGRADING for updating details.

PR:		ports/180963
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2013-08-23 22:10:03 +00:00
William Grzybowski
b8249de235 mail/dbmail: update to 3.1.1
- Update to 3.1.1 [1]
- Remove leading article from COMMENT

Check share/doc/dbmail/UPGRADING for upgrading details.

Changes: http://git.dbmail.eu/paul/dbmail/log/

PR:		ports/180768
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer)
2013-07-25 19:58:17 +00:00
Carlo Strub
749120cd2b Update to 2.11.3 2013-07-19 20:57:59 +00:00
Andrej Zverev
f48ee73c26 - Fix issue with building dmail, when perl build
without /usr/bin/perl symlink.

PR:		ports/177467
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer and patch)
2013-05-25 18:57:44 +00:00
Carlo Strub
f7cd7810ba - Update to 2.11.1
- Bump PORTREVISION

PR:		ports/175821
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by:	maintainer
2013-03-26 21:22:45 +00:00
Ruslan Makhmatkhanov
8ce98bea6d - remove quotes from option description
while here:
- trim Makefile header
- convert DOCS case to optionsng
- remove conflicts with dbmail 2.0, that is not in the tree
- tab -> space change in pkg-descr:WWW

PR:		172611
Submitted by:	Alan Hicks <ahicks at p-o.co dot uk> (maintainer)
Feature safe:	yes
2012-10-17 17:54:34 +00:00
Carlo Strub
f20bd968e3 - Update to 2.10.5
- Bump PORTREVISION
2012-07-17 20:00:35 +00:00
Beech Rintoul
1763ba3c30 - Fix error connecting from ipv6 address.
- Also fix typo in timsieved rc script and updated from
  bsd.ports.[pre|post].mk to bsd.ports.mk
- Bump PORTEVISION

PR:		ports/169268
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2012-06-24 19:19:06 +00:00
Carlo Strub
02aea2d1fa Bump portrevision due to databases/libzdb update 2012-06-05 21:35:54 +00:00
Martin Wilke
1a1b5bf057 - Update to fix LDAP linking to libldap.so instead of libldap_r.so, upstream
mainly have linux where the libraries are symlinked so less interest in
  fixing.
- fix bug where the mhash version is shown instead of the dbmail one.
- Bump PORTREVISION

PR:		168501
Submitted by:	Maintainer
2012-06-04 03:01:54 +00:00
Ruslan Makhmatkhanov
07fa6951d8 - add in pkg-message that I forget to cvs add
PR:		166245
Submitted by:	Alan Hicks <ahicks at p-o.co dot uk> (maintainer)
Feature safe:	yes
2012-03-19 15:06:22 +00:00
Ruslan Makhmatkhanov
336a64246a - update to 3.0.2
- pass maintainership to submitter
- add LICENSE
- drop optional dependencies on database backends - since 3.0 it's
  handled with libzdb
- rename rc-scripts to .sh-less ones
- add UPDATING entry for users, that want to stay with dbmail 2.2.x

Please note, that committed patch is reworked version of originally
submitted (missing deps added, rc-scripts renamed, NOPORTDOCS issue
handled more completely, some plist fixes applied). Sorry for delay.

PR:		164631
Submitted by:	Alan Hicks <ahicks at p-o.co dot uk>
Feature safe:	yes
2012-03-18 19:17:12 +00:00
Eitan Adler
2b463283e7 Remove quotes from BROKEN and IGNORE as they are not required
Reset maintainer due to mail bounce
2012-02-20 16:21:31 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Wesley Shields
948788b364 Update to 2.2.17
PR:		ports/155501
Submitted by:	Piotr Rybicki <piotr.rybicki@innervision.pl>
Approved by:	maintainer timeout
2011-04-06 00:42:30 +00:00
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Sahil Tandon
4f48494b59 - Update to 2.2.16
PR:		ports/148371
Submitted by:	myself (sahil@)
Approved by:	maintainer (timeout; 33 days)
2010-08-07 18:45:24 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Philip M. Gollucci
b96e653af8 - use $SUB_FILES to dynamically adjust pkg-message
PR:             ports/142731
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    maintainer timeout (mark_sf@kikg.ifmo.ru; > 2 weeks)
2010-01-31 03:44:04 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Dennis Herrmann
6a0300b4ed - Update to 2.2.11
PR:		ports/136039
Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz>
Approved by:	maintainer
2009-06-25 18:55:06 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Pav Lucistnik
0261afd250 - Update to 2.2.10
PR:		ports/122575
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
2008-04-11 15:28:01 +00:00
Martin Wilke
e0a81edcce - Update to 2.2.8
PR:		118825
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
2007-12-18 23:18:56 +00:00
Martin Wilke
29959aef10 - Update to 2.2.7
PR:		117840
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
2007-12-12 15:49:33 +00:00