diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-17 04:22:59 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-17 04:22:59 +0800 |
commit | 33d5b21f3eb29750d610f85781e0627c24923cca (patch) | |
tree | d77f659643e566157bfd72aeeb843625a29ac958 /mail | |
parent | 8a1282e45f276067cf8ec95b5c326ee394dc6501 (diff) | |
download | marcuscom-ports-33d5b21f3eb29750d610f85781e0627c24923cca.tar marcuscom-ports-33d5b21f3eb29750d610f85781e0627c24923cca.tar.gz marcuscom-ports-33d5b21f3eb29750d610f85781e0627c24923cca.tar.bz2 marcuscom-ports-33d5b21f3eb29750d610f85781e0627c24923cca.tar.lz marcuscom-ports-33d5b21f3eb29750d610f85781e0627c24923cca.tar.xz marcuscom-ports-33d5b21f3eb29750d610f85781e0627c24923cca.tar.zst marcuscom-ports-33d5b21f3eb29750d610f85781e0627c24923cca.zip |
Update to 3.4.4.
Fix a small portlint nit.
This is still broken, pending samba4 update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17045 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-mapi3/Makefile | 8 | ||||
-rw-r--r-- | mail/evolution-mapi3/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/evolution-mapi3/Makefile b/mail/evolution-mapi3/Makefile index a529400c8..d55d51a54 100644 --- a/mail/evolution-mapi3/Makefile +++ b/mail/evolution-mapi3/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution-mapi3/Makefile,v 1.14 2012/06/12 22:22:34 mezz Exp $ +# $MCom: ports/mail/evolution-mapi3/Makefile,v 1.15 2012/06/18 11:10:11 kwm Exp $ # PORTNAME= evolution-mapi -PORTVERSION= 3.4.3 +PORTVERSION= 3.4.4 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -31,8 +31,8 @@ USE_GMAKE= yes USE_GNOME= gconf2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS"= -L${LOCALBASE}/lib VERSION= 3.0 PLIST_SUB= VERSION=${VERSION} diff --git a/mail/evolution-mapi3/distinfo b/mail/evolution-mapi3/distinfo index 3e98f24ca..635d851bc 100644 --- a/mail/evolution-mapi3/distinfo +++ b/mail/evolution-mapi3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-mapi-3.4.3.tar.xz) = 752a58c5afff582e1a674d1df845b57a5c59ccefb75fa69f6f55eb4e715cf718 -SIZE (gnome3/evolution-mapi-3.4.3.tar.xz) = 577608 +SHA256 (gnome3/evolution-mapi-3.4.4.tar.xz) = 0f98b4db0ced8437794db931a8b682ea4010dc27a408671a3dfbd4658f565007 +SIZE (gnome3/evolution-mapi-3.4.4.tar.xz) = 578900 |