Date: Fri, 23 Jul 2010 08:21:43 -0700 (PDT) From: Douglas William Thrift <douglas@douglasthrift.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/148872: Update port: www/trac-gitplugin Upgrade to version for trac-0.12 Message-ID: <201007231521.o6NFLhCa012028@slowhand.douglasthrift.net> Resent-Message-ID: <201007231530.o6NFU7Da006144@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007231521.o6NFLhCa012028>