svn commit: r314708 - head/graphics/gegl

Jeremy Messenger mezz at FreeBSD.org
Wed Mar 20 03:02:52 UTC 2013


Author: mezz
Date: Wed Mar 20 03:02:51 2013
New Revision: 314708
URL: http://svnweb.freebsd.org/changeset/ports/314708

Log:
  - fix packing list
  - remove indefinite article from COMMENT, while here
  - bump PORTREVISION
  
  PR:		ports/176982
  Submitted by:	rm

Modified:
  head/graphics/gegl/Makefile
  head/graphics/gegl/pkg-plist

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Wed Mar 20 02:59:46 2013	(r314707)
+++ head/graphics/gegl/Makefile	Wed Mar 20 03:02:51 2013	(r314708)
@@ -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 at FreeBSD.org
-COMMENT=	A graph based image processing framework
+COMMENT=	Graph based image processing framework
 
 LIB_DEPENDS=	babl-0.1:${PORTSDIR}/x11/babl
 

Modified: head/graphics/gegl/pkg-plist
==============================================================================
--- head/graphics/gegl/pkg-plist	Wed Mar 20 02:59:46 2013	(r314707)
+++ head/graphics/gegl/pkg-plist	Wed Mar 20 03:02:51 2013	(r314708)
@@ -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


More information about the svn-ports-all mailing list