ports/110344: Update port: math/convertall to 0.3.2

KATO Tsuguru tkato432 at yahoo.com
Thu Mar 15 16:10:09 UTC 2007


>Number:         110344
>Category:       ports
>Synopsis:       Update port: math/convertall to 0.3.2
>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:   Thu Mar 15 16:10:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p26 i386
>Organization:
>Environment:
>Description:
- Update to version 0.3.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/convertall/Makefile math/convertall/Makefile
--- /usr/ports/math/convertall/Makefile	Thu May 11 13:29:00 2006
+++ math/convertall/Makefile	Sat Mar  3 14:31:11 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	convertall
-PORTVERSION=	0.3.1
+PORTVERSION=	0.3.2
 CATEGORIES=	math
 MASTER_SITES=	http://bellz.org/convertall/
 
@@ -17,17 +17,18 @@
 RUN_DEPENDS=	pyuic:${PORTSDIR}/x11-toolkits/py-qt
 
 WRKSRC=		${WRKDIR}/ConvertAll
+
 USE_PYTHON=	2.4+
-USE_X_PREFIX=	yes
 NO_BUILD=	yes
-PORTDOCS=	README.html INSTALL LICENSE
 
 post-patch:
-.if defined(NOPORTDOCS)
 	@${REINPLACE_CMD} -e 's|doc||' ${WRKSRC}/install.py
-.endif
 
 do-install:
 	(cd ${WRKSRC};${PYTHON_CMD} ${WRKSRC}/install.py -p ${PREFIX})
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/math/convertall/distinfo math/convertall/distinfo
--- /usr/ports/math/convertall/distinfo	Sat Nov 26 19:27:36 2005
+++ math/convertall/distinfo	Sat Mar  3 02:23:33 2007
@@ -1,3 +1,3 @@
-MD5 (convertall-0.3.1.tar.gz) = ec559b9faa4949217751fcc4c38603d9
-SHA256 (convertall-0.3.1.tar.gz) = ec256c41402e4c22860eb69d4f535447f1e5ef2318263970f268561a6d819fd2
-SIZE (convertall-0.3.1.tar.gz) = 38335
+MD5 (convertall-0.3.2.tar.gz) = c273f7f1fa6d97e25a269b9e7d99c300
+SHA256 (convertall-0.3.2.tar.gz) = f8115ef6dfb92779a99e202376a2f7c69e1f1f6dbcedfbce567a7cb1e3daa6f7
+SIZE (convertall-0.3.2.tar.gz) = 39455
diff -urN /usr/ports/math/convertall/pkg-plist math/convertall/pkg-plist
--- /usr/ports/math/convertall/pkg-plist	Sun Jan 22 14:17:34 2006
+++ math/convertall/pkg-plist	Sat Mar  3 14:32:16 2007
@@ -19,8 +19,8 @@
 lib/convertall/optiondlg.pyc
 lib/convertall/tmpcontrol.py
 lib/convertall/tmpcontrol.pyc
-lib/convertall/unit.py
-lib/convertall/unit.pyc
+lib/convertall/unitatom.py
+lib/convertall/unitatom.pyc
 lib/convertall/unitdata.py
 lib/convertall/unitdata.pyc
 lib/convertall/unitedit.py
@@ -30,8 +30,12 @@
 lib/convertall/unitlistview.py
 lib/convertall/unitlistview.pyc
 %%DATADIR%%/units.dat
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README.html
 share/icons/convertall_lg.png
 share/icons/convertall_sm.png
 @dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm lib/convertall
 @dirrmtry share/icons
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list