aboutsummaryrefslogtreecommitdiff
path: root/textproc/hunspell
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-20 15:30:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-20 15:30:27 +0000
commit392acb41cfb2f34eddf18b52a242cec0ad8687ca (patch)
treef7361268023e1948f86a5660fb2a6f7db740f4b5 /textproc/hunspell
parent71213a28720fe5c4a7b392c8c5aacd6b40a2e9be (diff)
downloadports-392acb41cfb2f34eddf18b52a242cec0ad8687ca.tar.gz
ports-392acb41cfb2f34eddf18b52a242cec0ad8687ca.zip
- Update to 1.0.R.2
PR: ports/81261 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes: svn path=/head/; revision=135713
Diffstat (limited to 'textproc/hunspell')
-rw-r--r--textproc/hunspell/Makefile11
-rw-r--r--textproc/hunspell/distinfo6
-rw-r--r--textproc/hunspell/files/patch-csutil.cxx18
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;
--};
-+}
-