diff options
author | glarkin <glarkin@FreeBSD.org> | 2013-01-17 03:29:08 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2013-01-17 03:29:08 +0800 |
commit | 0cef23703f2bd0e527a2db81e5c88c8510bda8dd (patch) | |
tree | 74407a643ea4c1cf55eb0676c69b8a098112f5ff /www | |
parent | d87350673377a4dbc9b413ee63380d5d878280db (diff) | |
download | freebsd-ports-gnome-0cef23703f2bd0e527a2db81e5c88c8510bda8dd.tar.gz freebsd-ports-gnome-0cef23703f2bd0e527a2db81e5c88c8510bda8dd.tar.zst freebsd-ports-gnome-0cef23703f2bd0e527a2db81e5c88c8510bda8dd.zip |
- Updated to 1.1.2
- Trimmed Makefile header
- glarkin retains maintainership
PR: ports/173872 (based on)
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-xmlrpc/Makefile | 18 | ||||
-rw-r--r-- | www/trac-xmlrpc/distinfo | 4 | ||||
-rw-r--r-- | www/trac-xmlrpc/pkg-descr | 8 |
3 files changed, 17 insertions, 13 deletions
diff --git a/www/trac-xmlrpc/Makefile b/www/trac-xmlrpc/Makefile index e8b2c1c1d264..da9ad059db02 100644 --- a/www/trac-xmlrpc/Makefile +++ b/www/trac-xmlrpc/Makefile @@ -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> diff --git a/www/trac-xmlrpc/distinfo b/www/trac-xmlrpc/distinfo index 56e2da8052d3..5c975425413b 100644 --- a/www/trac-xmlrpc/distinfo +++ b/www/trac-xmlrpc/distinfo @@ -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 diff --git a/www/trac-xmlrpc/pkg-descr b/www/trac-xmlrpc/pkg-descr index cda1d210dcd8..4dac1945eb40 100644 --- a/www/trac-xmlrpc/pkg-descr +++ b/www/trac-xmlrpc/pkg-descr @@ -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 |