diff options
author | sem <sem@FreeBSD.org> | 2005-07-26 21:30:41 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-26 21:30:41 +0800 |
commit | ad92c66fcd7300e0dbd6a830f0977dde1a19e259 (patch) | |
tree | 7726fc23d61ba8eebba8cf9abdcab884215afa25 /math | |
parent | 2c2e6fe22908f3a7080f4cc2ac8ba910f9363b56 (diff) | |
download | freebsd-ports-gnome-ad92c66fcd7300e0dbd6a830f0977dde1a19e259.tar.gz freebsd-ports-gnome-ad92c66fcd7300e0dbd6a830f0977dde1a19e259.tar.zst freebsd-ports-gnome-ad92c66fcd7300e0dbd6a830f0977dde1a19e259.zip |
- Update to 0.5.1
PR: ports/84071
Submitted by: Ports Fury
Diffstat (limited to 'math')
-rw-r--r-- | math/fityk/Makefile | 12 | ||||
-rw-r--r-- | math/fityk/distinfo | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 72f7dee3e7a5..95ed65de22b0 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -7,21 +7,17 @@ # PORTNAME= fityk -PORTVERSION= 0.5.0.1 +PORTVERSION= 0.5.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:R}p${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= Free peak fitting software -BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost \ - gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost \ - gnuplot:${PORTSDIR}/math/gnuplot - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} +BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +LIB_DEPENDS= boost_thread.2:${PORTSDIR}/devel/boost +RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_GNOME= gnometarget gtk20 USE_REINPLACE= yes diff --git a/math/fityk/distinfo b/math/fityk/distinfo index 97f12c3252bc..9657c5f89f58 100644 --- a/math/fityk/distinfo +++ b/math/fityk/distinfo @@ -1,2 +1,2 @@ -MD5 (fityk-0.5.0p1.tar.gz) = 5db430dbd8cb5b8bac4d772580e44a45 -SIZE (fityk-0.5.0p1.tar.gz) = 1335150 +MD5 (fityk-0.5.1.tar.gz) = 0cc9c0c21fd4edfed723cfe69bb2d43a +SIZE (fityk-0.5.1.tar.gz) = 1372051 |