Date: Sat, 24 Nov 2012 03:35:24 +0800 (CST) From: Hung-Yi Chen <gaod@hychen.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/173872: [UPDATE] www/trac-xmlrpc: Update to 1.1.2 & take maintainership Message-ID: <201211231935.qANJZO3S011367@cse.tw> Resent-Message-ID: <201211231950.qANJo1o6093066@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173872 >Category: ports >Synopsis: [UPDATE] www/trac-xmlrpc: Update to 1.1.2 & take maintainership >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 23 19:50:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD cse.tw 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to 1.1.2. Take maintainership. >How-To-Repeat: >Fix: --- trac-xmlrpc.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 307685) +++ Makefile (working copy) @@ -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/${SVN_REV}/xmlrpcplugin?old_path=/&format=zip&filename=${PORTNAMT}plugin-r${SVN_REV}.zip PKGNAMEPREFIX= trac- -DISTNAME= ${PORTNAME}plugin-${PORTVERSION} -MAINTAINER= glarkin@FreeBSD.org +DISTNAME= ${PORTNAME}plugin-r${SVN_REV} + +MAINTAINER= gaod@hychen.org COMMENT= Provides an xml rpc interface to Trac LICENSE= BSD RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac -WRKSRC= ${WRKDIR}/${PORTNAME}plugin +FETCH_BEFORE_ARGS= -o ${DISTFILES} +PYDISTUTILS_PKGNAME= TracXMLRPC +PYDISTUTILS_PKGVERSION= ${PORTVERSION:C/.r${SVN_REV}//g} +PYEASYINSTALL_EGG= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PORTVERSION:C/.r${SVN_REV}//g}-${PYTHON_VERSION:S/thon//}${PYEASYINSTALL_OSARCH}.egg +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +SVN_REV= 12383 +USE_ZIP= yes USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= TracXMLRPC -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +WRKSRC= ${WRKDIR}/${PORTNAME}plugin/trunk .include <bsd.port.mk> Index: distinfo =================================================================== --- distinfo (revision 307685) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (xmlrpcplugin-1.0.6.tar.gz) = 8a5cb2c8a2062ba4abea8b6cc5a1b36a7710e4b5450cc799d0dd0ebf4016c2a2 -SIZE (xmlrpcplugin-1.0.6.tar.gz) = 20141 +SHA256 (xmlrpcplugin-r12383.zip) = 6bd9bbe594d12bb0e7e42deeea6539aa5e363bfe40af84d10e0e669a6d8c9124 +SIZE (xmlrpcplugin-r12383.zip) = 54518 --- trac-xmlrpc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211231935.qANJZO3S011367>