diff options
author | ale <ale@FreeBSD.org> | 2004-06-27 17:58:45 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-27 17:58:45 +0800 |
commit | 5f72ae4acb337f7940e79c6321c4b66585efd2c7 (patch) | |
tree | dbfd49d369d1d81c335d4c5e3cc9ed6f397de711 /mail/enigmail-thunderbird | |
parent | a8fceadd300dd062de2aad7df761c7988e12c635 (diff) | |
download | freebsd-ports-gnome-5f72ae4acb337f7940e79c6321c4b66585efd2c7.tar.gz freebsd-ports-gnome-5f72ae4acb337f7940e79c6321c4b66585efd2c7.tar.zst freebsd-ports-gnome-5f72ae4acb337f7940e79c6321c4b66585efd2c7.zip |
- Update enigmail-thunderbird to 0.84.1
- Add support for thunderbird 0.7
Diffstat (limited to 'mail/enigmail-thunderbird')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 5 | ||||
-rw-r--r-- | mail/enigmail-thunderbird/pkg-deinstall | 2 | ||||
-rw-r--r-- | mail/enigmail-thunderbird/pkg-install | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index fd889fdc07f0..77e59d1e06bc 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTVERSION= 0.84.1 PKGNAMESUFFIX= -thunderbird COMMENT= A GnuPG extension for the Thunderbird mail client @@ -12,6 +13,8 @@ COMMENT= A GnuPG extension for the Thunderbird mail client EXTRACT_DEPENDS=${WRKDIR}/../../../${LOCAL_SRCDIR}/work/mozilla/Makefile:${PORTSDIR}/${LOCAL_SRCDIR}:configure RUN_DEPENDS= thunderbird:${PORTSDIR}/${LOCAL_SRCDIR} +IPCVERSION= 1.0.7 + MASTERDIR= ${.CURDIR}/../enigmail PKGINSTALL= ${.CURDIR}/pkg-install @@ -19,6 +22,6 @@ PKGDEINSTALL= ${.CURDIR}/pkg-deinstall PKGMESSAGE= ${.CURDIR}/pkg-message LOCAL_SRCDIR= mail/thunderbird -LOCAL_SUBDIR= lib/thunderbird/lib/thunderbird-0.6 +LOCAL_SUBDIR= lib/thunderbird/lib/thunderbird-0.7 .include "${MASTERDIR}/Makefile" diff --git a/mail/enigmail-thunderbird/pkg-deinstall b/mail/enigmail-thunderbird/pkg-deinstall index c240267ca644..1eaa87ad0e4a 100644 --- a/mail/enigmail-thunderbird/pkg-deinstall +++ b/mail/enigmail-thunderbird/pkg-deinstall @@ -1,7 +1,7 @@ #!/bin/sh if test "$2" = "POST-DEINSTALL"; then -FILE=${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-0.6/chrome/installed-chrome.txt +FILE=${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-0.7/chrome/installed-chrome.txt cp ${FILE} ${FILE}.orig cat ${FILE}.orig | grep -v enigmail > ${FILE} rm ${FILE}.orig diff --git a/mail/enigmail-thunderbird/pkg-install b/mail/enigmail-thunderbird/pkg-install index dae8c8c395cd..c65d71bd93df 100644 --- a/mail/enigmail-thunderbird/pkg-install +++ b/mail/enigmail-thunderbird/pkg-install @@ -1,7 +1,7 @@ #!/bin/sh if test "$2" = "POST-INSTALL"; then -cat << EOF >> ${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-0.6/chrome/installed-chrome.txt +cat << EOF >> ${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-0.7/chrome/installed-chrome.txt content,install,url,jar:resource:/chrome/enigmail.jar!/content/enigmail/ skin,install,url,jar:resource:/chrome/enigmail-skin-tbird.jar!/skin/classic/enigmail/ locale,install,url,jar:resource:/chrome/enigmail.jar!/locale/en-US/enigmail/ |