Bug 37544 - Updated port devel/py-reverse to 0.2.3
Summary: Updated port devel/py-reverse to 0.2.3
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-28 23:00 UTC by Tilman Linneweh
Modified: 2002-04-29 06:46 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (207 bytes, patch)
2002-04-28 23:00 UTC, Tilman Linneweh
no flags Details | Diff
file.diff (2.80 KB, patch)
2002-04-28 23:00 UTC, Tilman Linneweh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tilman Linneweh 2002-04-28 23:00:02 UTC
	port was reported unfetchable by fenners portsurvey.
	Added USE_PYDISTUTILS.

Fix: PORTNAME=      reverse
-PORTVERSION=   0.2.2
+PORTVERSION=   0.2.3
 CATEGORIES=    devel python
 MASTER_SITES=  ftp://ftp.logilab.org/pub/pyreverse/
 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,13 +19,8 @@
 RUN_DEPENDS=   ${BUILD_DEPENDS}

 USE_PYTHON=    yes
+USE_PYDISTUTILS=yes

 SETUP_CMD=     cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
-
-do-build:
-       @${SETUP_CMD} build
-
-do-install:
-       @${SETUP_CMD} install

 .include <bsd.port.mk>
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-04-29 06:45:57 UTC
State Changed
From-To: open->closed

committed, thanks