1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
Commit Graph

15792 Commits

Author SHA1 Message Date
Bryan Drewery
dcd945cc38 Add LICENSE 2013-07-05 12:46:45 +00:00
Baptiste Daroussin
2b5be93642 add explicit dependency on pkgconfig 2013-07-05 06:33:58 +00:00
Florian Smeets
ad0beaf909 Don't manually rm wildcard directories, automatically add all files to the
plist. This should fixes warning on deinstall as the files were deleted in
the pre-deinstall target, and once pkg wanted to remove files specified in
the plist they were already gone.
2013-07-04 21:53:31 +00:00
Matthias Andree
cb902163f1 Update to new upstream release 1.2.4 which basically only contained what
patches we hade in the 1.2.3 port.
2013-07-04 06:37:48 +00:00
William Grzybowski
f62d986e77 mail/gmime26: update to 2.6.16
- Update to 2.6.16 [1]
- Add DOCS option

PR:		ports/180191
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2013-07-02 11:52:15 +00:00
Matthias Andree
0d5d668fd7 Fix read-from-NULL-pointer crashes when command line option arguments
are missing from long options --syslog-tag, --timestamp-date, or
--db-cachesize (the short option equivalents were unaffected); or when
BOGODIR/BOGOFILTER_HOME/HOME environment variables are all three
missing when running bogotune. (This is all under the invoking user's
control and not believed to be security relevant.)

Reported by Alexandre Rebert, found within the Mayhem project he is with.

Obtained from:	http://svn.code.sf.net/p/bogofilter/code/trunk
2013-07-01 06:26:49 +00:00
Ashish SHUKLA
dd41f14e81 - Add opensmtpd-devel package to CONFLICTS_INSTALL
- Update LICENSE information to point to the actual LICENSE file[1]

Submitted by:	Alexander Milanov <a at amilanov.com>[1] (private mail)
2013-06-30 21:42:51 +00:00
Ashish SHUKLA
49ce9770f2 OpenSMTPD is a FREE implementation of the server-side SMTP protocol as
defined by RFC 5321, with some additional standard extensions. It
allows ordinary machines to exchange e-mails with other systems
speaking the SMTP protocol.

This port packages the development snapshots released by OpenSMTPD team.

WWW:	http://www.OpenSMTPD.org/

Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/738
2013-06-30 21:30:52 +00:00
Steve Wills
485ff574db Exception notification for Rails apps
WWW: http://smartinez87.github.com/exception_notification
2013-06-29 02:31:50 +00:00
Baptiste Daroussin
053a8a1640 Convert to USES=imake
Trim headers
Convert to USE_GCC=any where needed
Remove indefinite article
2013-06-28 22:06:54 +00:00
Felippe de Meirelles Motta
a29ffe66df OpenDMARC is an open source implementation of Domain-based Message
Authentication, Reporting & Conformance, or DMARC. It builds on the
successes of technologies such as DomainKeys Identified Mail (DKIM)
and the Sender Policy Framework (SPF) to create an infrastructure
that enforces policy on domain names that are visible to end users,
and creates a feedback framework for identifying and tracking
fraudulent use of domain names in email.

It includes a library for handling DMARC record parsing,
a database schema and tools for aggregating and processing transaction
history to produce DMARC reports, and a filter that ties it all together
with an MTA using the milter protocol.

WWW: http://www.trusteddomain.org/opendmarc.html

PR:		ports/177486
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
2013-06-28 19:55:52 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
2013-06-28 11:51:05 +00:00
Baptiste Daroussin
b4552f4c51 fix typo 2013-06-27 07:12:45 +00:00
Baptiste Daroussin
6b1a4caaa2 CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after .mk inclusion leading to PKGORIGIN not being set when needed.
Nothing requires bsd.squirrelmail to be loaded after bsd.port.pre.mk but the PORTDIR.
Convert "${PORTDIR}/mail" to ${.CURDIR}/.. and remove all the pre.mk/post.mk dancine

