Date: Fri, 15 Mar 2013 06:58:16 GMT From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/176982: graphics/gegl: fix pkg-plist Message-ID: <201303150658.r2F6wGmn099876@red.freebsd.org> Resent-Message-ID: <201303150700.r2F7003P066065@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176982 >Category: ports >Synopsis: graphics/gegl: fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 15 07:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ruslan Makhmatkhanov >Release: 10.0-CURRENT >Organization: >Environment: 10.0-CURRENT amd64 >Description: - fix packing list - remove indefinite article from COMMENT, while here - bump PORTREVISION failing build log here: http://people.freebsd.org/~rm/gegl-0.2.0_1.log >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 314169) +++ Makefile (working copy) @@ -3,12 +3,12 @@ PORTNAME= gegl PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.2/ MAINTAINER= gnome@FreeBSD.org -COMMENT= A graph based image processing framework +COMMENT= Graph based image processing framework LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl Index: pkg-plist =================================================================== --- pkg-plist (revision 314169) +++ pkg-plist (working copy) @@ -292,7 +292,6 @@ lib/libgegl-%%GEGL_VER%%.so lib/libgegl-%%GEGL_VER%%.so.%%GEGL_MINOR%% libdata/pkgconfig/gegl-%%GEGL_VER%%.pc -%%PORTDOCS%%share/gtk-doc/html/gegl/api.html %%PORTDOCS%%share/gtk-doc/html/gegl/brightness-contrast.c.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-composer.h.html @@ -307,7 +306,6 @@ %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-plugin.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl.css -%%PORTDOCS%%share/gtk-doc/html/gegl/gegl.devhelp %%PORTDOCS%%share/gtk-doc/html/gegl/gegl.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/operations.html %%PORTDOCS%%%%DOCSDIR%%/ChangeLog >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150658.r2F6wGmn099876>