Index: branches/2018Q1/textproc/aspell/Makefile =================================================================== --- branches/2018Q1/textproc/aspell/Makefile (revision 458010) +++ branches/2018Q1/textproc/aspell/Makefile (revision 458011) @@ -1,49 +1,52 @@ # Created by: Josh Gilliam # $FreeBSD$ PORTNAME= aspell PORTVERSION= 0.60.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= GNU/aspell + +PATCH_SITES= https://github.com/GNUAspell/aspell/commit/ +PATCHFILES= 8089fa02122f.patch:-p1 MAINTAINER= office@FreeBSD.org COMMENT= Spelling checker with better suggestion logic than ispell LICENSE= LGPL21 OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-docdir=${DOCSDIR} \ --enable-curses=ncursesw \ --enable-static USES= cpe gmake iconv libtool ncurses perl5 shebangfix USE_LDCONFIG= yes SHEBANG_FILES= scripts/aspell-import CPE_VENDOR= gnu INSTALL_TARGET= install-strip VERINST= ${PORTVERSION:R:R} SUB_FILES= aspell.ver PLIST_SUB= VER=${VERINST} SUB_LIST= VERINST=${VERINST} INFO= aspell-dev aspell NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include # Does not link without at least -O .if !defined(CFLAGS) || ${CFLAGS:M-O*} == "" CFLAGS+= -O .endif post-install: @${INSTALL_DATA} ${WRKDIR}/aspell.ver ${STAGEDIR}${PREFIX}/etc .include Index: branches/2018Q1/textproc/aspell/distinfo =================================================================== --- branches/2018Q1/textproc/aspell/distinfo (revision 458010) +++ branches/2018Q1/textproc/aspell/distinfo (revision 458011) @@ -1,2 +1,5 @@ +TIMESTAMP = 1309773190 SHA256 (aspell-0.60.6.1.tar.gz) = f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1 SIZE (aspell-0.60.6.1.tar.gz) = 1878163 +SHA256 (8089fa02122f.patch) = 28f7738df694bf5972339415d09933297f8144ee3b8e578e1f2ad5cb7697a2c4 +SIZE (8089fa02122f.patch) = 1126 Index: branches/2018Q1 =================================================================== --- branches/2018Q1 (revision 458010) +++ branches/2018Q1 (revision 458011) Property changes on: branches/2018Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r458009