diff options
author | makc <makc@FreeBSD.org> | 2012-12-11 12:30:58 +0000 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-12-11 12:30:58 +0000 |
commit | 06db457dba2bac5fea54a6519a2361e0168cef74 (patch) | |
tree | 17d1fdd3d07415180c08caebdeb1573ca4f0dec2 | |
parent | c098ce515dee698a854ad8b403d418f9606166a8 (diff) | |
download | FreeBSD-ports-06db457dba2bac5fea54a6519a2361e0168cef74.zip FreeBSD-ports-06db457dba2bac5fea54a6519a2361e0168cef74.tar.gz |
- Update to 0.4.6
- Remove stale patches
- Trim Makefile header
-rw-r--r-- | graphics/fraqtive/Makefile | 11 | ||||
-rw-r--r-- | graphics/fraqtive/distinfo | 4 | ||||
-rw-r--r-- | graphics/fraqtive/files/patch-src__meshview.cpp | 11 | ||||
-rw-r--r-- | graphics/fraqtive/files/patch-src__src.pro | 13 |
4 files changed, 5 insertions, 34 deletions
diff --git a/graphics/fraqtive/Makefile b/graphics/fraqtive/Makefile index 30f54a6..8bf21c3 100644 --- a/graphics/fraqtive/Makefile +++ b/graphics/fraqtive/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: fraqtive -# Date created: Wed Sep 7 22:29:05 CEST 2005 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# +# Created by: Markus Brueffer <markus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fraqtive -PORTVERSION= 0.4.5 -PORTREVISION= 2 +PORTVERSION= 0.4.6 CATEGORIES= graphics MASTER_SITES= SF/fraqtive/Fraqtive/Fraqtive%20${PORTVERSION}/ @@ -15,7 +10,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Draws Mandelbrot and Julia fractals USE_BZIP2= yes -USE_QT4= gui opengl qmake_build uic_build moc_build rcc_build +USE_QT4= gui opengl xml qmake_build uic_build moc_build rcc_build QT_NONSTANDARD= yes USE_GL= glu HAS_CONFIGURE= yes diff --git a/graphics/fraqtive/distinfo b/graphics/fraqtive/distinfo index 22b417e..b84281d 100644 --- a/graphics/fraqtive/distinfo +++ b/graphics/fraqtive/distinfo @@ -1,2 +1,2 @@ -SHA256 (fraqtive-0.4.5.tar.bz2) = 17537ddc3c01d3bbfb52f66d68bffb84d66a9bca5adcb3b1ecdc66a920445cf6 -SIZE (fraqtive-0.4.5.tar.bz2) = 159954 +SHA256 (fraqtive-0.4.6.tar.bz2) = 5b799a1da39de1e6aa28674e3c2a2359df630c42f9d9b3fa051dee0db4aace4c +SIZE (fraqtive-0.4.6.tar.bz2) = 202647 diff --git a/graphics/fraqtive/files/patch-src__meshview.cpp b/graphics/fraqtive/files/patch-src__meshview.cpp deleted file mode 100644 index a2d571b..0000000 --- a/graphics/fraqtive/files/patch-src__meshview.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/meshview.cpp 2009/12/17 19:54:48 66 -+++ src/meshview.cpp 2012/04/03 22:32:00 74 -@@ -16,6 +16,8 @@ - # define M_PI 3.14159265358979323846 - #endif - -+#include <GL/glu.h> -+ - #include <QMouseEvent> - #include <QWheelEvent> - #include <QKeyEvent> diff --git a/graphics/fraqtive/files/patch-src__src.pro b/graphics/fraqtive/files/patch-src__src.pro deleted file mode 100644 index f3012fb..0000000 --- a/graphics/fraqtive/files/patch-src__src.pro +++ /dev/null @@ -1,13 +0,0 @@ ---- src/src.pro 2009/12/15 17:10:52 64 -+++ src/src.pro 2012/04/03 22:32:00 74 -@@ -154,6 +154,10 @@ - LIBS += -lshell32 - } - -+unix { -+ LIBS += -lGLU -+} -+ - MOC_DIR = ../tmp - RCC_DIR = ../tmp - UI_DIR = ../tmp |