Bug 112786 - Update port: www/trac-addcomment [maintainer-update]
Summary: Update port: www/trac-addcomment [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 14:40 UTC by Gerrit Beine
Modified: 2007-05-27 16:40 UTC (History)
0 users

See Also:


Attachments
file.diff (218 bytes, patch)
2007-05-19 14:40 UTC, Gerrit Beine
no flags Details | Diff
file.diff (619 bytes, patch)
2007-05-19 14:40 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 14:40:04 UTC
Update to version 0.2

Fix: PORTNAME=	addcomment
-PORTVERSION=	0.1
+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=	${PORTNAME}macro-${PORTVERSION}

 MAINTAINER=	gerrit.beine@gmx.de
 COMMENT=	Add formatted comments to wiki pages

-RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
 BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
+RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
+		${PYTHON_SITELIBDIR}/TracMacroPost-0.1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost

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

 .include <bsd.port.mk>
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-05-19 15:35:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-27 16:34:31 UTC
miwi        2007-05-27 15:34:25 UTC

  FreeBSD ports repository

  Modified files:
    www/trac-addcomment  Makefile distinfo 
  Log:
  - Update to 0.2
  
  PR:             112786
  Submitted by:   Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
  
  Revision  Changes    Path
  1.2       +7 -7      ports/www/trac-addcomment/Makefile
  1.2       +3 -3      ports/www/trac-addcomment/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-05-27 16:35:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!