diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-06 21:39:18 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-06 21:39:18 +0800 |
commit | 29848200f814d675d30448a87f731df2ccff0edc (patch) | |
tree | b2097656e5e55fbdc98146a90ff52a6356b5524e /graphics/cairo | |
parent | 440df07f1bdf883a5c73636acb9a8e56f30ed7ad (diff) | |
download | marcuscom-ports-29848200f814d675d30448a87f731df2ccff0edc.tar marcuscom-ports-29848200f814d675d30448a87f731df2ccff0edc.tar.gz marcuscom-ports-29848200f814d675d30448a87f731df2ccff0edc.tar.bz2 marcuscom-ports-29848200f814d675d30448a87f731df2ccff0edc.tar.lz marcuscom-ports-29848200f814d675d30448a87f731df2ccff0edc.tar.xz marcuscom-ports-29848200f814d675d30448a87f731df2ccff0edc.tar.zst marcuscom-ports-29848200f814d675d30448a87f731df2ccff0edc.zip |
Update to 1.4.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8463 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 13 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 6 |
2 files changed, 7 insertions, 12 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 356921a33..23888c24a 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,15 +3,15 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.54 2007/02/15 11:05:14 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.55 2007/03/05 22:10:46 ahze Exp $ # PORTNAME= cairo -PORTVERSION= 1.3.16 +PORTVERSION= 1.4.0 PORTREVISION?= 0 CATEGORIES= graphics -#MASTER_SITES= http://cairographics.org/releases/ -MASTER_SITES= http://cairographics.org/snapshots/ +MASTER_SITES= http://cairographics.org/releases/ +#MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support @@ -54,11 +54,6 @@ PLIST_SUB+= X11="" .endif post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/src/*.* \ - ${WRKSRC}/pixman/src/*.* -.endif @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/test/Makefile.in @${REINPLACE_CMD} -e 's|-lcairo|-lcairo ${PTHREAD_LIBS}|' \ diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 4f55860f5..e13c5200d 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,3 +1,3 @@ -MD5 (cairo-1.3.16.tar.gz) = 149a8006181a07c1447559058a3750df -SHA256 (cairo-1.3.16.tar.gz) = 8120b653e6f298ca2508ba8a82448e9b8a0b2a598a50d9db4184548e36781d1b -SIZE (cairo-1.3.16.tar.gz) = 4156967 +MD5 (cairo-1.4.0.tar.gz) = b0882df4621bcf5b69f024b9475f8d4e +SHA256 (cairo-1.4.0.tar.gz) = 583f9ae2c9b7d2ef33cfbd194148e71a335dafc226e13e213f07ff2dc398bb47 +SIZE (cairo-1.4.0.tar.gz) = 3067230 |