Commit graph

17619 commits

Author SHA1 Message Date
Koop Mast
b28f497285 Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].

PR:		195290 [1], 195289 [2], 195455 [3]
Obtained from:	gnome devel repo
2014-12-30 20:13:46 +00:00
Alex Dupre
8eb51ef83a Update to 1.0.4 release. 2014-12-30 09:46:39 +00:00
Alex Dupre
1dd627fa96 Update to 1.9.5 release. 2014-12-30 09:26:30 +00:00
Baptiste Daroussin
5da16cb639 dma is using the bsd Makefiles (bsd.*.mk) ensure it is not getting populed by
make.conf and src.conf

PR:		194099
Submitted by:	mva
2014-12-30 07:44:41 +00:00
Baptiste Daroussin
955f3c9288 Use regular EXTRA_PATCHES definition
PR:		192033
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
2014-12-29 23:06:29 +00:00
Baptiste Daroussin
69b83aec68 I have no time to work on dma 2014-12-29 22:47:59 +00:00
Kurt Jaeger
e7707a655b mail/imapsync: 1.592 -> 1.607
Changes:
- Folders showed also in utf8.
- Caveat to upgrade on Unix!: New Unicode::String Perl module
  dependency, for utf8 output. See the INSTALL file.
- Enhancement: Added --skipemptyfolders to skip syncing empty host1
  folders. They are not created on host2.
- Usability: Remove /x from regexes applied with --include and --exclude.
  Blanks no longer have to be explicit with \ or [ ].
- Usability: Added utf8 output for folder names, protocol native utf7imap
  special characters are not user friendly readable
- Usability: Moved foldersizes output after folders lists output.
- Usability: Added total size transferred after each message copied.
- Usability: After ETA, added number of total to be synced, as a
  denominator dddd after each message copied, like nnn/dddd where nnn
  is the number of messages copied. Before there was only nnn without
  /dddd.
- Bug fix: Added several checks if IsUnconnected. Goal avoid imap
  commands while disconnected. Reconnexion would be better anyway.

PR:		196341
Submitted by:	mp39590@gmail.com
2014-12-29 08:41:57 +00:00
Baptiste Daroussin
b1ddfbe27d mail private expect 02770 2014-12-27 11:23:03 +00:00
Antoine Brodin
8c35568bf3 Change RUN_DEPENDS to a file which is actually used 2014-12-27 09:32:18 +00:00
Matthias Andree
fa3fa04f49 The rcfile now runs bin/check_perms so users have a visual clue in case
they installed the package without running scripts (pkg install -I).
Clean up inconsistent image (=icon) installation. Reported by Alex Stangl.
Makefile: Shuffle things around to please portlint.
Makefile: Clean up muting: only mute RM, comments, MKDIR.
Makefile: Move postfix checks into pkg-install.
pkg-deinstall: drop workaround for traditional pkg_delete.
pkg-deinstall: less verbose mail list reporting.
pkg-deinstall: cleanups for last_mailman_version handling.
pkg-install: defeat "Re-run..." line from check_perms to avoid confusing users.
pkg-plist: cleanups and modernization. Sets directory permissions.
  NOTE: pkg 1.4.1 is unable to extract these on package installs,
  "make install" however should be fine.
2014-12-27 01:19:30 +00:00
Matthias Andree
1469247035 Back out bapt's "cleanup" commit r371953.
This causes directory permissions to change, and if installation happens
without scripts, installing the new package causes mailman to become
defunct until bin/check_perms is run manually.

Most directories need to have group mailman (or whatever is configured)
and mode 02775, with exception of the archive/private.

More cleanups to follow later.

Submitted by:	flo@
2014-12-26 19:07:21 +00:00
Antoine Brodin
7335a2e374 Allow building with either giflib 4.2 or 5.0 2014-12-26 11:11:02 +00:00
Baptiste Daroussin
2d7cbb3ad2 Bump portrevision after png update 2014-12-25 20:55:54 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Olli Hauer
2468007643 - fix broken rc script from last commit.
(var do not expandinside singel quote, so the port failed to start)
- bump PORTREVISION

PR:		196090 (followup)
Approved by:	maintainer (implicit)
2014-12-25 13:44:00 +00:00
Wen Heping
064663b0de Dancer2::Plugin::Email provides an easy way of handling text or
html email messages with or without attachments. Simply define
how you wish to send the email in your application's YAML
configuration file, then call the email keyword passing the
necessary parameters.

WWW: http://search.cpan.org/dist/Dancer2-Plugin-Email/

PR:		196190
Submitted by:	hvo.pm@xs4all.nl
2014-12-25 13:35:23 +00:00
Baptiste Daroussin
fa3d8de521 Remove useless gnomehack 2014-12-25 01:51:13 +00:00
Emanuel Haupt
fea3fde78d Update to 1.04 2014-12-24 14:32:45 +00:00
Pawel Pekala
a825dce762 Update to version 1.6 2014-12-24 09:26:56 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Baptiste Daroussin
4fe4b02802 cleanup plist 2014-12-20 19:12:11 +00:00
Sunpoet Po-Chuan Hsieh
93798729eb - Fix r375073, it should be bsd.port.options.mk and bsd.port.mk 2014-12-20 18:26:59 +00:00
Sunpoet Po-Chuan Hsieh
e080f4a05c - Reword COMMENT
- Remove .include <bsd.port.options.mk>
- Cosmetic change: gather build-related knobs
2014-12-20 18:19:01 +00:00
Rong-En Fan
6375556c11 - rc script enhancements
- pass maintainership
- bump PORTREVISION

