pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/aspell-spanish textproc/aspell-spanish: Updat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbccb4d540e4
branches: trunk
changeset: 604035:cbccb4d540e4
user: marino <marino%pkgsrc.org@localhost>
date: Mon May 21 09:52:11 2012 +0000
description:
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.
diffstat:
textproc/aspell-spanish/Makefile | 12 +++---------
textproc/aspell-spanish/PLIST | 7 ++++---
textproc/aspell-spanish/distinfo | 9 ++++-----
textproc/aspell-spanish/patches/patch-aa | 21 ---------------------
4 files changed, 11 insertions(+), 38 deletions(-)
diffs (81 lines):
diff -r c024f2404699 -r cbccb4d540e4 textproc/aspell-spanish/Makefile
--- a/textproc/aspell-spanish/Makefile Mon May 21 08:03:15 2012 +0000
+++ b/textproc/aspell-spanish/Makefile Mon May 21 09:52:11 2012 +0000
@@ -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 @@
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 -r c024f2404699 -r cbccb4d540e4 textproc/aspell-spanish/PLIST
--- a/textproc/aspell-spanish/PLIST Mon May 21 08:03:15 2012 +0000
+++ b/textproc/aspell-spanish/PLIST Mon May 21 09:52:11 2012 +0000
@@ -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 -r c024f2404699 -r cbccb4d540e4 textproc/aspell-spanish/distinfo
--- a/textproc/aspell-spanish/distinfo Mon May 21 08:03:15 2012 +0000
+++ b/textproc/aspell-spanish/distinfo Mon May 21 09:52:11 2012 +0000
@@ -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 -r c024f2404699 -r cbccb4d540e4 textproc/aspell-spanish/patches/patch-aa
--- a/textproc/aspell-spanish/patches/patch-aa Mon May 21 08:03:15 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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}
Home |
Main Index |
Thread Index |
Old Index