summaryrefslogtreecommitdiff
path: root/graphics/xpaint
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-02-01 08:36:19 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-02-01 08:36:19 +0000
commite82d03a3ebbab2a6d55aade2097f33edbf2b576f (patch)
tree3216cb9d3189aa20b3290460af04dd4c3b6575a6 /graphics/xpaint
parentAdd open-motif-jdk (diff)
Update to version 2.7.3
PR: ports/76899 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=127829
Diffstat (limited to 'graphics/xpaint')
-rw-r--r--graphics/xpaint/Makefile2
-rw-r--r--graphics/xpaint/distinfo4
-rw-r--r--graphics/xpaint/files/patch-ab12
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 57e485edf980..7dbb4ea150b3 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xpaint
-PORTVERSION= 2.7.2
+PORTVERSION= 2.7.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ac-grenoble.fr/Office/
diff --git a/graphics/xpaint/distinfo b/graphics/xpaint/distinfo
index 9ac9c3df88a3..1d8702ed48cd 100644
--- a/graphics/xpaint/distinfo
+++ b/graphics/xpaint/distinfo
@@ -1,2 +1,2 @@
-MD5 (xpaint-2.7.2.tar.bz2) = 4713789df2aabc0d1352a63b10315864
-SIZE (xpaint-2.7.2.tar.bz2) = 609645
+MD5 (xpaint-2.7.3.tar.bz2) = acfdb2c7faeb3124988727727a41672d
+SIZE (xpaint-2.7.3.tar.bz2) = 615007
diff --git a/graphics/xpaint/files/patch-ab b/graphics/xpaint/files/patch-ab
index 1b6277760b71..10b0e2b295cd 100644
--- a/graphics/xpaint/files/patch-ab
+++ b/graphics/xpaint/files/patch-ab
@@ -1,15 +1,15 @@
---- fileName.c.orig Wed Oct 4 00:11:54 2000
-+++ fileName.c Wed Oct 4 00:13:04 2000
-@@ -37,7 +37,7 @@
+--- fileName.c.orig Mon Nov 8 21:41:46 2004
++++ fileName.c Sun Jan 30 18:55:53 2005
+@@ -38,7 +38,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
--#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__)
-+#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) || defined(__FreeBSD__)
+-#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) || defined(__VMS )
++#if defined(SYSV) || defined(SVR4) || defined(__CYGWIN__) || defined(__VMS ) || defined(__FreeBSD__)
#include <dirent.h>
#else
#include <sys/dir.h>
-@@ -395,7 +395,7 @@
+@@ -409,7 +409,7 @@
setCWD(arg_t * arg, char *dir)
{
DIR *dirp;