diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-01-06 21:09:17 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-01-06 21:09:17 +0000 |
commit | eddffa9051ba94c5f086ff83364ef8708dc8bd4e (patch) | |
tree | e5c3e9060fad9daf7f632ee5b62e30e008f77d15 /graphics/fraqtive | |
parent | fc1221bd3692f4d4e16380633be129758823ed61 (diff) | |
download | ports-eddffa9051ba94c5f086ff83364ef8708dc8bd4e.tar.gz ports-eddffa9051ba94c5f086ff83364ef8708dc8bd4e.zip |
Update to 0.4.5
Notes
Notes:
svn path=/head/; revision=247285
Diffstat (limited to 'graphics/fraqtive')
-rw-r--r-- | graphics/fraqtive/Makefile | 9 | ||||
-rw-r--r-- | graphics/fraqtive/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/graphics/fraqtive/Makefile b/graphics/fraqtive/Makefile index 0741d589dde5..01d7902ebaab 100644 --- a/graphics/fraqtive/Makefile +++ b/graphics/fraqtive/Makefile @@ -6,9 +6,9 @@ # PORTNAME= fraqtive -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 CATEGORIES= graphics -MASTER_SITES= SF +MASTER_SITES= SF/fraqtive/Fraqtive/Fraqtive%20${PORTVERSION}/ MAINTAINER= makc@FreeBSD.org COMMENT= Draws Mandelbrot and Julia fractals @@ -24,7 +24,7 @@ CONFIGURE_ARGS= -prefix ${PREFIX} -qmake ${QMAKE} OPTIONS= SSE2 "Enable SSE2 optimization" off -INSTALLS_ICONS= yes +STRIP_FILES= bin/fraqtive .include <bsd.port.pre.mk> @@ -39,4 +39,7 @@ post-configure: -e 's|^CFLAGS .*|CFLAGS=${CFLAGS} -Wall -W $$\(DEFINES\)|' \ -e 's|^CXXFLAGS .*|CXXFLAGS=${CXXFLAGS} -Wall -W $$\(DEFINES\)|' +post-install: + ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} + .include <bsd.port.post.mk> diff --git a/graphics/fraqtive/distinfo b/graphics/fraqtive/distinfo index a0930e7c3b12..d79c9177b2ec 100644 --- a/graphics/fraqtive/distinfo +++ b/graphics/fraqtive/distinfo @@ -1,3 +1,3 @@ -MD5 (fraqtive-0.4.4.tar.bz2) = 4edcc86fecf39891de16db99b88f5fb8 -SHA256 (fraqtive-0.4.4.tar.bz2) = 15aaebbc7de6583a0d6674886779fb399a1d3c860f48609b7ef59e9dac16286f -SIZE (fraqtive-0.4.4.tar.bz2) = 100561 +MD5 (fraqtive-0.4.5.tar.bz2) = ec5b9cbaea179705f62b1b45eeeee15c +SHA256 (fraqtive-0.4.5.tar.bz2) = 17537ddc3c01d3bbfb52f66d68bffb84d66a9bca5adcb3b1ecdc66a920445cf6 +SIZE (fraqtive-0.4.5.tar.bz2) = 159954 |