Alexander Leidinger
94e9cc0d34
The S/MIME plugin is now part of claws-mail.
...
PR: 130588
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
2009-01-19 19:49:50 +00:00
Martin Wilke
904c1f4656
- Fix INDEX
...
- Fix plist in claws-mail-themes
Thanks to: ITetcu/pav
2009-01-12 16:57:49 +00:00
Martin Wilke
b6b80a0e8d
- Update to 3.7.0
2009-01-12 12:52:03 +00:00
Martin Wilke
0c2a607696
- Chase libetpan shlib bump
2008-09-07 20:46:48 +00:00
Martin Wilke
cf8e735ab4
- Update to 3.5.0
...
- Respect NOPORTDOCS
Approved by: netchild (maintainer implicit)
2008-06-28 14:40:05 +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
Martin Wilke
632e2876ae
- Fix bug 'can not replay with quote' (bugid 1587)
...
- Bump PORTREVISION
PR: 124221
Reported by: David <r3nd1n@gmail.com>
Approved by: netchild implicit
2008-06-02 23:51:36 +00:00
Martin Wilke
943400cb25
- Update to 3.4.0
...
Approved by: netchild (implicit)
2008-04-19 21:28:59 +00:00
Martin Wilke
3e4ed01146
- Remove unneeded dependency from gtk12/gtk20 [1]
...
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
Roman Bogorodskiy
c9536f39b3
- Chase security/gnutls shlib version bump
...
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Martin Wilke
cbf412e138
- Update to 3.3.1
...
Approved by: netchild (maintainer implicit)
2008-02-28 00:49:03 +00:00
Martin Wilke
3166ed7b05
- Update to 3.3.0
...
* Due to licensing problems, the ClamAV plugin has been removed from
the Claws Mail core distribution and can now be found separately packaged
or within the 'extra plugins' package.
* OpenSSL now defaults to ON (you can optionally switch to GnuTLS)
* Gnomeprint is marked as Deprecated and will removed with the next release.
You can find all the changes here: http://sourceforge.net/news/?group_id=25528
Thanks to: all Testers
Approved by: maintainer implicit
Security: http://www.vuxml.org/freebsd/a59afa47-c930-11dc-810c-0016179b2dd5.html
2008-02-12 22:11:50 +00:00
Remko Lodder
a31e4f0398
Make claws-mail forbidden due to recent (local) vulnerabilities which could
...
cause a local user to execute code with elevated privileges (being the user
who runs claws-mail).
Hat: secteam
2008-02-12 08:06:42 +00:00
Martin Wilke
dbee938e95
- Correct the port's name and website in pkg-descr
...
PR: 119241
Submitted by: Chess Griffin <chess@chessgriffin.com>
Approved by: netchild (implicit)
2008-01-20 22:43:26 +00:00
Martin Wilke
059bc3f5b0
- Fix IPV6 Knob (ipv6 is disable for compilation but enable in config.)
...
PR: 118669
Submitted by: Éric JACQUOT <ejacquot@delfic.org>
Approved by: maintainer (implicit)
2007-12-14 20:59:53 +00:00
Martin Wilke
f611b9b749
- Update to 3.0.2
...
Approved by: maintainer implicit
2007-10-02 15:46:51 +00:00
Mark Linimon
48420a5ebd
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
...
PR: ports/116639
Submitted by: aDe
2007-09-30 04:47:36 +00:00
Martin Wilke
0f4e951427
- Fix a Memory leak caused by gtk_container_get_children
...
- Bump PORTREVISION
Obtained from: claws-mail cvs
Approved by: netchild (maintainer)
2007-09-19 11:20:15 +00:00
Martin Wilke
9e3f9a5838
- Update to 3.0.1
...
Changelog:
http://sourceforge.net/forum/forum.php?forum_id=736049
Approved by: netchild (implicit)
2007-09-18 12:09:06 +00:00
Martin Wilke
164ccd280b
- Update to 3.0.0
...
Changelog: http://www.claws-mail.org/news.php
Notes: claws-mail* has now switched to GPLv3
Approved by: netchild@ (implicit)
2007-09-06 21:31:37 +00:00
Alexander Leidinger
47cd633056
Fix freetype_2_ dependency.
2007-08-30 16:50:39 +00:00
Martin Wilke
5d6154bdb8
- Fix POP3 Format String Vulnerability
...
- Bump PORTREVISION
Approved by: maintainer implicit
Security: http://www.vuxml.org/freebsd/d9867f50-54d0-11dc-b80b-0016179b2dd5.html
2007-08-27 19:54:39 +00:00
Alexander Leidinger
50e75aa8c5
- With the help of $PORTSDIR/Tools/scripts/explicit_lib_depends.sh list all
...
(explicit) LIB_DEPENDS.
- Convert to use USE_XORG.
2007-08-26 14:49:33 +00:00
Rong-En Fan
f935a609c5
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
...
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
2007-07-23 09:36:51 +00:00
Martin Wilke
2b1442e56f
- Add x11/startup-notification as knop
...
PR: based on 114455
Submitted by: Pawel Pekala" <c0rn@o2.pl>
Reviewed by: netchild
Approved by: netchild (maintainer implicit)
2007-07-12 08:42:53 +00:00
Martin Wilke
0adacadbab
- Update to 2.10.0
...
Approved by: maintainer implicit
2007-07-07 12:17:06 +00:00
Martin Wilke
4df63ed77d
- Update to 2.9.2
...
- Bump PORTREVISION in all plugins.
Approved by: netchild@ (maintainer)
2007-05-29 15:55:53 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
e9c921a099
- Update to 2.9.1
...
- Bump PORTREVISION for all claws-mail-*
Approved by: netchild@
Security: http://www.vuxml.org/freebsd/c389d06d-ee57-11db-bd51-0016179b2dd5.html
2007-04-19 10:45:20 +00:00
Martin Wilke
16ae2cd9cc
- Update to 2.9.0
...
Approved by: netchild@ (maintainer)
2007-04-17 17:54:06 +00:00
Alexander Leidinger
6da3f932be
- Update CM to 2.8.1.
...
- Bump portrevision of the plugins.
2007-03-12 13:54:26 +00:00
Alexander Leidinger
baec7fa044
- Update CM to 2.8.0.
...
- Bump portrevision of the plugins because of this.
2007-02-27 20:27:39 +00:00
Alexander Leidinger
18b29611e7
- Update CM to 2.7.2, themes to 20070116.
...
- Chmod the themes to sane rights.
- Bump portrevision of the plugins.
2007-01-27 12:48:46 +00:00
Alexander Leidinger
dd2695b081
Update CM to 2.7.1 and bump the revision of the plugins.
2007-01-15 20:00:53 +00:00
Ion-Mihai Tetcu
1c32bd1b9e
Bump PORTREVISION to catch-up with libetpan lib update.
2007-01-12 10:26:12 +00:00
Alexander Leidinger
612085eab8
Update claws-mail to 2.7.0.
...
Bump portrevision of the plugins to force a rebuild with the new version,
else they complain about the new version of CM.
2007-01-09 18:36:33 +00:00
Boris Samorodov
9b141da044
. fix pkg-plist;
...
. bump PORTREVISION;
. add CONFLICTS= sylpheed-claws. [1]
Reported by: pointyhat via krismail
Suggested by: netchild [1]
Approved by: netchild (maintainer)
2006-12-16 15:15:29 +00:00
Alexander Leidinger
d19cf845bb
Claws Mail is the renamed Sylpheed Claws.
...
- Update to v 2.6.1.
Repocopy by: marcus
2006-12-08 20:51:32 +00:00
Alexander Leidinger
d1ee0101ec
- Update SC to 2.6.0.
...
- Move SC to LOCALBASE.
- Move the plugins to LOCALBASE too so that SC finds them (maintainer
informed a while ago).
No UPDATING entry because all plugins have to be recompiled on every
version change of SC and because a normal portupgrade/portmaster on
all SC and plugin ports should DTRT.
Sweeping commit approval by: portmgr
2006-12-03 18:43:57 +00:00
Rong-En Fan
b26511c169
- Chase mail/libetpan update
2006-11-04 10:23:57 +00:00
Alexander Leidinger
9f18c285e1
Update to 2.5.2.
2006-09-27 17:35:54 +00:00
Alexander Leidinger
acbf7ce3a9
Update to 2.5.1.
2006-09-26 18:47:20 +00:00
Alexander Leidinger
ded6387180
Fix pilot-link lib dependency (so-version bump). The fix is different
...
from the one in the PR and I also don't bump the portrevision, it's an
optional dependency and the package on the cluster will not change.
PR: 103547
Noticed by: "Alex Samorukov" <samm@os2.kiev.ua>
2006-09-24 09:59:03 +00:00
Michael Nottebrock
4dce0bd83b
Update gpgme to 1.1.2, chase dependencies.
2006-09-13 21:24:20 +00:00
Ion-Mihai Tetcu
7739794700
Bump PORTREVISION to force rebuild after mail/libetpan update.
...
Pointyhat to: rafan
2006-09-13 09:46:43 +00:00
Martin Wilke
90c2270794
- Add OPTIONS for ipv6
...
- Bump PORTREVISION
Submitted by: miwi
Approved by: krion (mentor), netchild (maintainer)
2006-08-04 12:28:12 +00:00
Alexander Leidinger
11f466ab53
Update to 2.4.0.
2006-08-01 16:31:25 +00:00
Alexander Leidinger
81c8a4235d
- add WITH_DILLO knob and optionally depend on www/dillo
...
- don't strip binaries when building with WITH_DEBUG
PR: 99813
Submitted by: Pawel Pekala <c0rn@o2.pl>
2006-07-08 13:17:43 +00:00
Martin Wilke
6ded72189f
- Update themes to 20060615
...
- Sort pkg-plist
- Bump PORTREVISION
Approved by: markus (co mentor), maintainer
2006-06-29 18:33:51 +00:00
Alexander Leidinger
8de80e24c5
Update to 2.3.1.
2006-06-20 19:13:12 +00:00