Bug 173872 - [UPDATE] www/trac-xmlrpc: Update to 1.1.2 & take maintainership
Summary: [UPDATE] www/trac-xmlrpc: Update to 1.1.2 & take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-23 19:50 UTC by Hung-Yi Chen
Modified: 2013-01-16 19:40 UTC (History)
0 users

See Also:


Attachments
trac-xmlrpc.diff (1.79 KB, patch)
2012-11-23 19:50 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2012-11-23 19:50:00 UTC
	Update to 1.1.2.
	Take maintainership.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-23 19:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Greg Larkin freebsd_committer freebsd_triage 2013-01-16 19:29:11 UTC
State Changed
From-To: open->closed

Committed with edits and reformatting, thank you.  In the future, 
please contact the maintainer privately to request maintainership 
of a port that you're interested in.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-16 19:29:17 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"