Bug 64912 - correcting MASTER_SITES for Polish ispell
Summary: correcting MASTER_SITES for Polish ispell
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: jmz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-30 00:50 UTC by Krzysztof Stryjek
Modified: 2004-03-31 03:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Stryjek 2004-03-30 00:50:05 UTC
	I was sending PR for this ports some time ago. I don't know why, but
committer made a mistake. So now it is impossible to make pl-ispell

Fix: This patch will help to make pl-ispell:
----------------------------------- cut here -----------------------------------


Greetings from Poland
--
wtp--IeLtHcgwjYu6mIRqbr2lin17fpBUsQpsAYy93L0OVscaB3hP
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile	Sun Mar 28 04:08:02 2004
+++ Makefile.new	Tue Mar 30 01:31:31 2004
@@ -142,7 +142,7 @@
 .endif
 .if defined(ISPELL_PL)
 MASTER_SITE_SUBDIR=	ispell-pl
-MASTER_SITES+=	${MASTER_SITE_LOCAL}
+MASTER_SITES+=	${MASTER_SITE_SOURCEFORGE}
 PLDISTFILE=	ispell-pl-20021127.tar.gz
 MASKBITS?=	64
 EXTRA_DICT+=	${PLDISTFILE}
----------------------------------- cut here -----------------------------------
How-To-Repeat: 	cd /usr/ports/polish/ispell && make all
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-30 00:51:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmz

Over to maintainer
Comment 2 jmz freebsd_committer freebsd_triage 2004-03-31 02:59:48 UTC
State Changed
From-To: open->closed

Patch committed.