Date: Tue, 17 Mar 2009 02:52:45 +0800 (CST) From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132704: [MAINTAINER] devel/py-cmdln: update to 1.1.2 Message-ID: <20090316185245.D29B148F45E@yzlin.org> Resent-Message-ID: <200903161900.n2GJ05vd054395@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132704 >Category: ports >Synopsis: [MAINTAINER] devel/py-cmdln: update to 1.1.2 >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: Mon Mar 16 19:00:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.1-RELEASE-p1 amd64 >Organization: NCTU CS >Environment: System: FreeBSD yzlin 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #0: Tue Jan 13 19:02:22 CST 2009 >Description: - Update to 1.1.2 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py-cmdln-1.1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/py-cmdln/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 6 Sep 2008 21:14:16 -0000 1.1 +++ Makefile 16 Mar 2009 18:53:52 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cmdln -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,18 +21,18 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -PORTDOCS= README +PORTDOCS= LICENSE README post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/$f.txt ${DOCSDIR}/$f + @${INSTALL_DATA} ${WRKSRC}/$f.txt ${DOCSDIR}/$f .endfor .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/py-cmdln/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 6 Sep 2008 21:14:16 -0000 1.1 +++ distinfo 16 Mar 2009 18:53:52 -0000 @@ -1,3 +1,3 @@ -MD5 (cmdln-1.1.1.zip) = f8c6dc1402da35091bbca70ce23712c0 -SHA256 (cmdln-1.1.1.zip) = 72379540172fc3aeba39fc7afd6615dcda68b345c153598c4e7efda895ed14d8 -SIZE (cmdln-1.1.1.zip) = 89022 +MD5 (cmdln-1.1.2.zip) = d40a36d0c7b2a23c65a6ab1f213ddc0a +SHA256 (cmdln-1.1.2.zip) = e6d2fc16557b8a4b9d2b7576769af54fbb72854ff5887ff00159e3f62690d583 +SIZE (cmdln-1.1.2.zip) = 87467 --- py-cmdln-1.1.2.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?20090316185245.D29B148F45E>