Update to 0.4.5

This commit is contained in:
Max Brazhnikov 2010-01-06 21:09:17 +00:00
parent fc1221bd36
commit eddffa9051
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247285
2 changed files with 9 additions and 6 deletions

View File

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

View File

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