From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 23 15:30:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E45C8106568C for ; Fri, 23 Jul 2010 15:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A0EA48FC22 for ; Fri, 23 Jul 2010 15:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6NFU7ev006150 for ; Fri, 23 Jul 2010 15:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6NFU7Da006144; Fri, 23 Jul 2010 15:30:07 GMT (envelope-from gnats) Resent-Date: Fri, 23 Jul 2010 15:30:07 GMT Resent-Message-Id: <201007231530.o6NFU7Da006144@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A20F106566C for ; Fri, 23 Jul 2010 15:21:44 +0000 (UTC) (envelope-from douglas@slowhand.douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 28CC28FC1A for ; Fri, 23 Jul 2010 15:21:43 +0000 (UTC) Received: from slowhand.douglasthrift.net (douglas@slowhand.douglasthrift.net [69.55.236.40]) by slowhand.douglasthrift.net (8.14.4/8.14.4) with ESMTP id o6NFLheY012029 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 23 Jul 2010 08:21:43 -0700 (PDT) (envelope-from douglas@slowhand.douglasthrift.net) Received: (from douglas@localhost) by slowhand.douglasthrift.net (8.14.4/8.14.4/Submit) id o6NFLhCa012028; Fri, 23 Jul 2010 08:21:43 -0700 (PDT) (envelope-from douglas) Message-Id: <201007231521.o6NFLhCa012028@slowhand.douglasthrift.net> Date: Fri, 23 Jul 2010 08:21:43 -0700 (PDT) From: Douglas William Thrift To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/148872: Update port: www/trac-gitplugin Upgrade to version for trac-0.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 15:30:09 -0000 >Number: 148872 >Category: ports >Synopsis: Update port: www/trac-gitplugin Upgrade to version for trac-0.12 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 23 15:30:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 8.0-RELEASE-p4-jc2 amd64 >Organization: >Environment: System: FreeBSD slowhand.douglasthrift.net 8.0-RELEASE-p4-jc2 FreeBSD 8.0-RELEASE-p4-jc2 #1: Tue Jul 20 15:11:39 PDT 2010 user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64 >Description: The previous version of trac-gitplugin was only compatible with trac-0.11; now that trac has been upgraded to 0.12, I've updated to the version compatible with it. >How-To-Repeat: >Fix: --- trac-gitplugin.patch begins here --- diff -Nrux .svn -x work /usr/ports/www/trac-gitplugin/Makefile trac-gitplugin/Makefile --- /usr/ports/www/trac-gitplugin/Makefile 2010-05-17 21:07:58.000000000 -0700 +++ trac-gitplugin/Makefile 2010-07-23 08:12:03.000000000 -0700 @@ -6,8 +6,7 @@ # PORTNAME= gitplugin -PORTVERSION= 0.11.0.2.7034 -PORTREVISION= 2 +PORTVERSION= 0.12.0.2.7757 CATEGORIES= www devel python MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ http://code.douglasthrift.net/files/${PORTNAME}/ @@ -21,16 +20,18 @@ tracd:${PORTSDIR}/www/trac BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools +LICENSE= GPLv2 + USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_ZIP= yes PYDISTUTILS_PKGNAME= TracGit -PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} +PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}dev WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTVERSION:C/(.[0-9]+){3}$//} PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -pre-configure: +post-extract: ${CHMOD} -R a+r ${WRKSRC} .include diff -Nrux .svn -x work /usr/ports/www/trac-gitplugin/distinfo trac-gitplugin/distinfo --- /usr/ports/www/trac-gitplugin/distinfo 2009-11-04 02:18:03.000000000 -0800 +++ trac-gitplugin/distinfo 2010-07-23 07:54:29.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (gitplugin-r7034.zip) = aa97d9343a43be86f1701375f9a90c1d -SHA256 (gitplugin-r7034.zip) = 1ece50a8a0870e860af24d6d91da7d6140f0a716ba79856514a6fd8532d152ab -SIZE (gitplugin-r7034.zip) = 32645 +MD5 (gitplugin-r7757.zip) = 5c37e9d916e01802d00cb13160336e98 +SHA256 (gitplugin-r7757.zip) = d1575f382a0e132eac9e5aecfeca6329012f4c3a36d15c35d870d5bf763b8401 +SIZE (gitplugin-r7757.zip) = 73891 --- trac-gitplugin.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: