Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 03:02:52 +0000 (UTC)
From:      Jeremy Messenger <mezz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314708 - head/graphics/gegl
Message-ID:  <201303200302.r2K32qsE053204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303200302.r2K32qsE053204>