Date: Wed, 13 May 2015 14:24:40 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386215 - head/graphics/gdk-pixbuf Message-ID: <201505131424.t4DEOena010574@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505131424.t4DEOena010574>