diff options
author | kwm <kwm@FreeBSD.org> | 2011-06-24 03:22:18 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-06-24 03:22:18 +0800 |
commit | d0cf643c35a81e3414cdc44018113b047eaf3e06 (patch) | |
tree | 1725a02f8246c9511adb6991616cee0636cade57 | |
parent | 1814ecb076d37b245f6153c0d92d75e30f3ce47d (diff) | |
download | freebsd-ports-gnome-d0cf643c35a81e3414cdc44018113b047eaf3e06.tar.gz freebsd-ports-gnome-d0cf643c35a81e3414cdc44018113b047eaf3e06.tar.zst freebsd-ports-gnome-d0cf643c35a81e3414cdc44018113b047eaf3e06.zip |
Update to 0.22.0.
Fix typo in SIMD option comment [1]
Submitted by: Edho P Arief <edhoprima@gmail.com> [1]
With hat: x11
-rw-r--r-- | x11/pixman/Makefile | 4 | ||||
-rw-r--r-- | x11/pixman/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 62d05747f7e7..66242e45e13e 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pixman -PORTVERSION= 0.21.4 +PORTVERSION= 0.22.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -17,7 +17,7 @@ USE_AUTOTOOLS= libtool USE_PERL5_BUILD=yes USE_GNOME= ltverhack:9 -OPTIONS= SIMD "Enable autodection of SIMD features (MMX, SSE2, VMX)" off +OPTIONS= SIMD "Enable autodetection of SIMD features (MMX, SSE2, VMX)" off .include <bsd.port.pre.mk> diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo index 938922784d3d..20aa72336c86 100644 --- a/x11/pixman/distinfo +++ b/x11/pixman/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/pixman-0.21.4.tar.bz2) = 7809f8aa7dcd99bc0e3a12eef65266d34e1f2988df4c814e5f747ddceed22ddf -SIZE (xorg/lib/pixman-0.21.4.tar.bz2) = 453663 +SHA256 (xorg/lib/pixman-0.22.0.tar.bz2) = 24a1bce57c36c773f67d48f7f25f80d69a47ef92a67404f1644d94dee156ae2b +SIZE (xorg/lib/pixman-0.22.0.tar.bz2) = 468024 |