Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2013 00:49:20 +0800 (CST)
From:      Hung-Yi Chen <gaod@hychen.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        rea@freebsd.org
Subject:   ports/178087: [UPDATE] www/trac-defaultcc: Update to 0.3 & Take maintainership
Message-ID:  <201304231649.r3NGnKGl020615@cse.tw>
Resent-Message-ID: <201304231650.r3NGo4Ri053272@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178087
>Category:       ports
>Synopsis:       [UPDATE] www/trac-defaultcc: Update to 0.3 & Take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 23 16:50:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD cse.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

        - Update to 0.3.
        - Take maintainership to provide further updates.

Port maintainer (rea at FreeBSD.org) is cc'd.

>How-To-Repeat:
>Fix:


--- trac-defaultcc.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 316165)
+++ Makefile	(working copy)
@@ -2,26 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	defaultcc
-PORTVERSION=	0.1
-PORTREVISION=	1
+PORTVERSION=	0.3
 CATEGORIES=	www python
-MASTER_SITES=	http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
+MASTER_SITES=	http://distfiles.cse.tw/ \
+		http://trac-hacks.org/changeset/${SVN_REV}/defaultccplugin?old_path=/&format=zip&filename=/
 PKGNAMEPREFIX=	trac-
-DISTNAME=	${PORTNAME}plugin-r${REL}
+DISTNAME=	${PORTNAME}plugin-r${SVN_REV}
 
-MAINTAINER=	rea@FreeBSD.org
+MAINTAINER=	gaod@hychen.org
 COMMENT=	Plugin that adds default CC value for tickets
 
+LICENSE=	BSD
+
+SVN_REV=	12046
 RUN_DEPENDS+=	trac>=0.11:${PORTSDIR}/www/trac
 
+WRKSRC=		${WRKDIR}/${PORTNAME}plugin/trunk
 USE_PYTHON=	-2.7
 USE_ZIP=	yes
-
 USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	Default_CC
+PYDISTUTILS_PKGNAME=	DefaultCc
+PYDISTUTILS_PKGVERSION=       ${PORTVERSION:C/.${SVN_REV}//g}dev
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
-WRKSRC=		${WRKDIR}/${PORTNAME}plugin/trunk
-REL=		10605
-
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 316165)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (defaultccplugin-r10605.zip) = 5fbc6969327f7bdbc9e0fc8e97624e7af0ee740f501cd5cd203dec8905f594cf
-SIZE (defaultccplugin-r10605.zip) = 5043
+SHA256 (defaultccplugin-r12046.zip) = 3d2b85c8e9a049520478b075361e230ce85b80f27418f68c93697ab3a7386ebd
+SIZE (defaultccplugin-r12046.zip) = 16839
--- trac-defaultcc.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?201304231649.r3NGnKGl020615>