Bug 112789 - Update port: www/trac-pagetopdf [maintainer-update]
Summary: Update port: www/trac-pagetopdf [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 (298 bytes, patch)
2007-05-19 16:20 UTC, Gerrit Beine
no flags Details | Diff
file.diff (618 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:04 UTC
Changed MASTER_SITES, re-packed the archive.
No functional changes.

Fix: -PORTNAME=	pagetopdf
+PORTNAME=	pagetopdfplugin
 PORTVERSION=	0.2
 CATEGORIES=	www devel python
-MASTER_SITES=	http://www.gerritbeine.de/downloads/trac-hacks/
+MASTER_SITES=	http://www.gerritbeine.de/download/trac/
 PKGNAMEPREFIX=	trac-
-DISTNAME=	pagetopdfplugin

 MAINTAINER=	gerrit.beine@gmx.de
 COMMENT=	Export trac wiki pages as PDFs

+BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
 		htmldoc:${PORTSDIR}/textproc/htmldoc
-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}/${DISTNAME}/0.10
 PLIST_SUB+=	PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
-
-do-build:
-	@${DO_NADA}

 .include <bsd.port.mk>
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2007-05-19 17:10:27 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:22 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:35:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!