ports/110067: textproc/aspell: make fetchable

Eric P. Scott eps+pbug0703 at ana.com
Thu Mar 8 07:40:04 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list