diff options
author | mezz <mezz@FreeBSD.org> | 2005-12-02 13:30:01 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-12-02 13:30:01 +0800 |
commit | 7389d862cb1a5a25d71493dc864ab679c757dfdc (patch) | |
tree | 85695513a713d9ef6ab005cd370b24a8517ef332 /mail | |
parent | f613474a217b3bb3ad370bf7ccc56fe81d8f7779 (diff) | |
download | freebsd-ports-gnome-7389d862cb1a5a25d71493dc864ab679c757dfdc.tar.gz freebsd-ports-gnome-7389d862cb1a5a25d71493dc864ab679c757dfdc.tar.zst freebsd-ports-gnome-7389d862cb1a5a25d71493dc864ab679c757dfdc.zip |
Fix all those ports to find libnssckbi.so in the correct place to allow those
SSL certificates work again. Somehow, this patch was lost in the big change,
so bring it back. Bump PORTREVISION on all of those ports.
PR: ports/89796
Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird-esr/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile index e34f52b9a815..7af200b35a2f 100644 --- a/mail/thunderbird-devel/Makefile +++ b/mail/thunderbird-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= thunderbird DISTVERSION= 1.5rc1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index ad125367147a..522ab82b297a 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -8,7 +8,7 @@ PORTNAME= thunderbird PORTVERSION= 1.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index ad125367147a..522ab82b297a 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -8,7 +8,7 @@ PORTNAME= thunderbird PORTVERSION= 1.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index ad125367147a..522ab82b297a 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -8,7 +8,7 @@ PORTNAME= thunderbird PORTVERSION= 1.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source |