diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-10-13 14:56:01 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-10-13 14:56:01 +0000 |
commit | ca62b8485fcd9263b8c2b5b8e35ab1b339047749 (patch) | |
tree | cedbd056d7820c97ce71a143f87cab8fa33a2aa9 /graphics/potracegui | |
parent | 3c4a7fa174b76555305dfff351e5261d8b1489df (diff) | |
download | ports-ca62b8485fcd9263b8c2b5b8e35ab1b339047749.tar.gz ports-ca62b8485fcd9263b8c2b5b8e35ab1b339047749.zip |
Notes
Diffstat (limited to 'graphics/potracegui')
-rw-r--r-- | graphics/potracegui/Makefile | 5 | ||||
-rw-r--r-- | graphics/potracegui/distinfo | 4 | ||||
-rw-r--r-- | graphics/potracegui/files/patch-mainwidget.cpp | 10 |
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) |