summaryrefslogtreecommitdiff
path: root/textproc/aspell-portuguese
diff options
context:
space:
mode:
authormarino <marino>2012-05-21 10:09:11 +0000
committermarino <marino>2012-05-21 10:09:11 +0000
commit6768d1b2b9c7efd62104b0d107306b807745d962 (patch)
tree87341c00566c7f674ea23011054e522931c8ad92 /textproc/aspell-portuguese
parente914c3629be625b106ab4c90a09a3fb917d7488d (diff)
downloadpkgsrc-6768d1b2b9c7efd62104b0d107306b807745d962.tar.gz
textproc/aspell-portuguese: Update to version 20070510.0
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 (limited to 'textproc/aspell-portuguese')
-rw-r--r--textproc/aspell-portuguese/Makefile14
-rw-r--r--textproc/aspell-portuguese/PLIST15
-rw-r--r--textproc/aspell-portuguese/distinfo9
-rw-r--r--textproc/aspell-portuguese/patches/patch-aa21
4 files changed, 13 insertions, 46 deletions
diff --git a/textproc/aspell-portuguese/Makefile b/textproc/aspell-portuguese/Makefile
index 7754648cbd2..dfddd5780ba 100644
--- a/textproc/aspell-portuguese/Makefile
+++ b/textproc/aspell-portuguese/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2012/04/05 02:58:24 sbd Exp $
+# $NetBSD: Makefile,v 1.17 2012/05/21 10:09:11 marino Exp $
#
-DISTNAME= aspell-pt-0.50-2
-PKGNAME= ${DISTNAME:C/pt-(.*)-(.*)$/portuguese-\1.\2/}
-PKGREVISION= 5
+DISTNAME= aspell6-pt_PT-20070510-0
+PKGNAME= aspell-portuguese-20070510.0
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pt/}
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pt_PT/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -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-portuguese/PLIST b/textproc/aspell-portuguese/PLIST
index 0bf613b5459..049f9e1a176 100644
--- a/textproc/aspell-portuguese/PLIST
+++ b/textproc/aspell-portuguese/PLIST
@@ -1,11 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 03:54:17 salo Exp $
-lib/aspell/brazilian.alias
-lib/aspell/portuguese.alias
-lib/aspell/português.alias
-lib/aspell/pt-only.rws
-lib/aspell/pt.multi
-lib/aspell/pt_BR-only.rws
-lib/aspell/pt_BR.multi
-lib/aspell/pt_PT-only.rws
+@comment $NetBSD: PLIST,v 1.2 2012/05/21 10:09:11 marino Exp $
+lib/aspell/pt_PT.rws
lib/aspell/pt_PT.multi
-share/aspell/pt.dat
+share/aspell/pt_PT.dat
+share/aspell/pt_PT_affix.dat
+share/aspell/pt_PT_repl.dat
diff --git a/textproc/aspell-portuguese/distinfo b/textproc/aspell-portuguese/distinfo
index a1134789397..9da401ea9fb 100644
--- a/textproc/aspell-portuguese/distinfo
+++ b/textproc/aspell-portuguese/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 10:09:11 marino Exp $
-SHA1 (aspell-pt-0.50-2.tar.bz2) = deea92b701d084a00428b70e86cce149c95aea1c
-RMD160 (aspell-pt-0.50-2.tar.bz2) = 54d48cd99f49ec084cc9d39d4b6ea0c3c26b91cf
-Size (aspell-pt-0.50-2.tar.bz2) = 201341 bytes
-SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677
+SHA1 (aspell6-pt_PT-20070510-0.tar.bz2) = e136c2f411b582897437b06b9068c98ee333be41
+RMD160 (aspell6-pt_PT-20070510-0.tar.bz2) = ea4364131c2696054e529143193bc50a561d9d72
+Size (aspell6-pt_PT-20070510-0.tar.bz2) = 97141 bytes
diff --git a/textproc/aspell-portuguese/patches/patch-aa b/textproc/aspell-portuguese/patches/patch-aa
deleted file mode 100644
index b177ef1ec44..00000000000
--- a/textproc/aspell-portuguese/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:51 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}