diff options
author | thierry <thierry@FreeBSD.org> | 2004-11-20 22:23:08 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-11-20 22:23:08 +0800 |
commit | d62c31144409bec8f79c7da19cc952d557d9b784 (patch) | |
tree | a6e84df566e6f8ed590305407d4aa478ab44cf04 /textproc | |
parent | bae49a8fe80690ad3db1804f2dbe1351289eccd8 (diff) | |
download | freebsd-ports-gnome-d62c31144409bec8f79c7da19cc952d557d9b784.tar.gz freebsd-ports-gnome-d62c31144409bec8f79c7da19cc952d557d9b784.tar.zst freebsd-ports-gnome-d62c31144409bec8f79c7da19cc952d557d9b784.zip |
Upgrade to 0.60.1.1.
This release contains an important bug fix involving checking of
capitalized word when affix compression is used.
Aspell can be linked again with the base ncurses, then WITH_NCURSES
has been removed.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 27 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 4 |
2 files changed, 9 insertions, 22 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 5b44625e01d4..5b4b1f16d420 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -6,12 +6,12 @@ # PORTNAME?= aspell -PORTVERSION= 0.60.1 +PORTVERSION= 0.60.1.1 CATEGORIES+= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= aspell -DISTFILES= aspell-0.60.1.tar.gz # needed for slave ports / options -EXTRACT_ONLY= aspell-0.60.1.tar.gz +DISTFILES= aspell-0.60.1.1.tar.gz # needed for slave ports / options +EXTRACT_ONLY= aspell-0.60.1.1.tar.gz MAINTAINER?= thierry@FreeBSD.org COMMENT?= Spelling checker with better suggestion logic than ispell @@ -36,7 +36,8 @@ USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} -PLIST_SUB= VER=${PORTVERSION:R} +VERINST= ${PORTVERSION:R:R} +PLIST_SUB= VER=${VERINST} .if defined(WITH_ISPELL) CONFLICTS= ispell* ??-ispell* @@ -80,18 +81,6 @@ DICT_SUFFIX= .tar.bz2 .include <bsd.port.pre.mk> .include "${FILESDIR}/verdict" -.if exists(${LOCALBASE}/include/ncurses/ncurses.h) -WITH_NCURSES= yes -.endif -.if defined(WITH_NCURSES) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libncurses.so.5.4:${PORTSDIR}/devel/ncurses -RUN_DEPENDS+= ${LOCALBASE}/lib/libncurses.so.5.4:${PORTSDIR}/devel/ncurses -CONFIGURE_ARGS+=--enable-curses=${LOCALBASE}/lib/libncurses.so \ - --enable-curses-include=${LOCALBASE}/include -.else -CONFIGURE_ARGS+=--disable-curses # Curses implementation on FreeBSD is outdated! -.endif - .if defined(LANG) . for i in ${AVAIL_DICT} no . if ${LANG:M${i}*} != "" @@ -191,8 +180,6 @@ DICTS+= ${LG} @${ECHO_MSG} '* - Zulu ASPELL_ZU=yes *' @${ECHO_MSG} '* *' @${ECHO_MSG} '* Example: "make ASPELL_FR=yes ASPELL_EN=yes install" *' - @${ECHO_MSG} '* *' - @${ECHO_MSG} '* Define WITH_NCURSES to get the full screen interface. *' @${ECHO_MSG} '*********************************************************' . for LG in ${AVAIL_DICT} . if (${DEF_DICT} == ${LG}) @@ -221,11 +208,11 @@ post-install: @cd ${WRKDIR}/aspell${VERDICT_${DICO:U}} && \ ${CONF_DICT_ENV} ./${CONFIGURE_SCRIPT} && \ ${GMAKE} install - @${SED} -e "s|%%VER%%|${PORTVERSION:R}|" ${MASTERDIR}/pkg-plist.${DICO} \ + @${SED} -e "s|%%VER%%|${VERINST}|" ${MASTERDIR}/pkg-plist.${DICO} \ >> ${TMPPLIST} .endfor @${ECHO_CMD} "@dirrm share/aspell" >> ${TMPPLIST} - @${ECHO_CMD} "@dirrm lib/aspell-${PORTVERSION:R}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrm lib/aspell-${VERINST}" >> ${TMPPLIST} .if defined(WITH_ISPELL) ${INSTALL_SCRIPT} ${SCRIPTS:S|^|${WRKSRC}/scripts/|} ${PREFIX}/bin .endif diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index a48e5bf26c16..b7e5083c36f4 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1,5 +1,5 @@ -MD5 (aspell-0.60.1.tar.gz) = 277a5e04498c72d47647c1bced88d0d0 -SIZE (aspell-0.60.1.tar.gz) = 1586475 +MD5 (aspell-0.60.1.1.tar.gz) = 8c2f27dcfc5e02c994f11eed7d04b853 +SIZE (aspell-0.60.1.1.tar.gz) = 1564114 MD5 (aspell-af-0.50-0.tar.bz2) = bde617a195e70364f96eea71cf71a333 SIZE (aspell-af-0.50-0.tar.bz2) = 256111 MD5 (aspell6-az-0.02-0.tar.bz2) = 24d9d46c8fc23197666a43a7962a7b0d |