diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-17 16:17:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-17 16:17:47 +0000 |
commit | 3069132a04b0f70869a7a2fe2800b3d4fdb68833 (patch) | |
tree | b59688683d75c98493d12d077a227204d2eef16d /graphics | |
parent | a140f27d5afd8571697b7df9982cb75ed488d47d (diff) | |
download | ports-3069132a04b0f70869a7a2fe2800b3d4fdb68833.tar.gz ports-3069132a04b0f70869a7a2fe2800b3d4fdb68833.zip |
Update to 0.2.2.
Notes
Notes:
svn path=/head/; revision=56249
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gpaint/Makefile | 5 | ||||
-rw-r--r-- | graphics/gpaint/distinfo | 2 | ||||
-rw-r--r-- | graphics/gpaint/files/patch-src::Makefile.in | 15 | ||||
-rw-r--r-- | graphics/gpaint/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/gpaint/pkg-plist | 1 |
5 files changed, 12 insertions, 13 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 0df29fbf78b9..a6f0a1852224 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gpaint -PORTVERSION= 0.2 +PORTVERSION= 0.2.2 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/gpaint/ MAINTAINER= sobomax@FreeBSD.org diff --git a/graphics/gpaint/distinfo b/graphics/gpaint/distinfo index 213460d3770e..f17d205f1e4f 100644 --- a/graphics/gpaint/distinfo +++ b/graphics/gpaint/distinfo @@ -1 +1 @@ -MD5 (gpaint-0.2.tar.gz) = 5daceec3a9b21520b4add16826c787d9 +MD5 (gpaint-0.2.2.tar.gz) = e4fb131252434cf335ae228ced1563a5 diff --git a/graphics/gpaint/files/patch-src::Makefile.in b/graphics/gpaint/files/patch-src::Makefile.in index ea4c35358e3d..8dd12ade9a02 100644 --- a/graphics/gpaint/files/patch-src::Makefile.in +++ b/graphics/gpaint/files/patch-src::Makefile.in @@ -1,14 +1,13 @@ $FreeBSD$ ---- src/Makefile.in 2001/12/19 10:37:34 1.1 -+++ src/Makefile.in 2001/12/19 10:37:53 -@@ -115,7 +115,7 @@ - cxxflags_set = @cxxflags_set@ - l = @l@ +--- src/Makefile.in 2002/03/17 16:11:28 1.1 ++++ src/Makefile.in 2002/03/17 16:12:09 +@@ -119,6 +119,7 @@ --INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -+INCLUDES = $(GDK_PIXBUF_CFLAGS) -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) + INCLUDES = \ + -I$(top_srcdir)/intl \ ++ $(GDK_PIXBUF_CFLAGS) \ + $(GNOME_INCLUDEDIR) - bin_PROGRAMS = gpaint diff --git a/graphics/gpaint/pkg-descr b/graphics/gpaint/pkg-descr index 418b9f007f8a..5435a26c822d 100644 --- a/graphics/gpaint/pkg-descr +++ b/graphics/gpaint/pkg-descr @@ -14,4 +14,4 @@ and turning gpaint into a Bonobo component for simple image editing tasks. For bugs or general comments please send mail to Andy Tai, atai@atai.org -WWW: http://gpaint.sourceforge.net/ +WWW: http://www.gnu.org/software/gpaint/ diff --git a/graphics/gpaint/pkg-plist b/graphics/gpaint/pkg-plist index c09a8ad0644f..2d4caeda40a2 100644 --- a/graphics/gpaint/pkg-plist +++ b/graphics/gpaint/pkg-plist @@ -16,6 +16,7 @@ share/gnome/pixmaps/gpaint/dergates.jpg share/gnome/pixmaps/gpaint/dotPenOp.xpm share/gnome/pixmaps/gpaint/dynPenOp.xpm share/gnome/pixmaps/gpaint/eraseOp.xpm +share/gnome/pixmaps/gpaint/eraseOp.xpm.new share/gnome/pixmaps/gpaint/fboxOp.xpm share/gnome/pixmaps/gpaint/ffillOp.xpm share/gnome/pixmaps/gpaint/ffreehandOp.xpm |