PR:             196090
Submitted by:   geoffroy desvernay <dgeo at centrale-marseille.fr>
2014-12-20 13:27:04 +00:00
Rong-En Fan
d68a3fdb96 - rc script enhancements
- pass maintainership
- bump PORTREVISION

PR:		196090
Submitted by:	geoffroy desvernay <dgeo at centrale-marseille.fr>
2014-12-20 13:25:57 +00:00
Chris Rees
978c38d9df - Update to 6.1.22
- Add Net::DNS as stated in changelog for 6.1.21

Also changed in plist:
 - @dirrm(try) to @dir to make portlint happy.
 - removed @owner for libexec/sympa/*: sympa doesn't need write privileges here (do it ?)
 - changed broken ${CHOWN} from Makefile to "@owner" in plist for %%DATADIR%%/{list_data,bounce,arc} (owned by sympa:sympa for real)

Pass maintainership to submitter (thanks a lot!)

PR:		ports/193522
Submitted by:	Geoffroy Desvernay
2014-12-19 17:17:22 +00:00
Baptiste Daroussin
4dcc08d254 Update to 1.8
Take maintainership
2014-12-19 16:52:21 +00:00
Hajimu UMEMOTO
7ccbc423ba Fix build with clang when SNMP option is enabled.
PR:		196015
2014-12-17 18:04:21 +00:00
Thierry Thomas
dff12756e5 Change the WWW: line to avoid confusion.
Suggested by:	bapt
2014-12-14 20:03:28 +00:00
Thierry Thomas
69d0a0a258 Adding mail/panda-cclient and mail/panda-imap.
Since Mark Crispin left the UW, development on UW-IMAP paused. Mark
however continued developing the toolkit under the name Panda-IMAP.
Since Mark passed, Jonathan Abbey created a project on GitHub, by
concatenating all of the public releases of UW IMAP with the last
version of Panda IMAP.

Add conflict lines with the original ports.
2014-12-14 17:56:14 +00:00
Guido Falsi
42cb1bacd4 Update to 2.8.1 2014-12-14 14:33:23 +00:00
Guido Falsi
54a3291db2 Update to 2.8.0
With this version the dovecotauth patch has been integrated upstream.
2014-12-14 13:19:05 +00:00
Adam Weinberger
f158485de7 Dovecot reloads its configuration on HUP signal [1], so, add the reload command
to its rc.d script.

[1] http://wiki2.dovecot.org/RunningDovecot#Reloading_Configuration

PR:		195915
Submitted by:	quickfox@abv.bg
2014-12-12 15:21:11 +00:00
Rodrigo Osorio
404f500a16 Transfer ports maintainership to Muhammad Moinur Rahman
PR:		ports/195854
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-12-11 08:04:05 +00:00
Kubilay Kocak
b6450d4ca7 databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
  * alloca.h include not found on FreeBSD
  * cinttypes include location
  * clang compatibility
- Strip shared libraries manually since upstream install-strip target is
  fail

Changes:

  https://launchpad.net/libmemcached/+announcements

[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
2014-12-11 05:26:39 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Dirk Meyer
0275ae5d48 - update to 8.15.1
- cleanup options
- tlsext.patch removed, now part of distribution
2014-12-10 14:24:17 +00:00
Rodrigo Osorio
f951023d0e Update for mail/mutt: Fix security vulnerability CVE-2014-9116
PR:		ports/195550
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
Obtained from:	mutt
MFH:		2014Q4
2014-12-10 09:58:25 +00:00
Martin Matuska
7e726d0b38 Horde package update:
comms/pear-Horde_ActiveSync 2.20.4 -> 2.20.5
mail/pear-Horde_Mime 2.5.2 -> 2.6.0
2014-12-08 19:59:04 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Alexey Dokuchaev
9d29351fc1 Sort entries alphabetically across all categories to avoid extra repo churn. 2014-12-07 16:21:36 +00:00
Antoine Brodin
72dc15db45 Canonicalize a few licenses 2014-12-07 00:07:47 +00:00
Mark Felder
92248a4dbd LICENSE_PERMS did not include all permissions for the custom license
Submitted by:	antoine
2014-12-06 21:37:12 +00:00
Mark Felder
ad2a3cbd57 Modernize port and appease portlint.
Always leave a port better than you found it.
2014-12-06 21:16:24 +00:00
Mark Felder
bc223bbc54 Spaces replaced with tabs. 2014-12-06 21:11:20 +00:00
Mark Felder
7e611e58a5 Update "BSD" license in mail category 2014-12-06 21:00:41 +00:00
Mark Felder
eb871ff93d Update "BSD" license
The license included by the author is the CPL, but not the "Common
Public License" as indicated in the port Makefile. Instead, it is the
Cypherpunk Anti-License which is about as much of a non-license license
you can get. The terms indicate you can redistribute/relicense the code
in any license you want, but the author for some strange reason gives
his opinion on which license he would recommend. This makes no sense
given the spirit of the CPL.

Kids, don't do drugs.
2014-12-06 20:47:21 +00:00
Sunpoet Po-Chuan Hsieh
b782b3b736 - Update to 2.0.11
Changes:	http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.11/README.txt/view
2014-12-06 19:05:15 +00:00
Pawel Pekala
4446ace568 Update to version 1.7.0
PR:		194895
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
2014-12-06 14:06:04 +00:00