summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-10-13 14:56:01 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-10-13 14:56:01 +0000
commitca62b8485fcd9263b8c2b5b8e35ab1b339047749 (patch)
treecedbd056d7820c97ce71a143f87cab8fa33a2aa9 /graphics
parent- update to 0.48, required by svk 0.22 (diff)
Update to version 1.1
Notes
Notes: svn path=/head/; revision=119243
Diffstat (limited to 'graphics')
-rw-r--r--graphics/potracegui/Makefile5
-rw-r--r--graphics/potracegui/distinfo4
-rw-r--r--graphics/potracegui/files/patch-mainwidget.cpp10
3 files changed, 3 insertions, 16 deletions
diff --git a/graphics/potracegui/Makefile b/graphics/potracegui/Makefile
index 556670a4c53f..a214471cda7a 100644
--- a/graphics/potracegui/Makefile
+++ b/graphics/potracegui/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= potracegui
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,9 +22,6 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-post-extract:
- @${RM} ${WRKSRC}/src/*.o
-
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
diff --git a/graphics/potracegui/distinfo b/graphics/potracegui/distinfo
index b6f1143a42f6..668d9da2f3e9 100644
--- a/graphics/potracegui/distinfo
+++ b/graphics/potracegui/distinfo
@@ -1,2 +1,2 @@
-MD5 (potracegui-1.0.tar.bz2) = 6b7b02b199526f725c9a2b41133ce8f9
-SIZE (potracegui-1.0.tar.bz2) = 620090
+MD5 (potracegui-1.1.tar.bz2) = 45097e02397a64271ec3bb0e1625a3a9
+SIZE (potracegui-1.1.tar.bz2) = 517143
diff --git a/graphics/potracegui/files/patch-mainwidget.cpp b/graphics/potracegui/files/patch-mainwidget.cpp
deleted file mode 100644
index fd91a417f8d2..000000000000
--- a/graphics/potracegui/files/patch-mainwidget.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/mainwidget.cpp.orig Tue Jun 22 11:30:43 2004
-+++ src/mainwidget.cpp Tue Jun 22 11:31:10 2004
-@@ -52,6 +52,7 @@
- #include <fstream>
- #include <vector>
- #include <utility>
-+#include <unistd.h>
- using namespace std;
-
- MainWidget::MainWidget(QWidget* parent, const char* name, WFlags fl)