FreeBSD Bugzilla – Attachment 63214 Details for
Bug 94344
[PATCH] textproc/py-wordnet: Fix WWW, portlint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-wordnet.diff
py-wordnet.diff (text/plain), 1.39 KB, created by
Ion-Mihai " IOnut " Tetcu
on 2006-03-11 16:00:35 UTC
(
hide
)
Description:
py-wordnet.diff
Filename:
MIME Type:
Creator:
Ion-Mihai " IOnut " Tetcu
Created:
2006-03-11 16:00:35 UTC
Size:
1.39 KB
patch
obsolete
>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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 94344
: 63214
Working