- Update to 2.2.3

- portlint(1)
This commit is contained in:
Marcus Alves Grando 2006-08-14 03:51:40 +00:00
parent eba96f64d9
commit 8ce8e04893
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170521
3 changed files with 8 additions and 19 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= gmime
PORTVERSION= 2.2.2
PORTVERSION= 2.2.3
PORTREVISION?= 0
CATEGORIES?= mail
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v${PORTVERSION:C/([0-9]\.[0-9]).*/\1/}/
@ -19,18 +19,21 @@ CONFLICTS= gmime-1.0.*
USE_ICONV= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnometarget glib20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS?= --with-libiconv=${LOCALBASE} \
--with-html-dir=${PREFIX}/share/doc \
--enable-mono=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
LATEST_LINK?= ${PORTNAME}2
PORTDOCS= *
post-patch:
@${REINPLACE_CMD} -e "s|stdint.h|inttypes.h|" ${WRKSRC}/zentimer.h
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View file

@ -1,3 +1,3 @@
MD5 (gmime-2.2.2.tar.gz) = e9b07d187270dee4c30b1fe8392f396b
SHA256 (gmime-2.2.2.tar.gz) = 1fd541aaca95e287d1151df7347495cc0836399633f6808b88ca12a15df48052
SIZE (gmime-2.2.2.tar.gz) = 926799
MD5 (gmime-2.2.3.tar.gz) = 0c48ece8b65955db8e7d89c171de974b
SHA256 (gmime-2.2.3.tar.gz) = 285f4ab080ce2fd11a52a181e682a64ba26cb1c814dc5829c553ecc0efc95126
SIZE (gmime-2.2.3.tar.gz) = 927173

View file

@ -1,14 +0,0 @@
$FreeBSD$
--- gmime/gmime-gpg-context.c.orig
+++ gmime/gmime-gpg-context.c
@@ -25,8 +25,6 @@
#include <config.h>
#endif
-#define _POSIX_SOURCE
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>