Commit graph

17695 commits

Author SHA1 Message Date
Martin Matuska
b2c080c365 Horde package update:
comms/pear-Horde_ActiveSync 2.20.0 -> 2.20.1
www/pear-Horde_Browser 2.0.7 -> 2.0.8
security/pear-Horde_Crypt 2.5.0 -> 2.5.1
databases/pear-Horde_Db 2.2.0 -> 2.2.2
devel/pear-Horde_History 2.3.2 -> 2.3.3
mail/pear-Horde_Mime_Viewer 2.0.7 -> 2.0.8
deskutils/horde-nag 4.2.2 -> 4.2.3
2014-11-21 20:20:00 +00:00
Adam Weinberger
cff1d68402 Allow the port to build on arm.
I don't think this requires a PORTREVISION bump, but someone will
correct me if I'm wrong.

PR:		195168
Submitted by:	Ronald Klop
2014-11-20 03:33:27 +00:00
Pawel Pekala
f91433d07a Add information about many dependencies needed to build user manual 2014-11-19 20:41:10 +00:00
Koop Mast
dd8ebdacfa Fix CATEGORIES.
Submitted by:	freshports sanity checker
2014-11-19 12:05:49 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Antoine Brodin
36fdef2ce8 - Hard links are handled fine by pkg
- Hook to the build
2014-11-19 07:31:56 +00:00
Mikhail Teterin
105fe9e3f0 Resurrect this port from oblivion by:
* Fixing it up to support staging
	* Defining LICENSE-knobs
	* Patching to avoid errors from the picky clang
	  (many other warnings remain)

Take maintainership, bump PORTREVISION.

Sponsored by:	United Marsupials
2014-11-18 23:22:52 +00:00
Hajimu UMEMOTO
01221e48fe Fix .packlist
PR:		195115
2014-11-18 14:31:24 +00:00
Mathieu Arnold
93eed364ba Take miwi's old perl ports into perl@'s fold.
Sponsored by:	Absolight
2014-11-18 10:38:26 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Vsevolod Stakhov
0942783b02 - Update to 0.7.5. 2014-11-17 13:26:57 +00:00
Bartek Rutkowski
f63f83f458 mail/phplist: update 3.0.7 -> 3.0.10
PR:		194471
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com>
Approved by:	mentors (implicit)
2014-11-15 15:08:48 +00:00
John Marino
b6cf1d0617 mail/policyd2: fix $command_interpreter warning
While here, clean up a bit.  Use @sample keyword, wrap compound commands
with parentheses, customize WWWDIR, specify PORTDOCS explicitly, and
use MKDIR instead of INSTALL -d.

PR:		194678
Submitted by:	reiner (skoef.nl)
2014-11-13 21:59:48 +00:00
Kurt Jaeger
e3b1a128a8 mail/dovecot2-pigeonhole: 0.4.3 -> 0.4.6
- submitter takes maintainership

Changes:

0.4.4:
- Added support for Japanese mail addresses with dots at non-standard
  places in localpart.
- Changed handling of ENOSPACE into a normal temporary failure and added
  handling of ENOQUOTA as a user error.
- Restructured result execution, so that all actions which involve mail
  storage are always committed before all others.
- Implemented support for generic Sieve storages. Using alternative
  storages now also possible for sieve_before/sieve_after.
- Implemented storage driver for retrieving Sieve scripts from LDAP.
  This currently cannot be used with ManageSieve.
- Implemented sieve_redirect_envelope_from setting, which allows
  configuring the envelope sender of redirected messages.
- Fixed handling of mail storage errors occurring while evaluating the
  input message.
- managesieve-login:
   - Removed bogus ALERT response code returned for AUTHENTICATE
     command.
   - Fixed handling of invalid initial response argument to AUTHENTICATE
     command.
- Fixed handling of stream errors in lexical scanner.
- Fixed handling of SMTP errors. Permanent and temporary errors were
  mixed up.
- Fixed several problems reported by CLang 3.4.
- duplicate extension: Fixed erroneous compile error about conflicting
  tags when `:handle' argument was used last.
- relational extension: Fixed error handling of `:value' match.
- editheader extension: Fixed header unfolding and header iteration.
- mailbox extension: Fixed the `:create' tag, which erroneously
  subscribed an existing folder.
- extprograms plugin: Fixed handling of error codes.
- doveadm-sieve plugin: Fixed several bugs. Synchronization of symbolic
  link in the file storage should now also work properly.

0.4.5:
- Added a Pigeonhole version banner to doveconf output. This way, future
  bug reports will also include Pigeonhole version information.
- Fixed handling of implicit keep. Last version erroneously reported
  that implicit keep succeeded after an earlier failure, while it in
  fact had failed. Particularly occurred for mailbox quota errors.
- Fixed segfault occurring on SunOS systems when there is no active
  script.

0.4.6:
- ports-related change integrated upstream

PR:		194645
Submitted by:	Larry Rosenman <ler@lerctr.org>
Approved by:	maintainer (timeout)
2014-11-13 18:58:42 +00:00
Vsevolod Stakhov
7b84f60a76 Add patch to avoid http://bugs.exim.org/show_bug.cgi?id=1513
Obtained from:	exim git and Victor Ustugov adopted patch
2014-11-13 17:07:05 +00:00
Antoine Brodin
3390c6aca2 Update to 3.2.1, this is a bugfix release
PR:		ports/194808
Submitted by:	maintainer
2014-11-11 08:40:52 +00:00
Martin Matuska
16483824a0 Horde package update:
devel/pear-Horde_Alarm 2.2.2 -> 2.2.3
devel/pear-Horde_Core 2.16.0 -> 2.16.1
databases/pear-Horde_Db 2.1.5 -> 2.2.0
mail/pear-Horde_Imap_Client 2.25.2 -> 2.25.3
devel/pear-Horde_Translation 2.1.0 -> 2.2.0
2014-11-11 00:08:53 +00:00
Olli Hauer
67a15a4df7 - fix wrong /var/spool/postfix permissions
(broken by commit 372368 ,372370)

- bump PORTREVISION
2014-11-10 10:53:00 +00:00
Olli Hauer
df64c67bba - sort OPTIONS_DEFINE
- fix build and install for non root users,
  (sgid and group for sbin/postdrop and sbin/postqueue was lost if build
   as non root and installed with sudo)
- install /var/spool/postfix directories with correct owner/mode
- use $WRKDIR instead of /tmp

Approved by:	sahil (implicit)
2014-11-09 18:21:23 +00:00
Olli Hauer
617ce12005 - fix OPTIONS_DEFINE lost in previous commit 2014-11-09 18:14:26 +00:00
Olli Hauer
fd3a5b04f0 - update to 2.12-20141106
- add OPTION for Email Address Internationalization
  (EAI, RFC 6531..6533) [1]
- sort OPTIONS_DEFINE
- fix build and install for non root users,
  (sgid and group for sbin/postdrop and sbin/postqueue was lost if build
   as non root and installed with sudo)
- install /var/spool/postfix directories with correct owner/mode
- use $WRKDIR instead of /tmp

Changes:
20141021
       Per IETF TLS WG consensus, the tls_session_ticket_cipher
       default setting was changed from aes-128-cbc to aes-256-cbc.
       Take that, you quantum computer attackers! Viktor Dukhovni.
       Files: proto/postconf.proto, global/mail_params.h.

20141024
       Cleanup: added $smtpd_mumble_restrictions to the proxy_read_maps
       default setting. File: global/mail_params.h.

       Documentation: different header/body checks for MX service
       and SMTP submissions. File: proto/BUILTIN_FILTER_README.html.

       Cleanup: don't send "bare" original recipient in SMTP DSN
       attributes. File: cleanup/cleanup_addr.c.

       Feature: smtp-sink -N option to suppress DSN announcement.
       File: smtpstone/smtp-sink.c.

20141025
       Bugfix (introduced: Postfix 2,11): core dump when
       smtp_policy_maps specifies an invalid TLS level. Viktor
       Dukhovni. File: smtp/smtp_tls_policy.c.

20141103
       Logging: when a connection is closed, log the request counts
       for unimplemented STARTTLS or AUTH commands separately,
       instead of logging such commands as "unknown". File:
       smtpd/smtpd.c.

20141106
       Cleanup: set errno to ETIMEDOUT after postscreen handshake
       timeout event, so that warnings report the correct error.
       File: tlsproxy/tlsproxy.c.

PR:		194786 [1]
Submitted by:	Mark Martinec
Approved by:	sahil (imlicit)
2014-11-09 18:13:18 +00:00
Vsevolod Stakhov
3acbf50087 - Update to 0.7.4 2014-11-08 19:12:03 +00:00
Adam Weinberger
e6871f0f28 Update squirrelmail to 20141107.
Changes:

 * Add session variables that store information about most recent fatal IMAP
   error
 * Prevent session lock-up caused by filters plugin trying to move messages in
   an account that is over quota
2014-11-07 18:04:12 +00:00
Alex Kozlov
22e20c2aa1 - Remove a few remaining $Id$ from pkg-plists
Approved by:	portmgr (mat)
2014-11-06 16:30:27 +00:00
Pawel Pekala
ea2f6e254b - Update to version 1.35
- Add LICENSE
- Remove pkg-install script, move directory creation to pkg-plist
- Use @sample keyword for config files

PR:		194019
Submitted by:	TEUBEL Györg y<tgyurci@gmail.com>
Approved by:	maintainer
2014-11-05 17:35:38 +00:00
Ashish SHUKLA
85f56adb6e - Chase GNU Emacs updates
PR:		194624
2014-11-05 13:19:31 +00:00
Bartek Rutkowski
91bf507842 mail/py-authres: update 0.602 -> 0.701
PR:		194372
Submitted by:	Yasushiro Kimura <yasu@utahime.org>
Approved by:	mentors (implicit)
2014-11-05 12:36:32 +00:00
Vsevolod Stakhov
29e213fece Remove outdated KAS patch and option. 2014-11-04 16:14:30 +00:00
Matthias Andree
fb9ba05e24 Update URLs that pointed to the defunct berlios.de site. 2014-11-04 00:24:44 +00:00
Vsevolod Stakhov
eefb79ca3f - Update to 0.7.3 2014-11-03 12:48:39 +00:00
Olli Hauer
03e1baa871 - update to 2.12-20141020
- use PORTDOCS macro
- remove check for OSVERSION >= 800037
- fix OPENLDAP_VER usage
- always call set-permissions in post-install to set correct spool/postfix/* permissions
  this is required with pkg to support non interrupted upgrade

Approved by:	sahil (explicit)
2014-11-02 21:09:26 +00:00
Olli Hauer
6b5df34d8a - update to 2.11.3
- add CPE support
- use PORTDOCS macro
- remove check for OSVERSION >= 800037
- fix OPENLDAP_VER usage
- set PORTSCOUD
- always call set-permissions in post-install to set correct spool/postfix/* permissions
  this is required with pkg to support non interrupted upgrade

Changes:
========
20140619
        Bugfix (introduced: 2001): qmqpd null pointer bug when it
        logs a lost connection while not in a mail transaction.
        Reported by Michal Adamek. File: qmqpd/qmqpd.c.

20140920
        Bugfix (introduced: 20080212): incorrect client name in
        reject messages from check_reverse_client_hostname_access
        and check_reverse_client_hostname_{mx,ns}_access.  They
        replied with the verified client name, instead of the name
        that was rejected.  Problem reported by Reindl Harald. File:
        smtpd/smtpd_check.c.

20141012
        Bugfix (introduced: Postfix 2.3): the PREPEND access/policy
        action added headers ABOVE Postfix's own Received: header,
        exposing Postfix's own Received: header to Milters (protocol
        violation) and hiding the PREPENDed header from Milters.
        The latter caused problems for DMARC implementations with
        SPF policy plus DKIM Milter.  PREPENDed headers are now
        added BELOW Postfix's own Received: header and remain visible
        to Milters. File: smtpd/smtpd.c.

20141018
        Bugfix (introduced: Postfix 2.3): when a Milter inserted a
        header ABOVE Postfix's own Received: header, Postfix would
        expose its own Received: header to Milters (violating
        protocol) and hide the Milter-inserted header from Milters
        (wtf).  Files: cleanup/cleanup.h, cleanup/cleanup_message.c,
        cleanup/cleanup_state.c, milter/milter.[hc], milter/milter8.c.

        Cleanup: revert the workaround that places headers inserted
        with PREPEND actions or policy requests BELOW Postfix's own
        Received: message header. File: smtpd/smtpd.c.

PR:		194396
Submitted by:	Yasuhiro KIMURA
Approved by:	sahil (explicit per PM)
2014-11-02 20:45:16 +00:00
Baptiste Daroussin
8ea934f133 Simplify plist 2014-10-31 23:27:28 +00:00
Baptiste Daroussin
95071b0abc Simplify plist
Use @sample
2014-10-31 23:26:26 +00:00
Baptiste Daroussin
2e0886811a Simplify plist 2014-10-31 23:23:49 +00:00
Baptiste Daroussin
5f0d8f4cba Simplify plist 2014-10-31 23:21:15 +00:00
Baptiste Daroussin
3954948eae Simplify plist
Avoid useless manipulation of files in do-install
2014-10-31 23:20:11 +00:00
Baptiste Daroussin
a5815e3fe5 Simplify plist 2014-10-31 23:11:27 +00:00
Baptiste Daroussin
1888243260 Simplify makefile 2014-10-31 23:09:42 +00:00
Baptiste Daroussin
083fccd2a6 Simplify plist 2014-10-31 23:07:37 +00:00
Antoine Brodin
fbafea9aaf Fix packaging 2014-10-31 23:07:07 +00:00
Baptiste Daroussin
48e91be03b Simplify plist
Strip binaries
2014-10-31 23:04:38 +00:00
Baptiste Daroussin
8e4c4a0d10 Simplify plist 2014-10-31 23:02:19 +00:00
Baptiste Daroussin
cce8439851 Simplify plist 2014-10-31 23:00:04 +00:00
Baptiste Daroussin
272e1fc02b Simplify plist 2014-10-31 22:58:36 +00:00
Baptiste Daroussin
5de0996e47 Avoid @exec and keep track of directories
Allow packaging as a user

Bump portrevision as the plist was creating run/quarantine and the makefile was
creating quarantine
2014-10-31 22:57:24 +00:00
Baptiste Daroussin
33a8245017 Convert to new plist formats which fixes the postgrey credential on the db
directory
2014-10-29 23:00:54 +00:00
Martin Matuska
3cae31f88b Horde package update:
comms/pear-Horde_ActiveSync 2.19.3 -> 2.19.4
devel/pear-Horde_Alarm 2.2.1 -> 2.2.2
www/pear-Horde_Dav 1.1.0 -> 1.1.1
databases/pear-Horde_Db 2.1.4 -> 2.1.5
devel/pear-Horde_History 2.3.1 -> 2.3.2
security/pear-Horde_Secret 2.0.3 -> 2.0.4
www/horde-base 5.2.1 -> 5.2.2
mail/horde-imp 6.2.2 -> 6.2.3
mail/horde-ingo 3.2.1 -> 3.2.2
deskutils/horde-kronolith 4.2.2 -> 4.2.3
deskutils/horde-mnemo 4.2.1 -> 4.2.2
deskutils/horde-nag 4.2.1 -> 4.2.2
mail/horde-turba 4.2.2 -> 4.2.3
deskutils/horde-groupware 5.2.2 -> 5.2.3
mail/horde-webmail 5.2.2 -> 5.2.3
www/horde-wicked 2.0.1 -> 2.0.2
devel/horde-whups 3.0.0 -> 3.0.1
2014-10-29 22:12:34 +00:00
Anders Nordby
fa72785059 Drop maintainership of all remaining ports where I am listed.
No time for this unfortunately.
2014-10-29 22:11:51 +00:00
Pawel Pekala
8f0e707165 Update to 3.11.1 bugfix release 2014-10-28 20:48:18 +00:00
Antoine Brodin
2cab8ede6f Fix stage violation (and allow staging as a regular user) 2014-10-28 20:35:57 +00:00
Adam Weinberger
70f3ad60ae Remove the checkyesno dovecot_enable section, as it prevents onestart/onestop
from working (as well as other things).

I suspect this behaviour is present in other rc-files... a general cleanup on
this might be in order.

PR:		194629
Submitted by:	Reinier Schoof
2014-10-27 15:45:19 +00:00
Emanuel Haupt
9b682f265f Remove usage of @dirrm 2014-10-27 09:30:59 +00:00
Bartek Rutkowski
db0b4352f0 mail/milter-greylist: minor fixes
- Use LIB_DEPS for curl, spf and geoip
- Use ${PORTSDIR} instead of {.CURDIR} for bsd.milter.mk location
- Do not bump PORTREVISION as all of curl, spf and geoip are disabled by defaul

PR:		193993
Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Approved by:	mentors (implicit)
2014-10-27 07:24:19 +00:00
Pawel Pekala
a24f72f72e Update Claws Mail and plugins to 3.11.0 release
mail/claws-mail:
- Convert to USES=execinfo shebangfix
- Use path independent (BUILD|RUN)_DEPENDS

Release notes: http://claws-mail.org/news.php
2014-10-26 23:13:00 +00:00
Steve Wills
b4caa5c8cf Mark broken with Perl 5.18 and newer 2014-10-26 21:04:21 +00:00
Bruce A. Mah
56ba9de21f Update mail/spamass-milter to 0.4.0.
Brief summary of changes (taken from upstream release announcement):

- -C option to change the default reject code
- -S option to specify a path to sendmail (for the -x option)
- -R option to specify the rejection message
- -a option to skip messages that were authenticated
- IPv6 address support
- zombie process fix for the - option introduced in 0.3.2

Some of these changes (notably the -R and -a flags and the IPv6
support) were previously included in the port via patch files, which
are now unneeded and have been removed.
2014-10-26 03:25:50 +00:00
Adam Weinberger
1beb35f1e7 Update dovecot2 to 2.2.15, and add an LZ4 option that uses liblz4.
ChangeLog:

Some small fixes and changes to v2.2.14. This release is mainly in the hope
that it could still make it into the next Debian stable instead of v2.2.14 -
mainly because of a couple of new assert crashes that started happening in
v2.2.14 and should be fixed now.

	* Plugins can now print a banner comment in doveconf output
	  (typically the plugin version)
	* Replication plugin now triggers low (instead of high) priority for
	  mail copying operations.
	* IMAP/POP3/ManageSieve proxy: If destination server can't be
	  connected to, retry connecting once per second up to the value of
	  proxy_timeout. This allows quick restarts/upgrades on the backend
	  server without returning login failures.
	* Internal passdb lookups (e.g. done by lmtp/doveadm proxy) wasn't
	  returning failure in some situations where it should have (e.g.
	  allow_nets mismatch)
	* LMTP uses mail_log_prefix now for logging mail deliveries instead of
	  a hardcoded prefix. The non-delivery log prefix is still hardcoded
	  though.

	+ passdb allow_nets=local matches lookups that don't contain an IP
	  address (internally done by Dovecot services)
	+ Various debug logging and error logging improvements
	- Various race condition fixes to LAYOUT=index
	- v2.2.14 virtual plugin crashed in some situations
2014-10-26 00:15:42 +00:00
Matthias Andree
9a773f1850 Claim maintainership and deprecate. 2014-10-25 09:28:22 +00:00
Matthias Andree
08d754ca82 Limit PORTSCOUT scanning to 2.10.* versions. 2014-10-24 21:52:30 +00:00
Oliver Lehmann
9cdd85fb4c fix patch 2014-10-23 20:37:25 +00:00
Oliver Lehmann
06fafbe964 fix conflicts with mail/courier-imap
Reported by:    brent@jeneral.com
2014-10-23 17:30:52 +00:00
Adam Weinberger
a7c65ac805 Similar to r371306, add USE_OPENSSL=yes so that WITH_OPENSSL_PORT is
honored properly.

Submitted by:	Derek Schrock
2014-10-21 21:47:04 +00:00
Marcus von Appen
306e66af5d - Convert ports of mail/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 17:10:06 +00:00
Bryan Drewery
0688f1fcbf - Chase dovecot update in r371306 2014-10-20 23:15:05 +00:00
Bryan Drewery
60a1b3c5fe - Fix linking to port openssl with WITH_OPENSSL_PORT
Reported by:	Derek Schrock
2014-10-20 23:13:25 +00:00
Matthias Andree
16f23af3de Upgrade to 2.10.5; maintain mirror list.
Changelog: http://www.postfix.org/announcements/postfix-2.11.3.html

Kill utoronto.ca, samurai.com sites. Comment out ring.nict.co.jp sites,
not responding.  Add John Riley's mirror network.
2014-10-20 20:50:08 +00:00
Kurt Jaeger
495b248b8a mail/dspam-devel: merged with mail/dspam
PR:		193693
Submitted by:	danny@dannywarren.com (maintainer)
2014-10-20 18:51:29 +00:00
Kurt Jaeger
58099791a4 mail/dspam: 3.9.0 -> 3.10.2
Upstream Changes:
- Support for Postgresql 9.1 added
- Support for Postgresql <8.1 dropped (EOL)
- Support for MySQL 5.5 added
- Support for MySQL <5.0 dropped
- Updated license from GPLv2 to AGPLv3
- Bug in RSET handling during LHLO phase
- Location of configuration files in dspam home (/var/dspam) can be changed
  through dspam.conf
- Various fixes to the webui templates
- Various small bugs and memleaks
- Missing documentation added to tarball
- Many bugfixes

Port Changes:
- Update to OptionsNG
- Fix pidfile location discrepancy introduced in 3.10.2
- Port cleanup by various submitters, thanks! [1][2][3][4][5]

[1] Patch from <yds@CoolRat.org> (PR #180695, #191610)
[2] Patch from Radim Kolar <hsn@sendmail.cz> (PR #167289)
[3] Patch from Olli Hauer <ohauer@FreeBSD.org> (PR #148485)
[4] Patch from <mtomasek4@gmail.com> (PR #191610)
[5] Patch from Rene Ladan <rene@FreeBSD.org> (PR #191797)

PR:		193693
Submitted by:	danny@dannywarren.com (maintainer)
2014-10-20 18:48:31 +00:00
Martin Matuska
f51558983d Horde package update:
comms/pear-Horde_ActiveSync 2.19.0 -> 2.19.3
devel/pear-Horde_Core 2.14.0 -> 2.15.0
textproc/pear-Horde_CssMinify 1.0.1 -> 1.0.2
www/pear-Horde_Dav 1.0.7 -> 1.1.0
databases/pear-Horde_Db 2.1.3 -> 2.1.4
mail/pear-Horde_Imap_Client 2.25.0 -> 2.25.2
archivers/pear-Horde_Pack 1.0.3 -> 1.0.4
devel/pear-Horde_Timezone 1.0.7 -> 1.0.8
2014-10-20 11:22:54 +00:00
John Marino
e37d39a111 Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 09:34:03 +00:00
Antoine Brodin
ece245b57f Ignore on the package builders when the default version of python is different
from the requested one

Reported by:	pkg-fallout
2014-10-18 14:44:52 +00:00
Dirk Meyer
48a0dae4fb - fix LDOPS which is parsed twice by m4 now 2014-10-18 12:38:22 +00:00
John Baldwin
1ebd0e3345 The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
is being removed.  No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.

PR:		193961
Approved by:	portmgr (antoine)
2014-10-18 12:20:42 +00:00
John Marino
e44cd05a58 mail/bsfilter: Remove @dirrm, unmask cmds, use COPYTREE over CP
PR:		194370
submitted by:	maintainer (Yasuhiro KIMURA)
2014-10-18 06:47:25 +00:00
Baptiste Daroussin
2b88da1ab0 Fix harder
PR:		194205
2014-10-17 23:35:23 +00:00
Baptiste Daroussin
7946626b9e Fix plist
PR:		148051
Pointyhat to:	bapt
2014-10-17 23:32:06 +00:00
Baptiste Daroussin
791f2bc627 Reset maintainership 2014-10-17 10:23:34 +00:00
Alex Kozlov
43a22bb0dd - Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D911
2014-10-16 08:55:30 +00:00
Rene Ladan
e773ca5bc8 Remove expired port:
2014-10-15 mail/p5-Email-Stuff: Deprecated in favour of mail/p5-Email-Stuffer
2014-10-15 22:05:08 +00:00
Vsevolod Stakhov
f14e7c0cf1 - Update to 0.7.2 2014-10-15 17:01:04 +00:00
Beat Gaetzi
8f7f02ae39 - Update Firefox to 33.0
- Update Firefox ESR to 31.2.0
- Update NSS to 3.17.2
- Update Thunderbird to 31.2.0
- Update libxul to 31.2.0 (and mark as BROKEN)
- Disable SSL 3.0 with pref (Upstream bug 1076983)
- (workaround) replace USE_GCC=yes with USES=compiler:gcc-c++11-lib in
  order to fix runtime for PGO and powerpc/powerpc64 on libc++ systems
- Add OSS audio fallback for HTML5 audio from upstream bug;
  not exposed yet because WebRTC still needs ALSA or PulseAudio
- Kill @dirrm from gecko@ ports per CHANGES from 20140922
- Drop workaround for LLVM PR 19007: base and lang/clang34 have the fix
- Improve workaround comment for LLVM PR 15840, partially rejecting
  r348851 by marino@ until bug 193555

PR:		194356
Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html
2014-10-15 15:48:16 +00:00
Frederic Culot
65d62df3cf - Update to 2.09
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2014-10-15 12:10:42 +00:00
John Marino
78a3ed4d90 Close out a bunch of PRs that only remove @dirrm
PR:		194331, 194332
PR:		194365, 194366, 194369, 194371, 194374
2014-10-15 11:32:09 +00:00
Jun Kuriyama
aaaec77941 This transport is used to send email over SMTP, either with or without
secure sockets (SSL/TLS). it uses the great Net::SMTPS.

This module is recommended than Email::Sender::Transport::TLS.

WWW: http://search.cpan.org/dist/Email-Sender-Transport-SMTPS/
2014-10-15 10:45:32 +00:00
Matthias Andree
dc22d9ed7f @unexec rmdir -> @dir 2014-10-14 22:49:23 +00:00
Matthias Andree
e76ca1d15b test drive Postfix 2.10.4 upgrade. ~/VCS-mine/redports/mandree/mail/postfix210/ 2014-10-14 22:29:59 +00:00
Adam Weinberger
3d2a3256c4 Update dovecot2 to 2.2.14. PORTREVISION bumps for dovecot2-pigeonhole and
dovecot2-antispam-plugin.

Changes in 2.2.14:

	* lmtp: Delivered-To: header no longer contains <> around the email
	  address. Other MDAs don't have it either.
	* "Out of disk space" errors are now treated as temporary errors
	  (not the same as "Out of disk quota").
	* replication plugin: Use replication only for users who have a
	  non-empty mail_replica setting.

	+ lmtp proxy: Log a line about each mail delivery.
	+ Added login_source_ips setting. This can be used to set the source IP
	  address round-robin from a pool of IPs (in case you run out of TCP
	  ports).
	+ Rawlog settings can use tcp:<host>:<port> as the path.
	+ virtual plugin: Don't keep more than virtual_max_open_mailboxes
	  (default 64) number of backend mailboxes open.
	+ SSL/TLS compression can be disabled with ssl_options=no_compression
	+ acl: Global ACL file now supports "quotes" around patterns.
	+ Added last-login plugin to set user's last-login timestamp on login.
	+ LDAP auth: Allow passdb credentials lookup also with auth_bind=yes
	- IMAP: MODSEQ was sent in FETCH reply even if CONDSTORE/QRESYNC wasn't
	  enabled. This broke at least old Outlooks.
	- passdb static treated missing password field the same as an empty
	  password field.
	- mdbox: Fixed potential infinite looping when scanning a broken
	  mdbox file.
	- imap-login, pop3-login: Fixed potential crashes when client
	  disconnected unexpectedly.
	- imap proxy: The connection was hanging in some usage patterns. This
	  mainly affected older Outlooks.
	- lmtp proxy: The proxy sometimes delivered empty mails in error
	  situations or potentially delivered truncated mails.
	- fts-lucene: If whitespace_chars was set, we may have ended up
	  indexing some garbage words, growing the index size unnecessarily.
	- -c and -i parameters for dovecot/doveadm commands were ignored if
	  the config socket was readable.
	- quota: Quota recalculation didn't include INBOX in some setups.
	- Mail headers were sometimes added to dovecot.index.cache in wrong
	  order. The main problem this caused was with dsync+imapc incremental
	  syncing when the second sync thought the local mailbox had changed.
	- doveadm backup didn't notice if emails were missing from the middle
	  of the destination mailbox. Now it deletes and resyncs the mailbox.
2014-10-14 17:34:59 +00:00
Raphael Kubo da Costa
5be7d37dde Remove build-time dependency on devel/qt5-qmldevtools.
qt5-qmldevtools is likely to be removed when we move to Qt 5.3, and trojita
has never actually needed it.

PR:		194303
Approved by:	Marco Broeder <marco.broeder@posteo.eu> (maintainer)
2014-10-13 18:31:24 +00:00
Kurt Jaeger
d9c33f4f7e mail/mail-notification: fix issues
- fix dist url
- hotmail feature disabled
- strip binary
- use gmime26 instead of gmime2
- bump portrevision
- change maintainer to submitter

PR:	192349
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
Approved by:	mwisnicki+freebsd@gmail.com (maintainer)
2014-10-09 20:59:55 +00:00
Matthew Seaman
65d8b068f3 Ooops. Forgot to strip the @dirrm stuff out of the plist. 2014-10-08 21:17:13 +00:00
Matthew Seaman
9c2429a620 Update to 0.05
Change log:	http://cpansearch.perl.org/src/ALEXMV/Email-Address-List-0.05/Changes
2014-10-08 21:13:47 +00:00
Baptiste Daroussin
12d0fc35c2 Convert to USES=pgsql 2014-10-08 20:58:32 +00:00
Baptiste Daroussin
54bbf6e59c Convert to USES=pgsql 2014-10-08 20:57:32 +00:00
Baptiste Daroussin
3cbe616691 Convert to USES=pgsql 2014-10-08 20:55:55 +00:00
Mark Felder
95f8b1ff71 Update to 1.6.10
Define LICENSE

PR:		194181
2014-10-08 15:41:18 +00:00
Emanuel Haupt
e283a7caf5 Remove @dirrm, @dirrmtry 2014-10-08 14:26:25 +00:00
Dmitry Marakasov
ca83c89550 - Fix duplicate PORTREVISION lines and bump for all bumps which have not happened because of this
Approved by:	portmgr blanket
2014-10-06 23:29:28 +00:00
Steve Wills
1dcbd4a4fc mail/rubygem-email_reply_parser-discourse: correcte category 2014-10-05 21:01:02 +00:00
Steve Wills
b19fe56358 mail/rubygem-email_reply_parser-discourse: create port
EmailReplyParser is a small library to parse plain text email content to return
only the reply.

WWW: http://github.com/github/email_reply_parser
2014-10-05 20:55:02 +00:00
John Marino
c003f70ee1 mail/rainloop: Rework to avoid unnecessary overriding do-extracts target
There's no reason to roll-your-own extraction target, the stock target
works fine.  Remove and and adjust do-install accordingly; there's not
change the pkg-plist.

While here, remove RVER derivative of PORTVERSION.  This looked wrong to
me -- I doubt the RVER will end in ".164" after the PORTVERSION is
incremented.  If anything, the PORTVERSION would be derivative of RVER,
but for now I just have two seprately defined variables.  Also, unmask
installation commands.
2014-10-05 18:35:33 +00:00
Tijl Coosemans
88c67cd38c - Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
  Darwin, Linux and other systems.  Given the version current:revision:age
  a library will be given the extension .so.major.age.revision with major
  equal to current-age.  Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
  files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
  dependent ports if a library version changed

PR:		194068
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-10-05 18:01:19 +00:00
Kurt Jaeger
3aff526f34 mail/filtermail: resurrect, stage, 0.8.2 -> 0.8.3, new maintainer
PR:		193721
Submitted by:	Mike Clarke <jmc-freebsd2@milibyte.co.uk>
2014-10-05 11:08:40 +00:00
Antoine Brodin
69a40c009b Allow installing 2014-10-04 23:35:08 +00:00
Bryan Drewery
6008080066 Stop looking at devel versions 2014-10-02 18:31:30 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Bartek Rutkowski
9ea454d2d9 mail/opendmarc: add SPF option
PR:		192999
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
Reviewed by:	maintainer
Approved by:	mentors (implicit)
2014-10-02 11:17:14 +00:00
Tijl Coosemans
c91d0249dd Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.
These are the last ports that use this ancient version of autoconf.
2014-10-01 15:07:31 +00:00
Alex Dupre
3909fc77e7 Update to 1.0.3 release. 2014-10-01 07:13:26 +00:00
Baptiste Daroussin
a194e87525 Convert to USES=horde 2014-09-30 22:24:30 +00:00
Baptiste Daroussin
1446608ec7 Convert to USES=horde
Fix pear-Horde_core options
Use options helpers where possible
2014-09-30 22:14:59 +00:00
Guido Falsi
38b77f19bf - Modify comment and add UPDATING entry to explain that MAILDROP_SUID
and MAILDROP_SGID now need to be existing usernames on the destination
  system. numeric UIDs and GIDs, or non existent usernames, will
  cause a broken installation since pkgng will skip on the entries
  of files owned by unknown users. [1]
- Fix MGID and MUID PLIST_SUB variables not being set when only one
  of the two above variables is deifined, again generating a broken
  package. [2]
- While here, remove dirrm.

Reported by:	Lukas Maly <Iam@LukasMaly.NET> [1]
Reported by:	itetcu@ [1] [2]
2014-09-30 15:04:03 +00:00
Vsevolod Stakhov
59b97c26ce - Update to 0.7.1 2014-09-30 12:28:54 +00:00
Vsevolod Stakhov
b7a78f5e19 Remove pkg_ workarounds.
Do not bump revision, since the package's content is not changed by this patch.

Submitted by:	ak via private mail
2014-09-29 15:39:45 +00:00
Thomas Zander
e9d745c099 - Update to upstream version 3.0.7
- Add LICENSE
- pkg-plist cleanup

PR:		193354
Submitted by:	ports@bsdserwis.com (maintainer)
2014-09-29 06:14:22 +00:00
Pawel Pekala
16999fd148 Commit forgotten pkg-plist change 2014-09-27 12:26:07 +00:00
Pawel Pekala
7a918da861 Fix USES=autoreconf conversion
Reported by:		antoine
2014-09-27 12:13:29 +00:00
Pawel Pekala
eebd4aed41 - Convert mail/libetpan to USES=autoreconf
- Bump affected ports
- Simplify pkg-plist in mail/claws-mail
2014-09-27 10:02:14 +00:00
Chris Rees
3f930e2f9f Fix install when no version previously installed
Submitted by:	pointyhat
2014-09-27 07:03:56 +00:00
Vanilla I. Shu
3e566dc590 Add rainloop 1.6.9, modern and interactive webmail.
PR:		ports/193831
Submitted by:	loic.blot@unix-experience.fr
2014-09-26 09:05:15 +00:00
Beat Gaetzi
1b3bcb097d - Update ca_root_nss to 3.17.1
- Update thunderbird to 31.1.2
- Update seamonkey to 2.29.1
- Update firefox to 32.0.3
- Update firefox-esr to 31.1.1
- Update libxul to 24.8.1

Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/48108fb0-751c-4cbb-8f33-09239ead4b55.html
2014-09-25 11:08:06 +00:00
Tijl Coosemans
fa0d7caf79 - Convert to USES=autoreconf
- Fix detection of base system Heimdal
2014-09-24 20:25:54 +00:00
Antoine Brodin
2e1f678ae6 Use the ports framework to create pop3vscan user 2014-09-24 20:09:49 +00:00
Tijl Coosemans
bee523c899 Convert to USES=autoreconf 2014-09-23 20:57:42 +00:00
Dmitry Marakasov
c86203716f - Drop @dirrm* from plist 2014-09-23 17:35:43 +00:00
Baptiste Daroussin
b208e52f7b Convert to USES=pear 2014-09-23 16:45:35 +00:00
Bartek Rutkowski
d833db1bba mail/gmime26: update 2.6.18 -> 2.6.20
PR:		193143
Submitted by:	Alan Hicks <ahicks@p-o.co.uk>
Approved by:	mentors (implicit)
2014-09-23 14:36:29 +00:00
Baptiste Daroussin
5b59cfe5c8 Simplify plist 2014-09-23 09:56:54 +00:00
Jason E. Hale
29bd727107 - Trim @dirrm and @stopdaemon from pkg-plist 2014-09-22 13:07:01 +00:00
Baptiste Daroussin
96fc0de2d5 Cleanup plist 2014-09-22 07:22:09 +00:00
Chris Rees
6402c11cf7 Stage, resurrect and adopt mail/openwebmail. 2014-09-21 14:31:31 +00:00
Antoine Brodin
481aef09d5 Allow staging as a regular user 2014-09-21 13:48:22 +00:00
Steve Wills
3d8cde5d8a mail/rubygem25: limit portscout to 2.5.x versions 2014-09-21 01:29:36 +00:00
Tijl Coosemans
8b127f2619 - Drop dependency on autoconf and automake
- Use correct form of OPTIONS_SUB
- Remove FreeBSD 7 support
- Remove post-deinstall (handled by pkg)
2014-09-19 12:40:53 +00:00
Carlo Strub
3948cb595f Danny takes maintainership 2014-09-17 20:43:12 +00:00
Matthias Andree
47c5d1d6d4 Reinstate checksums for optional patches[1], fixing regression from c334818.
Update USE_PYTHON -> USES=python:2.

PR:		193682 [1]
Submitted by:	David Siebörger [1]
2014-09-16 21:18:29 +00:00
Dmitry Marakasov
d350bf0de0 - Drop .la files for mail/gmime24, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-15 18:29:36 +00:00
Antoine Brodin
bfa7f888ee - Allow staging as a regular user
- Bump portrevision as some files were not packaged with intended owner
2014-09-14 20:58:04 +00:00
Steve Wills
067d2e704a mail/rubygem-actionmailer: depend on older rubygem-mail
Upstream limits this to the older version
2014-09-14 14:09:38 +00:00
Steve Wills
066be03c3e mail/rubygem-actionmailer4: correct mail dependency
Oops, this wants the newer rubygem-mail. (It's rails 3.x that wants the older one)
2014-09-14 14:00:23 +00:00
Sunpoet Po-Chuan Hsieh
fa0aa3493a - Fix PKGNAME collision 2014-09-14 13:19:57 +00:00
Steve Wills
bae49eae5c mail/rubygem-actionmailer4: used older 2.5 version of rubygem-mail 2014-09-14 12:05:03 +00:00
Antoine Brodin
2d72c7a44b Remove reference to non existent port 2014-09-14 07:08:56 +00:00
Steve Wills
28071e6398 www/rubygem-rails4: create port for rails4
This port required creating a number of new ports, old versions of existing
ports and other adjustments, so do all that while here too.

Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby

Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.

WWW: http://www.rubyonrails.org

Submitted by:	xmj (based on)
2014-09-14 02:06:58 +00:00
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Matthias Andree
b5a79a220d Replace BUILD_DEPENDS by USES=gecko:...,build.
Tested on redports.org, and we have a RUN_DEPENDS on the respective GECKO
application anyways.

Still required to fix upgrade trouble if the gecko application needs a
rebuild from source (ports) if a requisite .so file has gone away, for
instance, after lang/gcc version upgrades.

a RUN_DEPENDS anyhow.
2014-09-13 10:18:41 +00:00
Matthias Andree
0d919f7aed Add BUILD_DEPENDS to make sure that the referenced thunderbird or
firefox port is rebuilt first, so that the -i18n ports can actually
build if the firefox/thunderbird port has become unusable through,
for instance, lang/gcc version upgrades that "lose" the libstdc++
from the recorded RPATH.
2014-09-12 17:06:09 +00:00
Matthias Andree
5b6ef3b6d9 Remove compiler:features from USES=, too 2014-09-12 16:17:26 +00:00
Matthias Andree
487289f5c4 Remove BROKEN mark on GCC, fault is in thunderbird-i18n or GECKO framework. 2014-09-12 16:04:46 +00:00
Sunpoet Po-Chuan Hsieh
14197d5e68 - Add LICENSE
- Add CPE information
2014-09-12 16:01:05 +00:00
Matthias Andree
937cb1e64a Mark broken on GCC-based systems.
Approved by:	bapt
2014-09-12 15:29:24 +00:00
Dmitry Marakasov
9a4d7efeac - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-12 09:22:23 +00:00
Sunpoet Po-Chuan Hsieh
abf5538bd4 - Fix heap-based buffer overflow in formisc.c
- Bump PORTREVISION for package change

Security:	CVE-2014-3618
MFH:		2014Q3
2014-09-12 07:41:09 +00:00
Tijl Coosemans
ed98d435ba databases/sqlite2:
- Convert to USES=libtool and bump dependent ports
2014-09-11 21:54:45 +00:00
Vsevolod Stakhov
f919b5c7a9 - Update to 0.7.0 [1]
- Convert to @sample

[1] https://rspamd.com/release/update/2014/09/11/rspamd-0.7.html
2014-09-11 13:38:02 +00:00
Mathieu Arnold
fbadef7cc0 Add back mail/dcc-dccd
- Update to 1.3.155.
- Stage.
- Build as a user.
- Add the option back to spamassassin.

Sponsored by:	Absolight
2014-09-11 13:34:39 +00:00
Adam Weinberger
d3f5b07a70 Change the words NOPORTDOCS and NOPORTEXAMPLES in a couple comments so that
future updates won't trigger the NOPORT* commit hook checks.
2014-09-10 22:27:47 +00:00
Antoine Brodin
301459de32 Allow staging as a regular user 2014-09-10 20:53:15 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Philippe Audeoud
f7fc651de8 - Update to 0.21 2014-09-09 13:55:16 +00:00
Philippe Audeoud
92bbc7c03e - Update to 2.08 2014-09-09 13:53:47 +00:00
Baptiste Daroussin
f4aef6b62c Mozilla upgrades:
- Update nspr to 4.10.7
- Update ca_root_nss to 3.17 (mark as NO_ARCH while here)
- Update firefox to 32.0
- Update thunderbird to 31.1.0
- Add net-im/linux-instantbird
- Update firefox-est to 31.1.0
- Update libxul to 24.8.0
- Update seamonkey to 2.29

Submitted by:	Jan Beich for gecko@
2014-09-09 06:16:35 +00:00
Martin Matuska
453bf760cf Horde package update:
comms/pear-Horde_ActiveSync 2.18.1 -> 2.19.0
devel/pear-Horde_Core 2.13.1 -> 2.14.0
mail/horde-webmail 5.2.1 -> 5.2.2
deskutils/horde-groupware 5.2.1 -> 5.2.2
2014-09-08 22:25:29 +00:00
Tijl Coosemans
d1241626df - Convert to USES=libtool
- Avoid USE_AUTOTOOLS
- Fix build with clang
- Add missing -lcourierauth [1]

Reported by:	antoine [1]
2014-09-08 21:58:19 +00:00
Tijl Coosemans
763e392ab2 - Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Add USE_AUTOTOOLS=libtoolize (and others) because configure has been
  generated with a different version of libtool than ltmain.sh
2014-09-08 21:01:46 +00:00
Antoine Brodin
1c9a101b35 Allow staging as a regular user 2014-09-08 18:57:31 +00:00
Tijl Coosemans
4639f95c6b lang/guile2:
- Convert to USES=libtool and bump dependent ports
- Convert to USES=charsetfix and USES=pathfix
- Drop USE_GCC=any
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
2014-09-08 17:19:12 +00:00
Antoine Brodin
dbe95b2f7c Allow staging as a regular user 2014-09-07 17:42:17 +00:00
Antoine Brodin
f43aec8bd1 Allow staging as a regular user 2014-09-07 16:29:18 +00:00
Tijl Coosemans
a3566cb26e */courier-authlib*:
- Add USES=libtool
- Remove USE_LDCONFIG, not needed for modules
- Disable static modules
- Remove install-configure from INSTALL_TARGET, no impact with staging
- Add manpages to pkg-plist
- Use @sample
- Replace pkg-(de)install and pre-install target with USERS and GROUPS
- Create /var/run/authdaemond at package installation instead of in rc
  script
2014-09-07 16:12:36 +00:00
Antoine Brodin
0ef4c97b38 Allow staging as a regular user 2014-09-07 11:08:57 +00:00
Antoine Brodin
d4fa8aa7c9 2014-08-31 mail/dcc-dccd: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-08-31 games/alienarena: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-09-07 games/alienarena-data: Useless without alienarena
2014-09-07 08:46:16 +00:00
Antoine Brodin
20636be0c0 Remove optional dependency on unstaged mail/dcc-dccd 2014-09-07 08:38:53 +00:00
Martin Matuska
53bb618a09 Horde package update:
comms/pear-Horde_ActiveSync 2.18.0 -> 2.18.1
mail/pear-Horde_Imap_Client 2.24.2 -> 2.25.0
mail/horde-imp 6.2.1 -> 6.2.2
mail/horde-ingo 3.2.0 -> 3.2.1
deskutils/horde-kronolith 4.2.1 -> 4.2.2
www/horde-passwd 5.0.1 -> 5.0.2
mail/horde-turba 4.2.1 -> 4.2.2
2014-09-05 23:02:48 +00:00
Antoine Brodin
feec6f3274 Allow staging as a regular user 2014-09-05 18:22:24 +00:00
Baptiste Daroussin
dcd41e2475 Convert USE_NCURSES to USES=ncurses 2014-09-04 23:21:06 +00:00
Antoine Brodin
228ab58873 Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
2014-09-04 19:26:24 +00:00
Frederic Culot
a4d5e118c1 - Update to 1.040
- Add LICENSE (GPL 2)

Changes:	http://search.cpan.org/dist/Email-MIME-CreateHTML/Changes
2014-09-04 14:35:15 +00:00
Frederic Culot
bd5e085637 - Update to 2.06
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2014-09-04 14:30:04 +00:00
Alex Dupre
f23aed7bde Import PHP 5.6 branch! 2014-09-04 14:24:25 +00:00
Danilo Egea Gondolfo
4776666648 - Update from 1.40.02 to 1.40.03 2014-09-04 13:24:54 +00:00
Mark Felder
0fa5ac10d2 License is supposed to have a lower case "v" or some build
environments will error with:

 License GPLV2 needs confirmation, but BATCH is defined

as it will be an unrecognized license.
2014-09-04 11:56:46 +00:00
Mark Felder
f9d68c28cd Forgot Makefile in last commit reviving mail/sqlgrey.
Unbreak INDEX.

Pointyhat -> feld
2014-09-03 20:51:15 +00:00
Mark Felder
98a149bb83 Revive from the dead. This port is too important to let slip through the
cracks.

- Support STAGE
- Appease rclint and portlint
- Remove pkg-install. We can do this in @unexec and rc script.
- Set a default database option -- PGSQL will be default as recommended
upstream.
- Use new @sample capability
- SHEBANGFIX

Sponsored by:	SupraNet Communications, Inc
2014-09-03 20:49:19 +00:00
Sunpoet Po-Chuan Hsieh
1f8ed3f840 - Update to 2.0.10
- Remove DOCS option

Changes:	http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.10/readme.txt/view
2014-09-03 14:00:03 +00:00
Guido Falsi
06e0b323a6 - Update to 2.7.2
- Allow packaging as a user adn don't use @exec directives in plist
2014-09-03 13:21:58 +00:00
Tijl Coosemans
112b15831f - Delete call to g_thread_init. It isn't needed with glib 2.32 and up
and the port doesn't link with libgthread-2.0.
- Replace pkg_info -W with pkg which.

Reported by:	antoine
2014-09-03 10:14:35 +00:00
Tijl Coosemans
1ca8a81e6e Delete calls to g_thread_init. It isn't needed with glib 2.32 and up
and the port doesn't link with libgthread-2.0.

Reported by:	antoine
2014-09-02 18:43:21 +00:00
Martin Matuska
7615972cf3 Horde package update:
mail/pear-Horde_Mime 2.4.4 -> 2.4.5
archivers/pear-Horde_Pack 1.0.2 -> 1.0.3
devel/pear-Horde_Prefs 2.6.0 -> 2.7.0
devel/pear-Horde_Timezone 1.0.6 -> 1.0.7
2014-09-02 14:59:25 +00:00
Baptiste Daroussin
366dc2eeab Simplify the port and make sure the credential on files are ok
Using the new syntax offered for plist now that pkg_install support is done
2014-09-02 13:09:11 +00:00
Baptiste Daroussin
8003ba152f Remove non staged ports without pending PR from ma* 2014-09-01 21:25:59 +00:00
Kurt Jaeger
26ecdf9dc3 mail/tkrat2: fix start of mail client, reset maintainer as requested by marino
PR:		191994
Submitted by:	Don Lewis <truckman@FreeBSD.org>
Approved by:	maintainer (timeout)
2014-09-01 17:52:26 +00:00
Vanilla I. Shu
dea99c093a 1: Stagify.
2: Fix pkg-plist, bump version.
3: add DOCS & EXAMPLES to options.
2014-09-01 09:18:32 +00:00
Vanilla I. Shu
dcf609ad81 Stagify. 2014-09-01 09:04:42 +00:00
Vanilla I. Shu
49a7659445 1: Stagify.
2: fix pkg-plist.
2014-09-01 09:01:41 +00:00
Vanilla I. Shu
014d8332b6 Stagify. 2014-09-01 08:54:23 +00:00
Vanilla I. Shu
710312f4bd remove extra whitespace. 2014-09-01 08:51:47 +00:00
Vanilla I. Shu
7e66c3d2fd Stagify. 2014-09-01 08:51:16 +00:00
Vanilla I. Shu
4c8368406d Stagify. 2014-09-01 08:48:08 +00:00
Tijl Coosemans
aafc6248a1 lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-31 15:17:49 +00:00