mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Chase with thunderbird update, bump the PORTREVISION.
Approved by: ale (maintainer)
This commit is contained in:
parent
775ef27fd9
commit
1c8f8b7c0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141039
3 changed files with 4 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
|
PORTREVISION= 1
|
||||||
PKGNAMESUFFIX= -thunderbird
|
PKGNAMESUFFIX= -thunderbird
|
||||||
|
|
||||||
COMMENT= A GnuPG extension for the Thunderbird mail client
|
COMMENT= A GnuPG extension for the Thunderbird mail client
|
||||||
|
@ -18,6 +19,6 @@ PKGINSTALL= ${.CURDIR}/pkg-install
|
||||||
PKGDEINSTALL= ${.CURDIR}/pkg-deinstall
|
PKGDEINSTALL= ${.CURDIR}/pkg-deinstall
|
||||||
|
|
||||||
LOCAL_SRCDIR= mail/thunderbird
|
LOCAL_SRCDIR= mail/thunderbird
|
||||||
LOCAL_SUBDIR= lib/thunderbird/lib/thunderbird-1.0.6
|
LOCAL_SUBDIR= lib/thunderbird
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if test "$2" = "POST-DEINSTALL"; then
|
if test "$2" = "POST-DEINSTALL"; then
|
||||||
FILE=${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-1.0.6/chrome/installed-chrome.txt
|
FILE=${PKG_PREFIX}/lib/thunderbird/chrome/installed-chrome.txt
|
||||||
cp ${FILE} ${FILE}.orig
|
cp ${FILE} ${FILE}.orig
|
||||||
cat ${FILE}.orig | grep -v enigmime | grep -v enigmail > ${FILE}
|
cat ${FILE}.orig | grep -v enigmime | grep -v enigmail > ${FILE}
|
||||||
rm ${FILE}.orig
|
rm ${FILE}.orig
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if test "$2" = "POST-INSTALL"; then
|
if test "$2" = "POST-INSTALL"; then
|
||||||
cat << EOF >> ${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-1.0.6/chrome/installed-chrome.txt
|
cat << EOF >> ${PKG_PREFIX}/lib/thunderbird/chrome/installed-chrome.txt
|
||||||
skin,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/
|
skin,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/
|
||||||
locale,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/
|
locale,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/
|
||||||
content,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/
|
content,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/
|
||||||
|
|
Loading…
Add table
Reference in a new issue