summaryrefslogtreecommitdiff
path: root/graphics/xaralx-devel
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-07-18 11:29:23 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-07-18 11:29:23 +0000
commite99c5fc107c25c2749108979fc6a880e9504e0e8 (patch)
tree47e5376d305d321e3eccc88c2acc237a40e89ed9 /graphics/xaralx-devel
parentUpdate to 2.5 (diff)
Upgrade graphics/xaralx from 0.5r1175 to 0.6r1441 and
graphics/xaralx-devel from 0.5r1402 to 0.6r1460
Diffstat (limited to 'graphics/xaralx-devel')
-rw-r--r--graphics/xaralx-devel/Makefile6
-rw-r--r--graphics/xaralx-devel/distinfo6
-rw-r--r--graphics/xaralx-devel/files/patch-configure.in11
3 files changed, 4 insertions, 19 deletions
diff --git a/graphics/xaralx-devel/Makefile b/graphics/xaralx-devel/Makefile
index c815f84fbf70..35f3e2e0c124 100644
--- a/graphics/xaralx-devel/Makefile
+++ b/graphics/xaralx-devel/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTVERSION= 0.5r1402
+PORTVERSION= 0.6r1460
PORTREVISION= 0
PKGNAMESUFFIX= -devel
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2
@@ -15,8 +15,4 @@ COMMENT= Top-tier vector/general purpose graphics program (development version)
MASTERDIR= ${.CURDIR}/../xaralx
MD5_FILE= ${.CURDIR}/distinfo
-PATCHDIR= ${.CURDIR}/files
-
-MAKE_ENV= INCLUDES="-I${LOCALBASE}/include/dlmalloc"
-
.include "${MASTERDIR}/Makefile"
diff --git a/graphics/xaralx-devel/distinfo b/graphics/xaralx-devel/distinfo
index 2500ea529fa7..877b1767d8a9 100644
--- a/graphics/xaralx-devel/distinfo
+++ b/graphics/xaralx-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (XaraLX-0.5r1402.tar.bz2) = f0c9f848ae7a0537a8454b4068d06a27
-SHA256 (XaraLX-0.5r1402.tar.bz2) = 4f1eb460b628970fb1088e089bda8a4e3ef6d535de91b12e6a8229e407022bf7
-SIZE (XaraLX-0.5r1402.tar.bz2) = 30729723
+MD5 (XaraLX-0.6r1460.tar.bz2) = 01af9d74b071caea31dcb3c7a5b48af2
+SHA256 (XaraLX-0.6r1460.tar.bz2) = 468c1556c7c45b2eb3347fcc599142480ece45f31eafa388173f08acbbd6f507
+SIZE (XaraLX-0.6r1460.tar.bz2) = 27878142
diff --git a/graphics/xaralx-devel/files/patch-configure.in b/graphics/xaralx-devel/files/patch-configure.in
deleted file mode 100644
index f8934484b3e1..000000000000
--- a/graphics/xaralx-devel/files/patch-configure.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig Tue Jun 6 15:00:31 2006
-+++ configure.in Tue Jun 6 16:43:23 2006
-@@ -173,7 +173,7 @@
-
- if test "$InternationalEnable" = "yes"; then
- AC_MSG_CHECKING([wxWidgets wxrc utility])
-- WXRC="`$WXCONFIG --utility=wxrc`"
-+ WXRC="`$WXCONFIG --utility=wxrc-gtk2u`"
-
- if test "$WXRC" = "" ; then
- AC_MSG_RESULT([not found, disabling international build])