Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2004 17:01:23 +0800 (CST)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74973: [MAINTAINER] science/libsvm: correct pkg-plist
Message-ID:  <200412120901.iBC91N5M026893@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200412120910.iBC9AMov072461@freefall.freebsd.org>

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

>Number:         74973
>Category:       ports
>Synopsis:       [MAINTAINER] science/libsvm: correct pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 12 09:10:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 5.3-BETA5 i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD svm.csie.ntu.edu.tw 5.3-BETA5 FreeBSD 5.3-BETA5 #13: Mon Sep 20 02:31:32 CST 2004
>Description:
- README.python is not in pkg-plist
- add 'python' category to libsvm-python (slave port)

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- libsvm-2.71_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/science/libsvm/Makefile /home/rafan/tmp/ports/science/libsvm/Makefile
--- /usr/ports/science/libsvm/Makefile	Sun Dec 12 03:35:49 2004
+++ /home/rafan/tmp/ports/science/libsvm/Makefile	Sun Dec 12 16:53:43 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	libsvm
 PORTVERSION=	2.71
+PORTREVISION=	1
 CATEGORIES=	science math
 MASTER_SITES=	http://www.csie.ntu.edu.tw/~cjlin/libsvm/ \
 		http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/
@@ -16,6 +17,7 @@
 
 USE_ZIP=	yes
 .if defined(WITH_PYTHON)
+CATEGORIES+=	python
 USE_PYTHON=	yes
 USE_REINPLACE=	yes
 PLIST_SUB+=	LIBSVM_PYTHON=""
@@ -26,7 +28,7 @@
 		python/test_cross_validation.py
 .endif
 
-TXT_DOCS=	COPYRIGHT README FAQ.html python/README.python
+TXT_DOCS=	COPYRIGHT README FAQ.html README.python
 .if !defined(NOPORTDOCS)
 PORTDOCS=	${TXT_DOCS}
 .endif
@@ -71,7 +73,7 @@
 	done
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-	${CP} ${WRKSRC}/python/README ${WRKSRC}/python/README.python
+	${CP} ${WRKSRC}/python/README ${WRKSRC}/README.python
 	for f in ${TXT_DOCS}; do \
 	  ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
 	done
--- libsvm-2.71_1.patch ends here ---

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



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