diff options
author | mezz <mezz@FreeBSD.org> | 2008-07-01 04:16:22 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-07-01 04:16:22 +0800 |
commit | cf909ef83eed164015ef9278a24f876c924ccd78 (patch) | |
tree | 0cba28c5b3d447a875826c9b1cf3079c99ca697a /graphics/ruby-cairo | |
parent | 6f6bbb18550e5756c1d423c5bdb57f10a3d0f0a3 (diff) | |
download | freebsd-ports-gnome-cf909ef83eed164015ef9278a24f876c924ccd78.tar.gz freebsd-ports-gnome-cf909ef83eed164015ef9278a24f876c924ccd78.tar.zst freebsd-ports-gnome-cf909ef83eed164015ef9278a24f876c924ccd78.zip |
First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.
x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------
graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------
www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------
Approved by: portmgr (marcus)
Diffstat (limited to 'graphics/ruby-cairo')
-rw-r--r-- | graphics/ruby-cairo/Makefile | 9 | ||||
-rw-r--r-- | graphics/ruby-cairo/distinfo | 6 | ||||
-rw-r--r-- | graphics/ruby-cairo/pkg-plist | 2 |
3 files changed, 11 insertions, 6 deletions
diff --git a/graphics/ruby-cairo/Makefile b/graphics/ruby-cairo/Makefile index 7db9b376691e..6835953dbb92 100644 --- a/graphics/ruby-cairo/Makefile +++ b/graphics/ruby-cairo/Makefile @@ -3,12 +3,11 @@ # Whom: Mezz <mezz@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/ruby-cairo/Makefile,v 1.6 2008/02/28 21:28:18 mezz Exp $ +# $MCom: ports-stable/graphics/ruby-cairo/Makefile,v 1.1 2008/06/17 16:11:09 mezz Exp $ # PORTNAME= cairo -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.6.2 CATEGORIES= graphics ruby MASTER_SITES= http://cairographics.org/releases/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -26,6 +25,10 @@ CONFIGURE_ARGS+=--ruby=${RUBY} DOCS= AUTHORS COPYING ChangeLog GPL NEWS README +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local/lib/pkgconfig|${LOCALBASE}/libdata/pkgconfig|g' \ + ${WRKSRC}/pkg-config.rb + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${RUBY_MODEXAMPLESDIR}/agg diff --git a/graphics/ruby-cairo/distinfo b/graphics/ruby-cairo/distinfo index 24c7a0ba2466..c0b4fae67a30 100644 --- a/graphics/ruby-cairo/distinfo +++ b/graphics/ruby-cairo/distinfo @@ -1,3 +1,3 @@ -MD5 (rcairo-1.5.1.tar.gz) = 6778eaa1a32e289c47adcd40ef0f2595 -SHA256 (rcairo-1.5.1.tar.gz) = de937298cf8ffa129e452946ba52aa2614e930a77346895da2eec72c7700ef3b -SIZE (rcairo-1.5.1.tar.gz) = 68494 +MD5 (rcairo-1.6.2.tar.gz) = 062442e070d44984e11e34aac104d9f2 +SHA256 (rcairo-1.6.2.tar.gz) = 39b55519e51c82156b96d5e362020a5c5799c67ff7ce3e6499d324bebfe80015 +SIZE (rcairo-1.6.2.tar.gz) = 221770 diff --git a/graphics/ruby-cairo/pkg-plist b/graphics/ruby-cairo/pkg-plist index 087ebf14820a..581ae7381aad 100644 --- a/graphics/ruby-cairo/pkg-plist +++ b/graphics/ruby-cairo/pkg-plist @@ -9,6 +9,8 @@ %%RUBY_SITELIBDIR%%/cairo/context/path.rb %%RUBY_SITELIBDIR%%/cairo/context/rectangle.rb %%RUBY_SITELIBDIR%%/cairo/context/triangle.rb +%%RUBY_SITELIBDIR%%/cairo/paper.rb +%%RUBY_SITELIBDIR%%/cairo/papers.rb %%RUBY_SITELIBDIR%%/cairo/path.rb %%RUBY_SITELIBDIR%%/cairo/point.rb %%RUBY_SITEARCHLIBDIR%%/cairo.so |