- Update to xpaint 2.9.4 (now with jpeg support)

- Grab maintainership
This commit is contained in:
Johan van Selst 2010-09-04 22:09:30 +00:00
parent 1fc660367a
commit b481ce4c7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260566
4 changed files with 19 additions and 6 deletions

View file

@ -6,14 +6,16 @@
#
PORTNAME= xpaint
PORTVERSION= 2.9.1.4
PORTVERSION= 2.9.4
CATEGORIES= graphics
MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= johans@FreeBSD.org
COMMENT= A simple paint program
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
jpeg:${PORTSDIR}/graphics/jpeg \
openjpeg:${PORTSDIR}/graphics/openjpeg \
tiff.4:${PORTSDIR}/graphics/tiff
USE_BZIP2= yes

View file

@ -1,3 +1,3 @@
MD5 (xpaint-2.9.1.4.tar.bz2) = 49f4effceb3f45b5af9423f1a702d91e
SHA256 (xpaint-2.9.1.4.tar.bz2) = a733736bd635bbf5b5a04b8061da132b317793ef9292ce6f07a85f9dcfdc114a
SIZE (xpaint-2.9.1.4.tar.bz2) = 1025885
MD5 (xpaint-2.9.4.tar.bz2) = 4d92487332f2f7619bbbe70b291bc13b
SHA256 (xpaint-2.9.4.tar.bz2) = 8a53571fe5867fcdf49ec8f7e9128523384c62e5b565b73cad311362bc32fbe2
SIZE (xpaint-2.9.4.tar.bz2) = 1119744

View file

@ -0,0 +1,10 @@
--- rw/readWriteICO.c.orig 2010-09-04 23:36:34.000000000 +0200
+++ rw/readWriteICO.c 2010-09-04 23:37:10.000000000 +0200
@@ -34,7 +34,6 @@
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <error.h>
#include <errno.h>
#include <getopt.h>

View file

@ -90,6 +90,7 @@ lib/X11/app-defaults/XPaint_fr
%%DATADIR%%/include/XPaint.ad.h
%%DATADIR%%/include/Xpaint.h
%%DATADIR%%/include/Xpaint3d.h
%%DATADIR%%/include/bitmap.h
%%DATADIR%%/include/color.h
%%DATADIR%%/include/crc32.h
%%DATADIR%%/include/graphic.h