[Midnightbsd-cvs] mports: textproc/enchant: update to 1.4.0
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 25 15:10:23 EDT 2008
Log Message:
-----------
update to 1.4.0
Modified Files:
--------------
mports/textproc/enchant:
Makefile (r1.1 -> r1.2)
distinfo (r1.1 -> r1.2)
pkg-plist (r1.1 -> r1.2)
-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/textproc/enchant/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L textproc/enchant/pkg-plist -L textproc/enchant/pkg-plist -u -r1.1 -r1.2
--- textproc/enchant/pkg-plist
+++ textproc/enchant/pkg-plist
@@ -12,6 +12,9 @@
lib/enchant/libenchant_myspell.a
lib/enchant/libenchant_myspell.la
lib/enchant/libenchant_myspell.so
+lib/enchant/libenchant_zemberek.a
+lib/enchant/libenchant_zemberek.la
+lib/enchant/libenchant_zemberek.so
lib/libenchant.a
lib/libenchant.la
lib/libenchant.so
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/enchant/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L textproc/enchant/Makefile -L textproc/enchant/Makefile -u -r1.1 -r1.2
--- textproc/enchant/Makefile
+++ textproc/enchant/Makefile
@@ -7,13 +7,16 @@
#
PORTNAME= enchant
-PORTVERSION= 1.3.0
+PORTVERSION= 1.4.0
CATEGORIES= textproc gnome
MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/
DIST_SUBDIR= gnome2
MAINTAINER= ports at MidnightBSD.org
COMMENT= Dictionary/spellchecking framework
+LICENSE= lgpl
+
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
@@ -68,5 +71,11 @@
post-patch:
@${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \
${WRKSRC}/install-sh
+.if ${OSVERSION} < 700042
+ @${REINPLACE_CMD} -E -e "s|-Wunsafe-loop-optimizations ||g" \
+ -e "s|-Wno-missing-field-initializers ||g" \
+ -e "s|-Wno-attributes ||g" \
+ ${WRKSRC}/configure
+.endif
.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/textproc/enchant/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L textproc/enchant/distinfo -L textproc/enchant/distinfo -u -r1.1 -r1.2
--- textproc/enchant/distinfo
+++ textproc/enchant/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/enchant-1.3.0.tar.gz) = f7edafae875616b83e7a17a7e5c2d585
-SHA256 (gnome2/enchant-1.3.0.tar.gz) = e65015aa0e6ada88a001b07b092265f4cbaf377d99b4233972995cdb94e698ef
-SIZE (gnome2/enchant-1.3.0.tar.gz) = 539040
+MD5 (gnome2/enchant-1.4.0.tar.gz) = 3fd34e8a81bb3d50588251f1a08a9d49
+SHA256 (gnome2/enchant-1.4.0.tar.gz) = 25f14a86927d3d1fe9608de80ed2080807b73d21337c2dc8caec6ce60fbf5cce
+SIZE (gnome2/enchant-1.4.0.tar.gz) = 601930
More information about the Midnightbsd-cvs
mailing list