Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2011 19:27:42 -0700 (PDT)
From:      Douglas William Thrift <douglas@douglasthrift.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/158521: Update port: www/trac-gitplugin Upgrade to 0.12.0.5
Message-ID:  <201106300227.p5U2RgWk032085@slowhand.douglasthrift.net>
Resent-Message-ID: <201106300230.p5U2U8cf074717@freefall.freebsd.org>

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

>Number:         158521
>Category:       ports
>Synopsis:       Update port: www/trac-gitplugin Upgrade to 0.12.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 30 02:30:08 UTC 2011
>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:
Upgraded trac-gitplugin to 0.12.0.5 from GitHub.
>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-08-20 07:38:25.000000000 -0700
+++ trac-gitplugin/Makefile	2011-06-29 19:17:48.000000000 -0700
@@ -6,31 +6,30 @@
 #
 
 PORTNAME=	gitplugin
-PORTVERSION=	0.12.0.2.7757
+PORTVERSION=	0.12.0.5
 CATEGORIES=	www devel python
-MASTER_SITES=	http://apt.douglasthrift.net/files/${PORTNAME}/ \
+MASTER_SITES=	https://download.github.com/ \
+		http://apt.douglasthrift.net/files/${PORTNAME}/ \
 		http://code.douglasthrift.net/files/${PORTNAME}/
 PKGNAMEPREFIX=	trac-
-DISTNAME=	${PORTNAME}-r${PORTVERSION:E}
+DISTNAME=	hvr-trac-git-plugin-v${PORTVERSION}-15-g${GITPLUGIN_HASH}
 
 MAINTAINER=	douglas@douglasthrift.net
 COMMENT=	Git plugin for Trac
 
 RUN_DEPENDS=	git:${PORTSDIR}/devel/git \
 		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}dev
-WRKSRC=			${WRKDIR}/${PORTNAME}/${PORTVERSION:C/(.[0-9]+){3}$//}
+PYDISTUTILS_PKGVERSION=	${PORTVERSION}dev
+WRKSRC=			${WRKDIR}/hvr-trac-git-plugin-${GITPLUGIN_HASH}
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
-post-extract:
-	${CHMOD} -R a+r ${WRKSRC}
+GITPLUGIN_HASH=	2c21931
 
 .include <bsd.port.mk>
diff -Nrux .svn -x work /usr/ports/www/trac-gitplugin/distinfo trac-gitplugin/distinfo
--- /usr/ports/www/trac-gitplugin/distinfo	2011-03-19 05:36:58.000000000 -0700
+++ trac-gitplugin/distinfo	2011-06-29 18:55:32.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (gitplugin-r7757.zip) = d1575f382a0e132eac9e5aecfeca6329012f4c3a36d15c35d870d5bf763b8401
-SIZE (gitplugin-r7757.zip) = 73891
+SHA256 (hvr-trac-git-plugin-v0.12.0.5-15-g2c21931.tar.gz) = 41547119555cb0d1c0007d74d7846aec1609399a742fe710fb231308af4c4c5c
+SIZE (hvr-trac-git-plugin-v0.12.0.5-15-g2c21931.tar.gz) = 23968
--- 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?201106300227.p5U2RgWk032085>