summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino>2012-05-21 09:52:11 +0000
committermarino <marino>2012-05-21 09:52:11 +0000
commit07375b25188410b9cd15d47f315acce84691ba5f (patch)
tree4da87d12900f51990679f73a937d325a5ec60895
parent047b044fcbb9e9d65a9b535b459c91b18b8404fa (diff)
downloadpkgsrc-07375b25188410b9cd15d47f315acce84691ba5f.tar.gz
textproc/aspell-spanish: Update to version 1.11.2
Due to unicode in one of the PLIST files, the package failed during packaging due to a libarchive translation error on DragonFly. Apparently Linux suffers from this as well. The last update was 9 years ago. Updating to current version fixes the problem for DragonFly. Linux restriction removed under the assumption that it also works now.
-rw-r--r--textproc/aspell-spanish/Makefile12
-rw-r--r--textproc/aspell-spanish/PLIST7
-rw-r--r--textproc/aspell-spanish/distinfo9
-rw-r--r--textproc/aspell-spanish/patches/patch-aa21
4 files changed, 11 insertions, 38 deletions
diff --git a/textproc/aspell-spanish/Makefile b/textproc/aspell-spanish/Makefile
index 54db37545db..76aaba0690c 100644
--- a/textproc/aspell-spanish/Makefile
+++ b/textproc/aspell-spanish/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2012/04/05 02:58:25 sbd Exp $
+# $NetBSD: Makefile,v 1.17 2012/05/21 09:52:11 marino Exp $
#
-DISTNAME= aspell-es-0.50-2
-PKGNAME= ${DISTNAME:C/es-(.*)-(.*)$/spanish-\1.\2/}
-PKGREVISION= 5
+DISTNAME= aspell6-es-1.11-2
+PKGNAME= aspell-spanish-1.11.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/es/}
EXTRACT_SUFX= .tar.bz2
@@ -16,10 +15,5 @@ PKG_DESTDIR_SUPPORT= user-destdir
HAS_CONFIGURE= YES
-.include "../../mk/bsd.prefs.mk"
-.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
-BROKEN= Can not be packaged on Linux
-.endif
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/aspell-spanish/PLIST b/textproc/aspell-spanish/PLIST
index 20289df2c6d..0ad5d47b677 100644
--- a/textproc/aspell-spanish/PLIST
+++ b/textproc/aspell-spanish/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 03:55:52 salo Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/05/21 09:52:11 marino Exp $
+lib/aspell/castellano.alias
lib/aspell/es.multi
lib/aspell/es.rws
-lib/aspell/espaņol.alias
-lib/aspell/esponol.alias
+lib/aspell/espanol.alias
lib/aspell/spanish.alias
share/aspell/es.dat
+share/aspell/es_affix.dat
diff --git a/textproc/aspell-spanish/distinfo b/textproc/aspell-spanish/distinfo
index dbc720476d1..e93af3e7ded 100644
--- a/textproc/aspell-spanish/distinfo
+++ b/textproc/aspell-spanish/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:48:40 agc Exp $
+$NetBSD: distinfo,v 1.4 2012/05/21 09:52:11 marino Exp $
-SHA1 (aspell-es-0.50-2.tar.bz2) = 46f301460588dc59a51df2c2f39377ef3977bd03
-RMD160 (aspell-es-0.50-2.tar.bz2) = ecf779e48c469994265484a36ec8449a0d704949
-Size (aspell-es-0.50-2.tar.bz2) = 157809 bytes
-SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677
+SHA1 (aspell6-es-1.11-2.tar.bz2) = 18acfa4bc08433e920bb015b158e43643e5125cf
+RMD160 (aspell6-es-1.11-2.tar.bz2) = 84f34f730a7a68f0e9fbe9d318fe0c550c851a47
+Size (aspell6-es-1.11-2.tar.bz2) = 154787 bytes
diff --git a/textproc/aspell-spanish/patches/patch-aa b/textproc/aspell-spanish/patches/patch-aa
deleted file mode 100644
index 48d07a7768c..00000000000
--- a/textproc/aspell-spanish/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:52 salo Exp $
-
---- Makefile.pre.orig Fri Jan 3 18:39:33 2003
-+++ Makefile.pre Wed Jan 15 00:48:39 2003
-@@ -16,12 +16,10 @@
- all: ${rws_files} ${data_files}
-
- install: all
-- mkdir -p ${DESTDIR}${dictdir}/
-- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
-- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
-- mkdir -p ${DESTDIR}${datadir}/
-- cp ${data_files} ${DESTDIR}${datadir}/
-- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
-+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
-+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
-+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
-+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
-
- clean:
- rm -f ${rws_files}