Date: Thu, 25 Apr 2013 14:30:50 +0800 (CST) From: Hung-Yi Chen <gaod@hychen.org> To: FreeBSD-gnats-submit@freebsd.org Cc: Eygene Ryabinkin <rea@freebsd.org> Subject: ports/178127: [UPDATE] www/trac-datefield: Update to 2.0.0 & Take maintainership Message-ID: <201304250630.r3P6UoxR089637@cse.tw> Resent-Message-ID: <201304250640.r3P6e2uu020807@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178127 >Category: ports >Synopsis: [UPDATE] www/trac-datefield: Update to 2.0.0 & 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: Thu Apr 25 06:40:00 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 2.0.0. - Take maintainership to provide further updates. Port maintainer (rea at FreeBSD.org) is cc'd. >How-To-Repeat: >Fix: --- trac-datefield.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 316165) +++ Makefile (working copy) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= datefield -PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTVERSION= 2.0.0.${REL} CATEGORIES= www python -MASTER_SITES= http://dist.codelabs.ru/fbsd/ +MASTER_SITES= http://distfiles.cse.tw/ \ + http://trac-hacks.org/changeset/${REL}/datefieldplugin?old_path=/&format=zip&filename=/ PKGNAMEPREFIX= trac- -DISTNAME= datefieldplugin-r${REL} +DISTNAME= ${PORTNAME}plugin-r${REL} -MAINTAINER= rea@FreeBSD.org +MAINTAINER= gaod@hychen.org COMMENT= Plugin for creating date fields RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac @@ -18,8 +18,11 @@ USE_ZIP= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracDateField -WRKSRC= ${WRKDIR}/datefieldplugin/0.11 -REL= 7267 +PYDISTUTILS_PKGVERSION= ${PORTVERSION:C/.${REL}//g}dev +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +WRKSRC= ${WRKDIR}/datefieldplugin/0.12 +REL= 12118 PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +FETCH_BEFORE_ARGS= -o ${DISTFILES} .include <bsd.port.mk> Index: distinfo =================================================================== --- distinfo (revision 316165) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (datefieldplugin-r7267.zip) = 565869c98580bd2b64c180b0a466d640b2b36f55a85d2f46804a6c676c1a8abe -SIZE (datefieldplugin-r7267.zip) = 105459 +SHA256 (datefieldplugin-r12118.zip) = 2ea726507ae13cddab40a736fd27eb149ff29e1d4ca15232c8e3284a40ca8411 +SIZE (datefieldplugin-r12118.zip) = 146897 --- trac-datefield.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?201304250630.r3P6UoxR089637>