From owner-svn-ports-head@freebsd.org Tue Oct 20 13:35:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9484BA19979; Tue, 20 Oct 2015 13:35:03 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CCE2153B; Tue, 20 Oct 2015 13:35:03 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9KDZ24m034437; Tue, 20 Oct 2015 13:35:02 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9KDZ29I034433; Tue, 20 Oct 2015 13:35:02 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201510201335.t9KDZ29I034433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 20 Oct 2015 13:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399828 - head/x11/pixman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 13:35:03 -0000 Author: kwm Date: Tue Oct 20 13:35:01 2015 New Revision: 399828 URL: https://svnweb.freebsd.org/changeset/ports/399828 Log: Update pixman to 0.32.8. Add portscout macro to ignore devel versions. Obtained from: Xorg devel repo Modified: head/x11/pixman/Makefile head/x11/pixman/distinfo head/x11/pixman/pkg-plist Modified: head/x11/pixman/Makefile ============================================================================== --- head/x11/pixman/Makefile Tue Oct 20 13:33:55 2015 (r399827) +++ head/x11/pixman/Makefile Tue Oct 20 13:35:01 2015 (r399828) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pixman -PORTVERSION= 0.32.6 -PORTREVISION= 1 +PORTVERSION= 0.32.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -11,6 +10,8 @@ COMMENT= Low-level pixel manipulation li LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limitw:1,even + USES= cpe perl5 USE_PERL5= build XORG_CAT= lib Modified: head/x11/pixman/distinfo ============================================================================== --- head/x11/pixman/distinfo Tue Oct 20 13:33:55 2015 (r399827) +++ head/x11/pixman/distinfo Tue Oct 20 13:35:01 2015 (r399828) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/pixman-0.32.6.tar.bz2) = 201fc0d7d6bc0017496f2bd27b3ca14224aea0df6b624c5ee2dc0307a4ff14a4 -SIZE (xorg/lib/pixman-0.32.6.tar.bz2) = 672201 +SHA256 (xorg/lib/pixman-0.32.8.tar.bz2) = 5c63dbb3523fc4d86ed4186677815918a941b7cb390d5eec4f55cb5d66b59fb1 +SIZE (xorg/lib/pixman-0.32.8.tar.bz2) = 696038 Modified: head/x11/pixman/pkg-plist ============================================================================== --- head/x11/pixman/pkg-plist Tue Oct 20 13:33:55 2015 (r399827) +++ head/x11/pixman/pkg-plist Tue Oct 20 13:35:01 2015 (r399828) @@ -3,5 +3,5 @@ include/pixman-1/pixman.h lib/libpixman-1.a lib/libpixman-1.so lib/libpixman-1.so.0 -lib/libpixman-1.so.0.32.6 +lib/libpixman-1.so.0.32.8 libdata/pkgconfig/pixman-1.pc