Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2006 17:50:53 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94344: [PATCH] textproc/py-wordnet: Fix WWW, portlint
Message-ID:  <1142092253.12324@it.buh.tecnik93.com>
Resent-Message-ID: <200603111600.k2BG0arN012394@freefall.freebsd.org>

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

>Number:         94344
>Category:       ports
>Synopsis:       [PATCH] textproc/py-wordnet: Fix WWW, portlint
>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:   Sat Mar 11 16:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


Reported by:		fenner's distfiles survey


>How-To-Repeat:





>Fix:


--- py-wordnet.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/py-wordnet/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	16 Jan 2006 10:33:01 -0000	1.8
+++ Makefile	11 Mar 2006 15:50:10 -0000
@@ -11,7 +11,7 @@
 CATEGORIES=	textproc python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}:pywn \
 		ftp://ftp.cogsci.princeton.edu/pub/wordnet/${WN_VERSION}/:wn \
-                http://www.cogsci.princeton.edu/${WN_VERSION}/:wn \
+		http://www.cogsci.princeton.edu/${WN_VERSION}/:wn \
 		ftp://ftp.ims.uni-stuttgart.de/pub/WordNet/${WN_VERSION}/:wn
 MASTER_SITE_SUBDIR=	pywordnet
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -41,7 +41,7 @@
 		> ${WRKSRC}/wordnet.py
 
 post-install:
-	${MKDIR} -p ${PREFIX}/${WORDNETDATA}
+	${MKDIR} ${PREFIX}/${WORDNETDATA}
 .for f in ${WN_DICTFILES}
 	${INSTALL_DATA} ${WN_WRKSRC}/dict/${f} ${PREFIX}/${WORDNETDATA}/
 .endfor
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/py-wordnet/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	26 Mar 2002 07:04:38 -0000	1.1
+++ pkg-descr	11 Mar 2006 15:50:10 -0000
@@ -3,4 +3,4 @@
 between words, such as synonym, antonym, hypernym ("poodle" -> "dog"),
 and hyponym ("poodle" -> "dog").
 
-WWW: http://pywordnet.sourceforge.net/
+WWW: http://osteele.com/projects/pywordnet/
--- py-wordnet.diff ends here ---



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



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