Date: Wed, 16 Jan 2013 19:29:08 +0000 (UTC) From: Greg Larkin <glarkin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310516 - head/www/trac-xmlrpc Message-ID: <201301161929.r0GJT8uq029670@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glarkin Date: Wed Jan 16 19:29:08 2013 New Revision: 310516 URL: http://svnweb.freebsd.org/changeset/ports/310516 Log: - Updated to 1.1.2 - Trimmed Makefile header - glarkin retains maintainership PR: ports/173872 (based on) Submitted by: Hung-Yi Chen <gaod@hychen.org> Modified: head/www/trac-xmlrpc/Makefile head/www/trac-xmlrpc/distinfo head/www/trac-xmlrpc/pkg-descr Modified: head/www/trac-xmlrpc/Makefile ============================================================================== --- head/www/trac-xmlrpc/Makefile Wed Jan 16 19:24:14 2013 (r310515) +++ head/www/trac-xmlrpc/Makefile Wed Jan 16 19:29:08 2013 (r310516) @@ -2,25 +2,29 @@ # $FreeBSD$ PORTNAME= xmlrpc -PORTVERSION= 1.0.6 -PORTREVISION= 3 +PORTVERSION= 1.1.2.r${SVN_REV} CATEGORIES= www devel python -MASTER_SITES= http://shuqun.com/files/ \ - LOCAL/glarkin +MASTER_SITES= http://trac-hacks.org/changeset/latest/xmlrpcplugin?old_path=/&format=zip&filename= PKGNAMEPREFIX= trac- -DISTNAME= ${PORTNAME}plugin-${PORTVERSION} +DISTNAME= ${PORTNAME}plugin-r${SVN_REV} MAINTAINER= glarkin@FreeBSD.org -COMMENT= Provides an xml rpc interface to Trac +COMMENT= Provides an XML-RPC interface to Trac LICENSE= BSD +SVN_REV= 12168 + RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac -WRKSRC= ${WRKDIR}/${PORTNAME}plugin +WRKSRC= ${WRKDIR}/${PORTNAME}plugin/trunk +USE_ZIP= yes USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install + +FETCH_BEFORE_ARGS= -o ${DISTFILES} PYDISTUTILS_PKGNAME= TracXMLRPC +PYDISTUTILS_PKGVERSION= ${PORTVERSION:C/.r${SVN_REV}//g} PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include <bsd.port.mk> Modified: head/www/trac-xmlrpc/distinfo ============================================================================== --- head/www/trac-xmlrpc/distinfo Wed Jan 16 19:24:14 2013 (r310515) +++ head/www/trac-xmlrpc/distinfo Wed Jan 16 19:29:08 2013 (r310516) @@ -1,2 +1,2 @@ -SHA256 (xmlrpcplugin-1.0.6.tar.gz) = 8a5cb2c8a2062ba4abea8b6cc5a1b36a7710e4b5450cc799d0dd0ebf4016c2a2 -SIZE (xmlrpcplugin-1.0.6.tar.gz) = 20141 +SHA256 (xmlrpcplugin-r12168.zip) = 6bd9bbe594d12bb0e7e42deeea6539aa5e363bfe40af84d10e0e669a6d8c9124 +SIZE (xmlrpcplugin-r12168.zip) = 54518 Modified: head/www/trac-xmlrpc/pkg-descr ============================================================================== --- head/www/trac-xmlrpc/pkg-descr Wed Jan 16 19:24:14 2013 (r310515) +++ head/www/trac-xmlrpc/pkg-descr Wed Jan 16 19:29:08 2013 (r310516) @@ -1,7 +1,7 @@ -This plugin allows Trac plugins to export select parts of their interface via -XML-RPC. +This plugin allows Trac plugins to export select parts of their +interface via XML-RPC. -It also includes some exported functions for manipulating tickets, with plans -to include interfaces to other parts of Trac's API. +It also includes some exported functions for manipulating tickets, +with plans to include interfaces to other parts of Trac's API. WWW: http://trac-hacks.org/wiki/XmlRpcPlugin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301161929.r0GJT8uq029670>