summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-01 00:00:24 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-01 00:00:24 +0000
commit97d1761192729bc4a8129b8b7d53b805d48112c5 (patch)
tree74550935c922edc3330392a0fe1252a6f3fec389
parent- Update to 2.2.1 (diff)
- Update ports affected by mail/gmime2 update
- portlint(1)
Notes
Notes: svn path=/head/; revision=160989
-rw-r--r--mail/balsa/Makefile4
-rw-r--r--mail/gmime2-sharp/Makefile7
-rw-r--r--mail/gmime2-sharp/pkg-plist6
-rw-r--r--mail/mail-notification/Makefile5
-rw-r--r--mail/p5-MIME-Fast/Makefile4
5 files changed, 12 insertions, 14 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index c633910f9f96..b3cb1079e246 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -8,6 +8,7 @@
PORTNAME= balsa
PORTVERSION= 2.3.12
+PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/
DISTNAME= balsa-${PORTVERSION}
@@ -18,7 +19,7 @@ COMMENT= A mail reader for the GNOME 2 desktop
LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \
pcre.0:${PORTSDIR}/devel/pcre \
esmtp.6:${PORTSDIR}/mail/libesmtp \
- gmime-2.0.3:${PORTSDIR}/mail/gmime2
+ gmime-2.0.4:${PORTSDIR}/mail/gmime2
USE_GMAKE= yes
USE_BZIP2= yes
@@ -30,7 +31,6 @@ USE_OPENSSL= yes
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui \
gtkhtml3
USE_AUTOTOOLS= libltdl:15
-USE_REINPLACE= yes
USE_GCC= 3.4+
GNU_CONFIGURE= yes
USE_ICONV= yes
diff --git a/mail/gmime2-sharp/Makefile b/mail/gmime2-sharp/Makefile
index 713060ba2198..1fe0e33d781d 100644
--- a/mail/gmime2-sharp/Makefile
+++ b/mail/gmime2-sharp/Makefile
@@ -6,14 +6,14 @@
# $Id: Makefile,v 1.15 2005/11/23 01:39:36 tmclau02 Exp $
#
-PORTREVISION= 4
+PORTREVISION= 0
CATEGORIES= mail
PKGNAMESUFFIX= -sharp
MAINTAINER= bsd-sharp-list@forge.novell.com
COMMENT= Mono bindings for gmime
-LIB_DEPENDS= gmime-2.0.3:${PORTSDIR}/mail/gmime2
+LIB_DEPENDS= gmime-2.0.4:${PORTSDIR}/mail/gmime2
BUILD_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20
RUN_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20
@@ -24,10 +24,9 @@ DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME= gnomehack gnometarget glib20
-USE_REINPLACE= yes
CONFIGURE_ARGS= --enable-mono=yes
-LATEST_LINK= gmime2-sharp
+LATEST_LINK= gmime2-sharp
# Else we conflict with mail/gmime2
NOPORTDOCS= yes
diff --git a/mail/gmime2-sharp/pkg-plist b/mail/gmime2-sharp/pkg-plist
index 6d5cf2178d9b..6a669e68e0ec 100644
--- a/mail/gmime2-sharp/pkg-plist
+++ b/mail/gmime2-sharp/pkg-plist
@@ -1,8 +1,8 @@
-lib/mono/gac/gmime-sharp/2.1.0.0__677013d4cb5910f0/gmime-sharp.dll
-lib/mono/gac/gmime-sharp/2.1.0.0__677013d4cb5910f0/gmime-sharp.dll.config
+lib/mono/gac/gmime-sharp/2.2.0.0__677013d4cb5910f0/gmime-sharp.dll
+lib/mono/gac/gmime-sharp/2.2.0.0__677013d4cb5910f0/gmime-sharp.dll.config
lib/mono/gmime-sharp/gmime-sharp.dll
libdata/pkgconfig/gmime-sharp.pc
share/gapi-2.0/gmime-api.xml
@dirrm lib/mono/gmime-sharp
-@dirrm lib/mono/gac/gmime-sharp/2.1.0.0__677013d4cb5910f0
+@dirrm lib/mono/gac/gmime-sharp/2.2.0.0__677013d4cb5910f0
@dirrm lib/mono/gac/gmime-sharp
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
index 3f479b73d1e4..6caa3f2a3f5a 100644
--- a/mail/mail-notification/Makefile
+++ b/mail/mail-notification/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mail-notification
PORTVERSION= 2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= mailnotify
@@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= mailnotify
MAINTAINER= jylefort@FreeBSD.org
COMMENT= A mail notification for freedesktop.org-compliant system trays
-USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack eel2
GNU_CONFIGURE= yes
@@ -86,7 +85,7 @@ CONFIGURE_ARGS+= --disable-sylpheed
|| defined(WITH_POP3) \
|| defined(WITH_IMAP) \
|| defined(WITH_SYLPHEED)
-LIB_DEPENDS+= gmime-2.0:${PORTSDIR}/mail/gmime2
+LIB_DEPENDS+= gmime-2.0.4:${PORTSDIR}/mail/gmime2
.endif
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --disable-ssl
diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile
index fc14f8307ede..209e94d6e469 100644
--- a/mail/p5-MIME-Fast/Makefile
+++ b/mail/p5-MIME-Fast/Makefile
@@ -7,7 +7,7 @@
PORTNAME= MIME-Fast
PORTVERSION= 1.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MIME
@@ -17,7 +17,7 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Create, edit and parse MIME messages (via gmime2 C library)
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
-LIB_DEPENDS= gmime-2.0:${PORTSDIR}/mail/gmime2
+LIB_DEPENDS= gmime-2.0.4:${PORTSDIR}/mail/gmime2
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes