Date: Tue, 12 Jul 2005 09:37:43 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83309: [PATCH] misc/pylize: update to 1.2.1.b Message-ID: <20050712013743.E3FA07EBFA@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200507120140.j6C1eJHm016151@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83309 >Category: ports >Synopsis: [PATCH] misc/pylize: update to 1.2.1.b >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 12 01:40:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 5.4-STABLE FreeBSD 5.4-STABLE #2: Tue Jun 14 14:47:11 CST 2005 >Description: - Update to 1.2.1.b Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- pylize-1.2.1.b.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/misc/pylize/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 10 Jun 2004 01:46:52 -0000 1.1 +++ Makefile 12 Jul 2005 01:37:25 -0000 @@ -7,17 +7,20 @@ # PORTNAME= pylize -PORTVERSION= 1.1b +PORTVERSION= 1.2.1.b CATEGORIES= misc MASTER_SITES= http://www.chrisarndt.de/en/software/pylize/download/ +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= A presentation generation tool BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/HTMLgen.py:${PORTSDIR}/www/py-HTMLgen \ - ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging + ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_SITELIBDIR}/em.py:${PORTSDIR}/textproc/py-empy RUN_DEPENDS= ${PYTHON_SITELIBDIR}/HTMLgen.py:${PORTSDIR}/www/py-HTMLgen \ - ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging + ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_SITELIBDIR}/em.py:${PORTSDIR}/textproc/py-empy USE_BZIP2= yes USE_PYTHON= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/misc/pylize/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 10 Jun 2004 01:46:52 -0000 1.1 +++ distinfo 12 Jul 2005 01:37:25 -0000 @@ -1,2 +1,2 @@ -MD5 (pylize-1.1b.tar.bz2) = ce2f0e9aa37ce4ba262527b49355a6f1 -SIZE (pylize-1.1b.tar.bz2) = 52914 +MD5 (pylize-1.2.1b.tar.bz2) = a517363ab25c245a91c1134112010d9c +SIZE (pylize-1.2.1b.tar.bz2) = 56367 --- pylize-1.2.1.b.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?20050712013743.E3FA07EBFA>