Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2013 19:28:17 GMT
From:      Kalten <kalten@gmx.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180616: german/alt-aspell: was identical to german/aspell, now right one
Message-ID:  <201307171928.r6HJSH3E098313@oldred.freebsd.org>
Resent-Message-ID: <201307171930.r6HJU15N029256@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180616
>Category:       ports
>Synopsis:       german/alt-aspell: was identical to german/aspell, now right one
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 17 19:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kalten
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
FreeBSD freeHugin.Walhalla.Leben 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The port was identical to &#8203;german/aspell except for the portname all the time (see sha256 and filename in distinfo).

I have changed it to the right version.
(And as a minor change: I have corrected the COMMENT in the Makefile, as well as the one in the pkg-descr file, a bit as the description in braces should have been in german language, I think ;-))

``portlint -A'' is still not happy:
I have no idea how to correct the following two problems:

*) ``FATAL: Makefile: de-alt-aspell-2.1.1 < de-alt-aspell-20030222.1_1. Choose
     another PORTVERSION or bump PORTEPOCH.''
The old PORTVERSION had been nonsense as it had been that of german/aspell.
Do we simply ignore that fatal-warning?

*) ``WARN: Makefile: be sure to include language code "de-" in the module
     alias name.''
I do not have a clue what the ``module alias name'' is let alone how to set it.

(See attached patch-file)
>How-To-Repeat:

>Fix:
See attached patch-file

Patch attached with submission follows:

diff --git a/german/alt-aspell/Makefile b/german/alt-aspell/Makefile
index 3af6b4a..7fe9d42 100644
--- a/german/alt-aspell/Makefile
+++ b/german/alt-aspell/Makefile
@@ -1,17 +1,14 @@
-# New ports collection makefile for:    de-alt-aspell
-# Date created:                         14 July 2006
-# Whom:                                 Thierry Thomas <thierry@pompo.net>
-#
-# $FreeBSD: ports/german/alt-aspell/Makefile,v 1.5 2012/11/17 05:57:59 svnexp Exp $
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
+# $FreeBSD$
 
 PORTNAME=	alt-aspell
-DISTVERSION=	6-de-20030222-1
-PORTREVISION=	1
+DISTVERSION=	6-de-alt-2.1-1
 CATEGORIES=	german textproc
+MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR=	aspell/dict/de-alt
 
 MAINTAINER=	office@FreeBSD.org
-COMMENT=	Aspell German Old Spelling (Deutsch - Alter Spelling) dictionary
+COMMENT=	Aspell German Old Spelling (Deutsch - alte Rechtschreibung) dictionary
 
 DICT=	 	de
 
diff --git a/german/alt-aspell/distinfo b/german/alt-aspell/distinfo
index e42c119..9cd436a 100644
--- a/german/alt-aspell/distinfo
+++ b/german/alt-aspell/distinfo
@@ -1,2 +1,2 @@
-SHA256 (aspell6-de-20030222-1.tar.bz2) = ba6c94e11bc2e0e6e43ce0f7822c5bba5ca5ac77129ef90c190b33632416e906
-SIZE (aspell6-de-20030222-1.tar.bz2) = 274407
+SHA256 (aspell6-de-alt-2.1-1.tar.bz2) = 36d13c6c743a6b1ff05fb1af79134e118e5a94db06ba40c076636f9d04158c73
+SIZE (aspell6-de-alt-2.1-1.tar.bz2) = 247116
diff --git a/german/alt-aspell/pkg-descr b/german/alt-aspell/pkg-descr
index fc100a3..6181f4b 100644
--- a/german/alt-aspell/pkg-descr
+++ b/german/alt-aspell/pkg-descr
@@ -1 +1 @@
-Aspell German - Old Spelling (Deutsch - Alter Spelling) dictionary.
+Aspell German - Old Spelling (Deutsch - alte Rechtschreibung) dictionary.
diff --git a/german/alt-aspell/pkg-plist b/german/alt-aspell/pkg-plist
index e11f30c..f939307 100644
--- a/german/alt-aspell/pkg-plist
+++ b/german/alt-aspell/pkg-plist
@@ -1,14 +1,7 @@
-lib/aspell-%%VER%%/de_affix.dat
-lib/aspell-%%VER%%/de_phonet.dat
-lib/aspell-%%VER%%/de.dat
-share/aspell/de-common.rws
-share/aspell/de.multi
-share/aspell/de_AT-only.rws
-share/aspell/de_AT.multi
-share/aspell/de_CH-only.rws
-share/aspell/de_CH.multi
-share/aspell/de_DE-only.rws
-share/aspell/de_DE.multi
-share/aspell/deutsch.alias
-share/aspell/german.alias
-share/aspell/swiss.alias
+lib/aspell-%%VER%%/de-alt_affix.dat
+lib/aspell-%%VER%%/de-alt_phonet.dat
+lib/aspell-%%VER%%/de-alt.dat
+share/aspell/de-alt.multi
+share/aspell/de-alt.rws
+share/aspell/deutsch-alt.alias
+share/aspell/german-old.alias


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307171928.r6HJSH3E098313>