aboutsummaryrefslogtreecommitdiff
path: root/graphics/passepartout
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-04-25 21:37:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-04-25 21:37:05 +0000
commit8ab5ae898d8454cd3f76ccfacbf951826e28e0a7 (patch)
tree0fefd44f93b2bd3c4364da3e091718827e096050 /graphics/passepartout
parente10e1b929f2dfe61d26be6991564021197a16323 (diff)
downloadports-8ab5ae898d8454cd3f76ccfacbf951826e28e0a7.tar.gz
ports-8ab5ae898d8454cd3f76ccfacbf951826e28e0a7.zip
Notes
Diffstat (limited to 'graphics/passepartout')
-rw-r--r--graphics/passepartout/Makefile5
-rw-r--r--graphics/passepartout/distinfo6
-rw-r--r--graphics/passepartout/files/patch-src_ps_misc.cc12
3 files changed, 5 insertions, 18 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile
index 6a88f26e62a4..6bf2c9489cf4 100644
--- a/graphics/passepartout/Makefile
+++ b/graphics/passepartout/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= passepartout
-PORTVERSION= 0.7.0
-PORTREVISION= 1
+PORTVERSION= 0.7.1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -17,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= DTP application for X
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
-LIB_DEPENDS= xml\\+\\+-1.0:${PORTSDIR}/textproc/libxml++ \
+LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/libxml++26 \
gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26
RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
diff --git a/graphics/passepartout/distinfo b/graphics/passepartout/distinfo
index dad86501efec..16ed883e4728 100644
--- a/graphics/passepartout/distinfo
+++ b/graphics/passepartout/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/passepartout-0.7.0.tar.bz2) = 1719b4a5dcf7edd02e5ec93f3b0e8318
-SHA256 (gnome2/passepartout-0.7.0.tar.bz2) = 709890fb1530217e2678b710e996e9e3ee41c969088193711f119fc456f67d0b
-SIZE (gnome2/passepartout-0.7.0.tar.bz2) = 369232
+MD5 (gnome2/passepartout-0.7.1.tar.bz2) = 75412a63dbec7078100aec4402f6490c
+SHA256 (gnome2/passepartout-0.7.1.tar.bz2) = c6cf8e11d625af04483fed52ed5cdbcb18bf63bfae80c4eb2a36561b284ed077
+SIZE (gnome2/passepartout-0.7.1.tar.bz2) = 411174
diff --git a/graphics/passepartout/files/patch-src_ps_misc.cc b/graphics/passepartout/files/patch-src_ps_misc.cc
deleted file mode 100644
index b66975ddfa58..000000000000
--- a/graphics/passepartout/files/patch-src_ps_misc.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/ps/misc.cc.orig 2007-07-04 13:49:34.000000000 -0400
-+++ src/ps/misc.cc 2007-07-04 13:48:35.000000000 -0400
-@@ -3,6 +3,8 @@
- ///
- #include "misc.h"
-
--std::ostream& PS::operator << (std::ostream& out, const PS::Concat& c) {
-+namespace PS {
-+std::ostream& operator << (std::ostream& out, const Concat& c) {
- return out << '[' << c.matrix << "] concat\n";
- }
-+}