aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-07-18 19:11:29 +0800
committerdinoex <dinoex@FreeBSD.org>2009-07-18 19:11:29 +0800
commitf66043401d219e6bee08b710c77b732eb36060b5 (patch)
tree33a2c0660e6aa1ee1be77151d2f351ab35b4d41b /mail
parentd9ee3962c7bfd2113fa777e2f591f564ae12e107 (diff)
downloadfreebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.tar.gz
freebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.tar.zst
freebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.zip
- update to jpeg7
Tested by: pav on pointyhat
Diffstat (limited to 'mail')
-rw-r--r--mail/enigmail-thunderbird/Makefile3
-rw-r--r--mail/spamprobe/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile
index 9600101d3edc..47c18d8e7a34 100644
--- a/mail/enigmail-thunderbird/Makefile
+++ b/mail/enigmail-thunderbird/Makefile
@@ -7,6 +7,7 @@
PORTNAME= enigmail
PORTVERSION= 0.95.7
+PORTREVISION= 1
CATEGORIES= mail security
MASTER_SITES= http://www.mozilla-enigmail.org/download/source/
PKGNAMEPREFIX?= thunderbird-
@@ -16,7 +17,7 @@ COMMENT?= A GnuPG extension for the Thunderbird mail client
EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:patch
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
nspr4:${PORTSDIR}/devel/nspr \
nss3:${PORTSDIR}/security/nss
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile
index c0d4dc2bed54..78e1ab457a8a 100644
--- a/mail/spamprobe/Makefile
+++ b/mail/spamprobe/Makefile
@@ -14,7 +14,7 @@
PORTNAME= spamprobe
PORTVERSION= 1.4d
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -68,7 +68,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
.if defined(WITHOUT_JPEG)
CONFIGURE_ARGS+= --without-jpeg
.else
-LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif