From owner-svn-ports-all@FreeBSD.ORG Wed May 13 14:24:41 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7266F883; Wed, 13 May 2015 14:24:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 60FEF105C; Wed, 13 May 2015 14:24:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4DEOfw7010576; Wed, 13 May 2015 14:24:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4DEOena010574; Wed, 13 May 2015 14:24:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505131424.t4DEOena010574@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 13 May 2015 14:24:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386215 - head/graphics/gdk-pixbuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 14:24:41 -0000 Author: amdmi3 Date: Wed May 13 14:24:40 2015 New Revision: 386215 URL: https://svnweb.freebsd.org/changeset/ports/386215 Log: - Add CPE info - Add LICENSE - Add missing file to plist Approved by: portmgr blanket Modified: head/graphics/gdk-pixbuf/Makefile head/graphics/gdk-pixbuf/pkg-plist Modified: head/graphics/gdk-pixbuf/Makefile ============================================================================== --- head/graphics/gdk-pixbuf/Makefile Wed May 13 13:38:00 2015 (r386214) +++ head/graphics/gdk-pixbuf/Makefile Wed May 13 14:24:40 2015 (r386215) @@ -6,19 +6,22 @@ PORTNAME= gdk-pixbuf PORTVERSION= 0.22.0 PORTREVISION= 17 CATEGORIES= graphics -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gdk-pixbuf/0.22 +MASTER_SITES= GNOME/sources/gdk-pixbuf/0.22 DISTNAME= gdk-pixbuf-${PORTVERSION} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Graphic library for GTK+ +LICENSE= LGPL20 # or later +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libjpeg.so:${PORTSDIR}/graphics/jpeg -USES= gmake libtool pathfix tar:bzip2 +USES= cpe gmake libtool pathfix tar:bzip2 +CPE_VENDOR= gnome USE_XORG= xt xi x11 USE_GNOME= gtk12 USE_LDCONFIG= yes Modified: head/graphics/gdk-pixbuf/pkg-plist ============================================================================== --- head/graphics/gdk-pixbuf/pkg-plist Wed May 13 13:38:00 2015 (r386214) +++ head/graphics/gdk-pixbuf/pkg-plist Wed May 13 14:24:40 2015 (r386215) @@ -1,6 +1,7 @@ bin/gdk-pixbuf-config etc/gdk_pixbufConf.sh etc/gdk_pixbuf_xlibConf.sh +etc/gnomecanvaspixbufConf.sh include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-features.h include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-loader.h include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlib.h