diff options
author | pav <pav@FreeBSD.org> | 2005-05-20 23:30:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-20 23:30:27 +0800 |
commit | b51d55afe1acc0b55cde0a62ef2bdf4413dc0414 (patch) | |
tree | 6aa14da8768a9f167d09f7825851f29d2fdcd984 /textproc | |
parent | bfc363303bbaefe985d144b23d04b1a9d0b39e1c (diff) | |
download | freebsd-ports-gnome-b51d55afe1acc0b55cde0a62ef2bdf4413dc0414.tar.gz freebsd-ports-gnome-b51d55afe1acc0b55cde0a62ef2bdf4413dc0414.tar.zst freebsd-ports-gnome-b51d55afe1acc0b55cde0a62ef2bdf4413dc0414.zip |
- Update to 1.0.R.2
PR: ports/81261
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hunspell/Makefile | 11 | ||||
-rw-r--r-- | textproc/hunspell/distinfo | 6 | ||||
-rw-r--r-- | textproc/hunspell/files/patch-csutil.cxx | 18 |
3 files changed, 10 insertions, 25 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 193919156927..d53242a7a43a 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -6,18 +6,19 @@ # PORTNAME= hunspell -PORTVERSION= 1.0.R.1 +PORTVERSION= 1.0.R.2 CATEGORIES= hungarian textproc #MASTER_SITES= http://www.szofi.hu/gnu/magyarispell/ MASTER_SITES= http://magyarispell.sourceforge.net/ -DISTNAME= ${PORTNAME}-1.0-RC1 +DISTFILES= ${PORTNAME}-1.0-RC2${EXTRACT_SUFX} hu_HU-1.0-RC2${EXTRACT_SUFX} -MAINTAINER= Janos.Mohacsi@bsd.hu +MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Improved Hungarian spelling checker USE_GMAKE= yes USE_GETTEXT= yes USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-1.0-RC2 MAN1= hunspell.1 MAN4= hunspell.4 @@ -40,9 +41,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hunspell ${PREFIX}/bin ${LN} -s ${PREFIX}/bin/hunspell ${PREFIX}/bin/hunstem ${MKDIR} ${PREFIX}/share/myspell/ && \ - ${INSTALL_DATA} ${WRKSRC}/hu_HU.dic \ + ${INSTALL_DATA} ${WRKDIR}/hu_HU.dic \ ${PREFIX}/share/myspell/ && \ - ${INSTALL_DATA} ${WRKSRC}/hu_HU.aff \ + ${INSTALL_DATA} ${WRKDIR}/hu_HU.aff \ ${PREFIX}/share/myspell/ ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/magyar.dic ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/hungarian.dic diff --git a/textproc/hunspell/distinfo b/textproc/hunspell/distinfo index 14ffa90a31ee..a255483118d5 100644 --- a/textproc/hunspell/distinfo +++ b/textproc/hunspell/distinfo @@ -1,2 +1,4 @@ -MD5 (hunspell-1.0-RC1.tar.gz) = a067561231e63ed0e79cae13ad01c4c1 -SIZE (hunspell-1.0-RC1.tar.gz) = 877840 +MD5 (hunspell-1.0-RC2.tar.gz) = a90f951c575798616bb890a969d346d7 +SIZE (hunspell-1.0-RC2.tar.gz) = 181134 +MD5 (hu_HU-1.0-RC2.tar.gz) = 9368dd2105b388b0c12a58d276adad5e +SIZE (hu_HU-1.0-RC2.tar.gz) = 517512 diff --git a/textproc/hunspell/files/patch-csutil.cxx b/textproc/hunspell/files/patch-csutil.cxx deleted file mode 100644 index 3197e047ccc5..000000000000 --- a/textproc/hunspell/files/patch-csutil.cxx +++ /dev/null @@ -1,18 +0,0 @@ ---- csutil.cxx.orig Wed Dec 17 18:50:49 2003 -+++ csutil.cxx Thu May 20 15:20:06 2004 -@@ -3315,7 +3315,7 @@ - } - } - return ccs; --}; -+} - - - -@@ -3348,5 +3348,5 @@ - } - } - return NULL; --}; -+} - |