summaryrefslogtreecommitdiffstats
path: root/mail/evolution/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r--mail/evolution/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index b0b38bcc1..66d9bd0b0 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= evolution
-PORTVERSION= 1.5.1
-PORTREVISION= 1
+PORTVERSION= 1.5.2
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5
@@ -16,7 +15,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= An integrated mail, calendar and address book distributed suite
-LIB_DEPENDS= edataserver.1:${PORTSDIR}/databases/evolution-data-server \
+LIB_DEPENDS= edataserver.2:${PORTSDIR}/databases/evolution-data-server \
nss3.1:${PORTSDIR}/security/nss
RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell
@@ -63,7 +62,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB+= VERSION=${EVO_VERSION}
-PKGINSTALL= ${WRKDIR}/pkg-install
pre-everything::
@${ECHO_MSG} ""
@@ -73,8 +71,4 @@ pre-everything::
@${ECHO_MSG} " WITHOUT_SPAMASSASSIN Do not add a runtime dependency on SpamAssassin (Evo uses SpamAssassin for spam filtering)"
@${ECHO_MSG} ""
-post-install:
- @${FIND} ${PREFIX}/share/gnome/evolution/${EVO_VERSION}/default_user \
- -type f | ${XARGS} ${CHMOD} u+w
-
.include <bsd.port.mk>