summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-29 06:49:31 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-29 06:49:31 +0800
commitb260ba843d9a694405e39db3b01a7e0d767fb404 (patch)
treeebc383d8599dc9596fb9d4411692420acfd11ae4
parentfcd1a1005caf0bfaa9109fe7b4d61e73c976b272 (diff)
downloadmarcuscom-ports-b260ba843d9a694405e39db3b01a7e0d767fb404.tar
marcuscom-ports-b260ba843d9a694405e39db3b01a7e0d767fb404.tar.gz
marcuscom-ports-b260ba843d9a694405e39db3b01a7e0d767fb404.tar.bz2
marcuscom-ports-b260ba843d9a694405e39db3b01a7e0d767fb404.tar.lz
marcuscom-ports-b260ba843d9a694405e39db3b01a7e0d767fb404.tar.xz
marcuscom-ports-b260ba843d9a694405e39db3b01a7e0d767fb404.tar.zst
marcuscom-ports-b260ba843d9a694405e39db3b01a7e0d767fb404.zip
- Update to 0.5.1.1 (cvs snapshot until 0.6.0 is ready)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4348 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--graphics/py-cairo/Makefile12
-rw-r--r--graphics/py-cairo/distinfo4
2 files changed, 9 insertions, 7 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile
index 3c39a3cc6..501a14eb8 100644
--- a/graphics/py-cairo/Makefile
+++ b/graphics/py-cairo/Makefile
@@ -3,14 +3,14 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/py-cairo/Makefile,v 1.7 2005/07/22 23:37:35 ahze Exp $
+# $MCom: ports/graphics/py-cairo/Makefile,v 1.8 2005/07/23 01:43:48 ahze Exp $
#
PORTNAME= cairo
-PORTVERSION= 0.5.1
-PORTREVISION= 1
+PORTVERSION= 0.5.1.1
CATEGORIES= graphics python
-MASTER_SITES= http://cairographics.org/snapshots/
+MASTER_SITES= http://cairographics.org/snapshots/ \
+ http://people.freebsd.org/~ahze/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
@@ -23,6 +23,7 @@ RUN_DEPENDS= ${PYNUMERIC}
USE_PYTHON= yes
USE_REINPLACE= yes
+USE_GMAKE= yes
USE_GNOME= gnometarget gnomehack
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --without-pygtk
@@ -41,7 +42,8 @@ pre-everything::
@${ECHO_MSG}
post-patch:
- @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
+ @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|; \
+ s|SUBDIRS = cairo examples test|SUBDIRS = cairo examples|' \
${WRKSRC}/Makefile.in
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|-std=c99||' \
diff --git a/graphics/py-cairo/distinfo b/graphics/py-cairo/distinfo
index 658d1caad..b3a7a4e5f 100644
--- a/graphics/py-cairo/distinfo
+++ b/graphics/py-cairo/distinfo
@@ -1,2 +1,2 @@
-MD5 (pycairo-0.5.1.tar.gz) = 31b0a0376ef08a18fd9c3ee34988d224
-SIZE (pycairo-0.5.1.tar.gz) = 460834
+MD5 (pycairo-0.5.1.1.tar.gz) = 515f9804450c6cbf6a600b535972f94a
+SIZE (pycairo-0.5.1.1.tar.gz) = 834452