From owner-svn-ports-head@FreeBSD.ORG Tue May 13 15:03:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66172C12; Tue, 13 May 2014 15:03:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AF4E2F21; Tue, 13 May 2014 15:03:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DF32mE031594; Tue, 13 May 2014 15:03:02 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4DF31F1031590; Tue, 13 May 2014 15:03:01 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201405131503.s4DF31F1031590@svn.freebsd.org> From: Wen Heping Date: Tue, 13 May 2014 15:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353961 - head/devel/py-mwlib.rl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 15:03:02 -0000 Author: wen Date: Tue May 13 15:03:01 2014 New Revision: 353961 URL: http://svnweb.freebsd.org/changeset/ports/353961 QAT: https://qat.redports.org/buildarchive/r353961/ Log: - Added LICENSE [1] - Added STAGE support [1] - Update to 0.14.5 [1] - Reset maintainer to ports@ PR: 189140 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1] Deleted: head/devel/py-mwlib.rl/pkg-plist Modified: head/devel/py-mwlib.rl/Makefile head/devel/py-mwlib.rl/distinfo Modified: head/devel/py-mwlib.rl/Makefile ============================================================================== --- head/devel/py-mwlib.rl/Makefile Tue May 13 15:02:08 2014 (r353960) +++ head/devel/py-mwlib.rl/Makefile Tue May 13 15:03:01 2014 (r353961) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= mwlib.rl -PORTVERSION= 0.14.3 +PORTVERSION= 0.14.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generate Pdfs from Mediawiki Markup +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= ${LOCALBASE}/bin/texvc:${PORTSDIR}/print/texvc \ ${LOCALBASE}/bin/fribidi:${PORTSDIR}/converters/fribidi \ ${PYTHON_PKGNAMEPREFIX}gevent>=0:${PORTSDIR}/devel/py-gevent \ @@ -18,9 +20,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/texvc:${ ${PYTHON_PKGNAMEPREFIX}pygments>=1.0:${PORTSDIR}/textproc/py-pygments RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gettext zip +USES= zip USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/py-mwlib.rl/distinfo ============================================================================== --- head/devel/py-mwlib.rl/distinfo Tue May 13 15:02:08 2014 (r353960) +++ head/devel/py-mwlib.rl/distinfo Tue May 13 15:03:01 2014 (r353961) @@ -1,2 +1,2 @@ -SHA256 (mwlib.rl-0.14.3.zip) = a867c88d51a703fc084dafd8a996f9ceaa0a4655f3acddfab82b9fbc2c2148bc -SIZE (mwlib.rl-0.14.3.zip) = 4155684 +SHA256 (mwlib.rl-0.14.5.zip) = dddf9603ea0ca5aa87890217709eb5a5b16baeca547db3daad43c3ace73b6bc1 +SIZE (mwlib.rl-0.14.5.zip) = 4239803