diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-14 23:14:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-14 23:14:38 +0000 |
commit | 59a49801e7c633d26ee05b6de030690555e532de (patch) | |
tree | 0e8dee37f812a0055b3648c2b9807c188957aa4b /graphics/gpaint | |
parent | a74c02e5f90f6a458b99d7c6df06a9b25cd9eb05 (diff) | |
download | freebsd-ports-59a49801e7c633d26ee05b6de030690555e532de.zip |
- Update to 0.3.3
PR: 118596
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'graphics/gpaint')
-rw-r--r-- | graphics/gpaint/Makefile | 15 | ||||
-rw-r--r-- | graphics/gpaint/distinfo | 6 |
2 files changed, 14 insertions, 7 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 19b8ee0f29e9..3ccf3982823a 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -6,16 +6,23 @@ # PORTNAME= gpaint -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.3 DISTVERSIONPREFIX= 2- CATEGORIES= graphics gnome -MASTER_SITES= ftp://alpha.gnu.org/gnu/gpaint/ CENKES +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A small-scale painting program for GNOME -USE_GNOME= libgnomeprint libgnomeprintui +USE_GNOME= gnometarget libgnomeprint libgnomeprintui GNU_CONFIGURE= yes -PLIST_FILES= bin/${PORTNAME}-2 + +PLIST_FILES= bin/gpaint-2 %%DATADIR%%/glade/gpaint.glade +PLIST_DIRS= %%DATADIR%%/glade %%DATADIR%% + +post-patch: + @${REINPLACE_CMD} -e \ + 's|_RESPONSE_DISCARD|_RESPONSE_NO|g' ${WRKSRC}/src/drawing.c .include <bsd.port.mk> diff --git a/graphics/gpaint/distinfo b/graphics/gpaint/distinfo index 8f10f7cf3d79..7b9844ed84e6 100644 --- a/graphics/gpaint/distinfo +++ b/graphics/gpaint/distinfo @@ -1,3 +1,3 @@ -MD5 (gpaint-2-0.3.1.tar.gz) = c05d5a523e3c82da9c58225ba6219e3c -SHA256 (gpaint-2-0.3.1.tar.gz) = 461e50214d3f30f100279f3226214d56cf1f35c05c52fa0b51dff43dc600f535 -SIZE (gpaint-2-0.3.1.tar.gz) = 374185 +MD5 (gpaint-2-0.3.3.tar.gz) = 037cc283d2cdd806dbdc462839bb3b72 +SHA256 (gpaint-2-0.3.3.tar.gz) = 541706460610c8bd917225a0370762b66e378e756afa780e67677eeb0a2dd0eb +SIZE (gpaint-2-0.3.3.tar.gz) = 569301 |