Update to (final) 1.0.8
This commit is contained in:
parent
cb242f69b7
commit
f1693025d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135606
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= gmime
|
||||
PORTVERSION= 1.0.7
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/
|
||||
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v1.0/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library (written in C) for parsing and creating messages using MIME
|
||||
@ -20,11 +19,12 @@ GNU_CONFIGURE= YES
|
||||
USE_GMAKE= YES
|
||||
USE_GNOME= glib12
|
||||
USE_ICONV= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE}
|
||||
USE_LIBTOOL_VER=15
|
||||
CFLAGS+= -L${LOCALBASE}/lib # req'd to find iconv
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
MAKE_ARGS= confexecdir=${PREFIX}/etc
|
||||
|
||||
INSTALLS_SHLIB= YES
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gmime-1.0.7.tar.gz) = b36d184d228719a8bf33d9025ce432d1
|
||||
SIZE (gmime-1.0.7.tar.gz) = 469545
|
||||
MD5 (gmime-1.0.8.tar.gz) = 9d756836cd062f2257c9afa4a46ba96f
|
||||
SIZE (gmime-1.0.8.tar.gz) = 513890
|
||||
|
@ -9,12 +9,3 @@
|
||||
|
||||
INCLUDES = -I@srcdir@ $(VERSION_FLAGS) @GLIB_CFLAGS@ -DG_LOG_DOMAIN=\"gmime\"
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
test_parser_DEPENDENCIES = $(DEPS)
|
||||
test_parser_LDADD = $(LDADDS)
|
||||
|
||||
-confexecdir = $(libdir)
|
||||
+confexecdir = $(sysconfdir)
|
||||
confexec_DATA = gmimeConf.sh
|
||||
|
||||
CLEANFILES = gmimeConf.sh
|
||||
|
@ -32,7 +32,6 @@ include/gmime/gmime-utils.h
|
||||
include/gmime/internet-address.h
|
||||
lib/libgmime.so.1
|
||||
lib/libgmime.so
|
||||
lib/libgmime.la
|
||||
lib/libgmime.a
|
||||
share/aclocal/gmime.m4
|
||||
@dirrm include/gmime
|
||||
|
Loading…
Reference in New Issue
Block a user