summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-02 09:51:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-02 09:51:30 +0000
commitf7d08c88e932d2b5a99115d83909fc698e5a4b59 (patch)
tree1c6e08a3a12ebdac6976ea09b151aecf91f86ad5
parentMark as broken with gcc4.2. (diff)
- Update to 4.7.1
Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
Notes
Notes: svn path=/head/; revision=200635
-rw-r--r--devel/py-sip/Makefile9
-rw-r--r--devel/py-sip/distinfo6
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile
index 76e04320a97b..fc1f727dcb33 100644
--- a/devel/py-sip/Makefile
+++ b/devel/py-sip/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= sip
-PORTVERSION= 4.7
+PORTVERSION= 4.7.1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= http://www.riverbankcomputing.com/Downloads/sip4/ \
@@ -38,11 +38,12 @@ do-configure:
cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${ARGS}
post-configure:
- for item in sipgen siplib; do\
- ${REINPLACE_CMD} -e 's|CC = gcc|CC = ${CC}|'\
+.for item in sipgen siplib
+ ${REINPLACE_CMD} -e 's|CC = gcc|CC = ${CC}|'\
-e 's|CXX = g++|CXX = ${CXX}|'\
-e 's|LINK = g++|LINK = ${CXX}|'\
- ${WRKSRC}/$${item}/Makefile; done
+ ${WRKSRC}/${item}/Makefile
+.endfor
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/py-sip/distinfo b/devel/py-sip/distinfo
index 0cbc4530b926..b72ceaeab95e 100644
--- a/devel/py-sip/distinfo
+++ b/devel/py-sip/distinfo
@@ -1,3 +1,3 @@
-MD5 (sip-4.7.tar.gz) = 1403ae2973b8ee4d1a69492b7f6833b8
-SHA256 (sip-4.7.tar.gz) = f5da79bac7029a7990fb31f10268a04928f97ecb6be8e844b9c95c2a9423f09b
-SIZE (sip-4.7.tar.gz) = 439236
+MD5 (sip-4.7.1.tar.gz) = 083a4241ce63f9d44fbadc8f3c6d6f42
+SHA256 (sip-4.7.1.tar.gz) = 4367373215773a0e9beba28e1b5b6ec14df7dde027eb47243746bd61e80fff01
+SIZE (sip-4.7.1.tar.gz) = 441524