Reported by:	erwin
2013-06-27 06:48:43 +00:00
Florian Smeets
d24ed7a7b6 - update firefox to 22.0
- update firefox-esr, thunderbird and libxul to 17.0.7
- update nspr to 4.10
- OSS support was removed upstream, only ALSA and PulseAudio are supported
  from now on.

Security:	b3fcb387-de4b-11e2-b1c6-0025905a4771
In collaboration with:	Jan Beich <jbeich@tormail.org>
2013-06-26 11:01:34 +00:00
Bryan Drewery
b427d84565 - Fix MODIFY_QUOTA after option helper conversion
PR:		ports/179979
Submitted by:	Claudiu Bosioc <claudiu@casi.ro>
2013-06-25 20:59:02 +00:00
Bryan Drewery
6f202a6578 - Fix ROAMING after option helpers conversion
PR:		ports/179978
Reported by:	Claudiu Bosioc <claudiu@casi.ro>
2013-06-25 20:53:53 +00:00
William Grzybowski
44bc15ee49 mail/dovecot2: update to 2.2.4
- Update to 2.2.4 [1]
- Bump plugins PORTREVISION
- Add LICENSE (LGPL21 MIT)

PR:		ports/179953
Submitted by:	Attila Nagy <bra@fsn.hu> [1] (maintainer)
2013-06-25 12:36:58 +00:00
Felippe de Meirelles Motta
2e2880508a Email::Sender replaces the old and sometimes problematic Email::Send library,
while this module replaces the Email::Send::SMTP::TLS.

WWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/

PR:		ports/179891
Submitted by:	Alexandre Biancalana <ale@biancalanas.net>
2013-06-24 18:38:25 +00:00
Dirk Meyer
f116a0cfbc - note order for mc files 2013-06-24 16:03:12 +00:00
Alex Dupre
7fe96c1093 Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
2013-06-24 14:32:11 +00:00
Eygene Ryabinkin
ae35729648 mail/exim: fix handling of WITH_MYSQL_VER
- fix introduction of bogus MYSQL_VER option that appeared after
   blind conversion to OPTIONSng in r320120;

 - drop support for WITH_MYSQL_VER="auto": this is an obsolete setting
   that currently has the same effect as not defining WITH_MYSQL_VER
   at all;

 - don't set WANT_MYSQL_VER based on WITH_MYSQL_VER: setting the
   latter is enough, since we don't insist on any particular MySQL
   version.

PR:		ports/179719
QA page:	http://codelabs.ru/fbsd/ports/qa/mail/exim/4.80.1_2-p1
2013-06-22 20:00:56 +00:00
Vsevolod Stakhov
821baa0f1f - Update to 1.5.42. 2013-06-21 14:03:48 +00:00
TAKATSU Tomonari
4e0a7cb809 - Update to 0.6.60
PR:		ports/179740
Submitted by:	tota (myself)
Approved by:	maintainer
2013-06-21 12:00:57 +00:00
Antoine Brodin
fd9cf40a84 Make CONFIGURE_ARGS shorter and look better
Submitted by:	danfe
2013-06-21 06:19:34 +00:00
William Grzybowski
09c05a067d mail/mail2sms: fix fetch
- Fix fetch [1]
- Point WWW to new home in pkg-descr [1]
- Rework DOCS option
- Pass maintainership to submitter

PR:		ports/179770 [1]
Submitted by:	Jason Harris <jharris@widomaker.com>
2013-06-20 22:57:15 +00:00
Antoine Brodin
1334b5f61d - Trim Makefile header
- Trim version in LIB_DEPENDS
- No need to set --prefix with GNU_CONFIGURE
- Add 2 missings directories to pkg-plist
2013-06-20 21:22:57 +00:00
Pawel Pekala
2ab5265380 Add dependency on audio/libcanberra used for sound notifications 2013-06-19 21:40:24 +00:00
Mark Linimon
c173c83f09 Reset g.gonter@ieee.org: mbox full.
While here, modernize headers.
2013-06-19 20:12:38 +00:00
Antoine Brodin
69dab82d18 Add a directory created by the port to the plist 2013-06-19 16:39:43 +00:00
Andrej Zverev
44f8aada94 - Update to version 4040
Changes: http://search.cpan.org/dist/Mail-OpenDKIM/ChangeLog

