1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

Update to 0.7.1.

This commit is contained in:
Joe Marcus Clarke 2009-04-25 21:37:05 +00:00
parent e10e1b929f
commit 8ab5ae898d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232739
3 changed files with 5 additions and 18 deletions

View File

@ -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

View File

@ -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

View File

@ -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";
}
+}