diff options
author | Yi-Jheng Lin <yzlin@FreeBSD.org> | 2010-05-02 15:15:36 +0000 |
---|---|---|
committer | Yi-Jheng Lin <yzlin@FreeBSD.org> | 2010-05-02 15:15:36 +0000 |
commit | cb003e0df47b580520d5d1ba3ee2968444a52c2d (patch) | |
tree | 647e9487ce8e97c235e9ac8b8360993bf8fa41b1 | |
parent | Replace the use of GCC 4.3 in a comment/example by GCC 4.5 since the (diff) |
- Update to 1.5.15
PR: ports/145604
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> (maintainer)
Approved by: lwhsu/rafan (mentors, implicit)
-rw-r--r-- | devel/py-waf/Makefile | 4 | ||||
-rw-r--r-- | devel/py-waf/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/py-waf/Makefile b/devel/py-waf/Makefile index b609efb98535..4126e5ceca3a 100644 --- a/devel/py-waf/Makefile +++ b/devel/py-waf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= waf -DISTVERSION= 1.5.14a +PORTVERSION= 1.5.15 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,8 +17,6 @@ COMMENT= Python-based build system USE_BZIP2= yes USE_PYTHON= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/a//} - pre-configure: @cd ${WRKSRC} && ${PYTHON_CMD} waf-light --make-waf && ${TRUE} diff --git a/devel/py-waf/distinfo b/devel/py-waf/distinfo index 7d13c8a05b1b..56414b6980ab 100644 --- a/devel/py-waf/distinfo +++ b/devel/py-waf/distinfo @@ -1,3 +1,3 @@ -MD5 (waf-1.5.14a.tar.bz2) = 940fc4a0772767faf0971a2493f189a7 -SHA256 (waf-1.5.14a.tar.bz2) = bba5bc5e6bc6347773c988ee7e2b09aa6815bc9431147216e9c1e712a88cfb21 -SIZE (waf-1.5.14a.tar.bz2) = 889462 +MD5 (waf-1.5.15.tar.bz2) = 4e0ad40ef618f7d0959aa7c97f607328 +SHA256 (waf-1.5.15.tar.bz2) = ff575f34afe31acc09464eac063c398300b64ffedd753b62757cc979b01fd9b5 +SIZE (waf-1.5.15.tar.bz2) = 891405 |