diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-03-05 07:21:02 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-03-05 07:21:02 +0000 |
commit | 423868ab566c0188aff7a5d51d9fff51bd4f5bf6 (patch) | |
tree | e24004dd52404b77becdab4df2ffc521537494d8 /graphics/xpaint | |
parent | 54d0e8b9fd85d6987d7d3aa93a9cbf73c31b353a (diff) |
Notes
Diffstat (limited to 'graphics/xpaint')
-rw-r--r-- | graphics/xpaint/Makefile | 8 | ||||
-rw-r--r-- | graphics/xpaint/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 393f2f5b558c..565cfd6877d4 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= xpaint -PORTVERSION= 2.9.9.4 -PORTREVISION= 3 +PORTVERSION= 2.9.10 CATEGORIES= graphics -MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R} +MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Simple paint program @@ -48,4 +47,7 @@ post-patch: @${REINPLACE_CMD} -e '/if (!image)/s/return;/return -1;/' \ ${WRKSRC}/rw/readWriteTGA.c +post-configure: + ${MAKE} -C ${WRKSRC} clean + .include <bsd.port.mk> diff --git a/graphics/xpaint/distinfo b/graphics/xpaint/distinfo index 690c3a82c10f..5af5bf17ab03 100644 --- a/graphics/xpaint/distinfo +++ b/graphics/xpaint/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpaint-2.9.9.4.tar.bz2) = bb521d7175a4c13c6dc296dcbb0a87cb7f39b14ad5014852c66f6efd070a4162 -SIZE (xpaint-2.9.9.4.tar.bz2) = 1287091 +SHA256 (xpaint-2.9.10.tar.bz2) = f5302f7fb2cd803acedcec194b042c32a3699d4dba71d8d01d479a136e878d57 +SIZE (xpaint-2.9.10.tar.bz2) = 1320151 |