Date: Wed, 7 Mar 2007 23:28:52 -0800 (PST) From: "Eric P. Scott" <eps+pbug0703@ana.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/110067: textproc/aspell: make fetchable Message-ID: <200703080728.l287SqGe010769@anna.ana.com> Resent-Message-ID: <200703080740.l287e47M083627@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110067 >Category: ports >Synopsis: textproc/aspell: make fetchable >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 08 07:40:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Eric P. Scott >Release: FreeBSD 6.2-RELEASE-p2 i386 >Organization: ana-systems, Inc. >Environment: System: FreeBSD sixofone 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:41:06 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: textproc/aspell attempts to fetch [1] ${MASTER_SITE_GNU}/aspell/aspell-0.60.5.tar.gz [2] ${MASTER_SITE_GNU}/dict/en/aspell6-en-6.0-0.tar.bz2 The former is correct; the latter is not. >How-To-Repeat: cd /usr/ports/textproc/aspell && make fetch-list >Fix: --- textproc/aspell/Makefile.orig Tue Dec 19 22:28:16 2006 +++ textproc/aspell/Makefile @@ -50,7 +50,8 @@ .else VERDICT_EN= 6-en-6.0-0 DICT_SUFFIX= .tar.bz2 -MASTER_SITES+= ${MASTER_SITE_GNU:S|%SUBDIR%/|%SUBDIR%/dict/en/:dicten|} +MASTER_SITES+= ${MASTER_SITE_GNU:S|$|:dicten|} +MASTER_SITE_SUBDIR+= aspell/dict/en/:dicten DISTFILES+= aspell${VERDICT_EN}${DICT_SUFFIX}:dicten CONFLICTS= aspell-without-dicten-0.* DICT_TARGET= inst-dicten >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703080728.l287SqGe010769>