Bug 112787 - Update port: www/trac-wikinotification [maintainer-update]
Summary: Update port: www/trac-wikinotification [maintainer-update]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-19 16:20 UTC by Gerrit Beine
Modified: 2007-05-27 16:35 UTC (History)
0 users

See Also:


Attachments
file.diff (333 bytes, patch)
2007-05-19 16:20 UTC, Gerrit Beine
no flags Details | Diff
file.diff (713 bytes, patch)
2007-05-19 16:20 UTC, Gerrit Beine
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerrit Beine 2007-05-19 16:20:03 UTC
Changed MASTER_SITES, re-packed the archive.
No functional changes.

Fix: -PORTNAME=	wikinotification
+PORTNAME=	wikinotificationplugin
 PORTVERSION=	0.1.0p4
 CATEGORIES=	www devel python
-MASTER_SITES=	http://www.gerritbeine.de/downloads/trac-hacks/
+MASTER_SITES=	http://www.gerritbeine.de/download/trac/
 PKGNAMEPREFIX=	trac-
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/p/rc/}

 MAINTAINER=	gerrit.beine@gmx.de
 COMMENT=	Allow email notifications on wiki page changes

+BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
 		${PYTHON_SITELIBDIR}/TracCtxtnavAdd-1.1_r1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd
-BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools

-USE_ZIP=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}
+NO_BUILD=	yes
+NO_CONFIGURE=	yes
 USE_PYTHON=	2.3+
 USE_PYDISTUTILS=yes
-WRKSRC=		${WRKDIR}/${PORTNAME}
 PLIST_SUB+=	PORTVERSION=${PORTVERSION:S/p/rc/} PYTHONVERSION=${_PYTHON_VERSION}
-
-do-build:
-	@${DO_NADA}

 .include <bsd.port.mk>
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2007-05-19 17:09:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-05-19 19:35:08 UTC
Responsible Changed
From-To: lwhsu->miwi

i'll handle gerrit prs. Thanks to lwhsu! Approved by lwhsu on irc.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-05-27 16:34:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!