PR:		ports/179690
Submitted by: 	Vick Khera <vivek@khera.org> (maintainer)
2013-06-19 05:58:50 +00:00
Bryan Drewery
3751c1c1ba - Fix options conversion for bmake
Submitted by:	Joseph Schaefer <joesuf4@gmail.com>
2013-06-18 23:03:14 +00:00
Martin Matuska
62bf81a01e Horde package update:
Horde_ActiveSync 2.4.0 -> 2.5.0
Horde_Core 2.5.0 -> 2.6.0
Horde_History 2.0.2 -> 2.1.0
Horde_Icalendar 2.0.5 -> 2.0.6
Horde_Imap_Client 2.11.5 -> 2.11.6
Horde_Injector 2.0.1 -> 2.0.2
Horde_Mime 2.2.1 -> 2.2.2
horde-base 5.1.0 -> 5.1.1
horde-imp 6.1.1 -> 6.1.2
horde-kronolith 4.1.0 -> 4.1.1
2013-06-18 17:55:12 +00:00
Andrej Zverev
b93bdbe2d6 - Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.

Approved by:	portmgr@ (bapt@)
2013-06-18 13:49:02 +00:00
Alex Dupre
ab316aa594 Update to 0.9.2 release. 2013-06-18 12:41:02 +00:00
Antoine Brodin
ec8baec6a9 Add a directory created by the port to pkg-plist 2013-06-17 19:50:25 +00:00
Baptiste Daroussin
e7d86ef639 Add an options to configure SSL (on), this was missed during the conversion to new options framework.
Bump port revision.

Reported by:	M. Schulte <m@fuglos.org>
2013-06-17 12:03:14 +00:00
Stefan Walter
59c12441d5 Update to 2.5.5. 2013-06-16 19:38:38 +00:00
Stefan Walter
3de8ec0524 - Let mail/p5-Mail-SPF always install spfquery as spfquery.pl unconditionally to
avoid conflict with mail/libspf2.
- Unregister conflict between mail/p5-Mail-SPF and mail/libspf2.

PR:		157107
2013-06-16 18:16:16 +00:00
Dirk Meyer
3272e882b8 - add prototypes and fix a ton of warnings 2013-06-16 15:50:51 +00:00
Dirk Meyer
c6900c7694 - rename patches 2013-06-16 15:26:17 +00:00
Bryan Drewery
a0f82dcc83 - 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/
2013-06-15 23:19:53 +00:00
Bryan Drewery
3b27bd8b4d - Use new options helpers
- Remove bsd.port.pre.mk usage
2013-06-15 14:23:06 +00:00
Bryan Drewery
62a24c0086 Use new options helpers 2013-06-15 13:48:32 +00:00
Bryan Drewery
db2fbeba1f Use new options helpers 2013-06-15 13:11:11 +00:00
Bryan Drewery
c5e9b9ff2b - Use new options helpers
- Add missing DEBUG_EXCESSIVE_DESC
2013-06-14 21:40:02 +00:00
Bryan Drewery
aff2c3704c - Fix qmail-mysql build with clang and recent mysql-client
Reported by:	miwi via pointyhat
2013-06-14 21:13:41 +00:00
Bryan Drewery
bb5dc21d37 Convert to new options helpers 2013-06-14 14:40:53 +00:00
Johan van Selst
88ee563bac Update chk4mail to 2.27 (bugfix release) 2013-06-13 19:56:33 +00:00
Sunpoet Po-Chuan Hsieh
d39f5cd06e - Update to 1.2.10
- Add LICENSE

Changes:	https://github.com/shevek/libspf2/commits/master
2013-06-13 18:54:38 +00:00