diff options
author | mezz <mezz@FreeBSD.org> | 2013-03-20 11:02:51 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2013-03-20 11:02:51 +0800 |
commit | a1c5e8c122ce4a4caeea51da7e25f5649cec83c9 (patch) | |
tree | 5833290555b3b1224fc04dca4435b023db6ce9e1 /graphics | |
parent | e6f05b86d2a94cbab8f22e59327e494746a39eed (diff) | |
download | freebsd-ports-gnome-a1c5e8c122ce4a4caeea51da7e25f5649cec83c9.tar.gz freebsd-ports-gnome-a1c5e8c122ce4a4caeea51da7e25f5649cec83c9.tar.zst freebsd-ports-gnome-a1c5e8c122ce4a4caeea51da7e25f5649cec83c9.zip |
- fix packing list
- remove indefinite article from COMMENT, while here
- bump PORTREVISION
PR: ports/176982
Submitted by: rm
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 4 | ||||
-rw-r--r-- | graphics/gegl/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 0e407b47c4bb..a75035ae73e5 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -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 diff --git a/graphics/gegl/pkg-plist b/graphics/gegl/pkg-plist index e1bd0b933701..df6fff1999db 100644 --- a/graphics/gegl/pkg-plist +++ b/graphics/gegl/pkg-plist @@ -292,7 +292,6 @@ lib/libgegl-%%GEGL_VER%%.la 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 @@ libdata/pkgconfig/gegl-%%GEGL_VER%%.pc %%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 |