diff options
author | pav <pav@FreeBSD.org> | 2006-03-17 02:15:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-17 02:15:03 +0800 |
commit | 65061e89542b92908d2853fbb668add123f1c1ae (patch) | |
tree | dda20b39ee6910be3e446920456d9c8a09f1252c /math/fityk | |
parent | 7fb877f36f6c2dfddb6568330c314da55191a66d (diff) | |
download | freebsd-ports-gnome-65061e89542b92908d2853fbb668add123f1c1ae.tar.gz freebsd-ports-gnome-65061e89542b92908d2853fbb668add123f1c1ae.tar.zst freebsd-ports-gnome-65061e89542b92908d2853fbb668add123f1c1ae.zip |
- Update to 0.7.2
PR: ports/94499
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'math/fityk')
-rw-r--r-- | math/fityk/Makefile | 8 | ||||
-rw-r--r-- | math/fityk/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile index e6adfea8c9aa..7df88ddf114d 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fityk -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +20,7 @@ LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost \ wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +USE_BZIP2= yes USE_GNOME= gnometarget gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes @@ -39,11 +40,12 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "does not compile on 4.x" +BROKEN= does not compile on 4.x .endif post-patch: @${REINPLACE_CMD} -e 's|^CPPFLAGS=|#CPPFLAGS=|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|config 3rdparty|config|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|config 3rdparty|config|g ; \ + s|^install-data-am:|install-data-am:#|g' ${WRKSRC}/Makefile.in .include <bsd.port.post.mk> diff --git a/math/fityk/distinfo b/math/fityk/distinfo index 3f3f4563c33e..17b0f7dc1da8 100644 --- a/math/fityk/distinfo +++ b/math/fityk/distinfo @@ -1,3 +1,3 @@ -MD5 (fityk-0.7.0.tar.gz) = 8914b5b3144a068dcbbda2d246b7747a -SHA256 (fityk-0.7.0.tar.gz) = 67d7812ea8cf105a66467ecd9c76c109668b106116fd2009c3ea201921a46e92 -SIZE (fityk-0.7.0.tar.gz) = 1283021 +MD5 (fityk-0.7.2.tar.bz2) = ad9d4ce692a2f9f0ba8ccff2fbdbee99 +SHA256 (fityk-0.7.2.tar.bz2) = f329d6b88aa02fc3e13532016cfa4b4134b8262e0660a8d34824a73205ad4a76 +SIZE (fityk-0.7.2.tar.bz2) = 923635 |