diff options
author | ale <ale@FreeBSD.org> | 2011-08-25 16:35:59 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-08-25 16:35:59 +0800 |
commit | 6e43d95cf10738dd7000b2e1186ff9f8158eda44 (patch) | |
tree | df6449d14f6820d7f44f0dd5957ac14f6bcaae1d /mail/thunderbird/Makefile | |
parent | 35018ae1e98fa2d4a67aae2bc3647ae1820f8ede (diff) | |
download | freebsd-ports-gnome-6e43d95cf10738dd7000b2e1186ff9f8158eda44.tar.gz freebsd-ports-gnome-6e43d95cf10738dd7000b2e1186ff9f8158eda44.tar.zst freebsd-ports-gnome-6e43d95cf10738dd7000b2e1186ff9f8158eda44.zip |
Add a patch to fix enigmail and bump PORTREVISION.
Issue analysis:
fire_glxtest_process() forks a new process, but doesn't wait(2) for it.
So when wait(2) is invoked later it may return a pid of this child before any
other child.
Submitted by: avg
Approved by: flo
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index f5b815fa8add..5f3b0a47034a 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -7,7 +7,7 @@ PORTNAME= thunderbird DISTVERSION= 6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source |