1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
Commit Graph

69 Commits

Author SHA1 Message Date
Alex Dupre
2f64f1f6b6 Update to 1.3.5 release. 2012-01-19 15:23:58 +00:00
Alex Dupre
58400574b5 Fix install for thunderbird3.
Remove support for seamonkey1.
2012-01-13 08:59:14 +00:00
Alex Dupre
89f84bd07b Modify XPI_ID in every place.
PR:		ports/163781
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com>
2012-01-09 11:32:24 +00:00
Alex Dupre
4304bf39a4 Update to 1.3.4 release.
Feature safe:	yes
2011-12-04 12:27:09 +00:00
Alex Dupre
34640dea1e Update to 1.3.3 release. 2011-10-28 19:55:52 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Alex Dupre
e96837d48a Update to 1.3.1 release. 2011-08-22 08:15:37 +00:00
Alex Dupre
a0c442537a Don't hardcode tar. 2011-08-18 13:01:27 +00:00
Alex Dupre
a6b8fddde5 Update enigmail to 1.3 release to support Thunderbird 6 and Seamonkey 2.3.
Read UPDATING.
2011-08-18 10:07:24 +00:00
Alex Dupre
b82f0a3b3f Update to 1.2.1 release and add support for seamonkey 2.2. 2011-08-09 09:22:08 +00:00
Alex Dupre
c7cd9054b0 Syntax fix. 2011-07-08 21:45:55 +00:00
Alex Dupre
09edc80fac Make enigmail-thunderbird buildable, by compiling the whole tb as a workaround. [1]
Use 1.2a2 for sm 2.1.

PR:		ports/158651
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
2011-07-06 07:18:34 +00:00
Alex Dupre
ccf06807f8 - Update to 1.2 release to support seamonkey 2.1 and thunderbird 5.0,
though it currently doesn't build (we are working to fix it)
- Update build commands
- Add PORTSCOUT knobs
2011-07-03 08:02:38 +00:00
Alex Dupre
99281dcdc9 Remove reference to www/mozilla.
Requested by:	beat
2010-12-29 07:14:38 +00:00
Alex Dupre
0651b55c98 Preserve timestamps during copy.
Submitted by:	avg
2010-12-20 16:19:27 +00:00
Greg Larkin
afb4f48d31 - Chase security/libksba shlib version bump
Requested by:	kwm
Pointyhat to:	glarkin
2010-12-16 02:34:07 +00:00
Doug Barton
3469617f97 Update enigmail-thunderbird to 1.1.2 to work with tbird 3.1.x
Submitted by:	beat
Approved by:	maintainer timeout
2010-08-18 19:18:02 +00:00
Mark Linimon
d0b160c6ee Mark slave ports enigmail-seamonkey and enigmail-thunderbird broken
on sparc64: fails to install.

Hat:		portmgr
Feature safe:	yes
2010-02-27 02:01:14 +00:00
Alex Dupre
9cf888de46 Update to 1.0.1 release.
Feature safe:	yes
2010-02-16 11:02:35 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Alex Dupre
581ac71780 Fix typo. 2010-01-20 10:18:21 +00:00
Alex Dupre
141535cfb4 Try again to fix make_index. 2010-01-20 10:16:30 +00:00
Alex Dupre
047575539a Re-add enigmail port, trying to fix make_index.
Requested by:	pav
2010-01-20 09:26:50 +00:00
Alex Dupre
dc1d7eccd3 Update to 1.0.0 release:
- remove mozilla support
- add support for thunderbird 2/3 and seamonkey 1/2
2010-01-11 12:50:14 +00:00
Alex Dupre
95f8b53c27 Set DEPRECATED and EXPIRATION_DATE.
Enigmail for thunderbird3 and seamonkey2 will appear soon after the removal.
2009-12-29 11:51:45 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Alex Dupre
a0f71718c7 Use ${NONEXISTENT} for dependencies that will not be installed.
PR:		ports/126110
Submitted by:	edwin
2008-07-31 06:03:56 +00:00
Edwin Groothuis
212ecfe17b Fix PORTREVISION on ports which have PORTVERSION?= set.
Noticed by Max Brazhnikov <makc@issp.ac.ru>
Part of the great devel/gettext portrevision bump.

Approved by:	portmgr (pav)
2008-06-06 22:01:01 +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
a76411a80f - Fix build
Submitted by:	pointyhat
2008-04-24 07:12:08 +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
Jun Kuriyama
265500d7d8 - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
  correct.  To work around this, change dependency line from bin/gpg
  to bin/gpgv which exists in security/gnupg1 port only.

Spotted by:	ume
2006-12-22 02:51:16 +00:00
Jun Kuriyama
fc5b96f1a8 - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.

Thanks to:	dougb, lofi
2006-12-21 13:31:56 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Alex Dupre
b8094da46f Add zip as build dependency too.
Spotted by:	pointyhat
2006-02-09 07:24:34 +00:00
Alex Dupre
71d851de7d Hopefully fix pointyhat build, by adding all the extract dependencies of gecko. 2006-02-06 07:12:20 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Alex Dupre
cfa9a3806a Fix build after recent changes to gecko ports.
Reported by:	pointyhat via kris
2005-12-10 12:50:36 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Alex Dupre
d63fd2d251 Update to 0.93.0 release. 2005-10-07 10:29:39 +00:00
Alex Dupre
fde3f4761d Update to 0.92.1 release. 2005-09-29 15:25:15 +00:00
Alex Dupre
5e92d25f85 Update to 0.92.0 release:
- New support for OpenPGP SmartCards
2005-07-14 06:24:57 +00:00
Alex Dupre
bdaf0d1ec4 Update to 0.91.0 release. 2005-04-05 14:04:32 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Alex Dupre
da153e0a84 Updato to 0.90.1 release:
- add OpenPGP key management
2005-03-02 07:09:38 +00:00
Alex Dupre
85b3a56d59 Update to 0.89.5 release. 2004-12-07 09:06:40 +00:00
Alex Dupre
6dc4eb33e6 Update to 0.89.0 release:
- Add support for Thunderbird 0.9
2004-11-09 06:55:01 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Alex Dupre
986a57262f - Update to 0.86.1 release [1]
- Pet portlint s/file/f/ [1]
- Re-enable support for Thunderbird !

PR:		ports/73359 [1]
Submitted by:	dougb [1]
2004-11-01 10:46:24 +00:00