svn commit: r386215 - head/graphics/gdk-pixbuf

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 13 14:24:41 UTC 2015


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 at 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


More information about the svn-ports-all mailing list