summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-06-28 13:31:38 +0000
committerWen Heping <wen@FreeBSD.org>2015-06-28 13:31:38 +0000
commit65167a114c873ab30ecd6307e17bb0792b71d7bc (patch)
treed2ccad943efc5042f630a918acdfb26113250ef6 /biology
parentAdd multimedia/ffmpeg23 port in preparation for switching the (diff)
- Update to 3.6.11
- Convert to optionsNG
Notes
Notes: svn path=/head/; revision=390780
Diffstat (limited to 'biology')
-rw-r--r--biology/migrate/Makefile21
-rw-r--r--biology/migrate/distinfo4
2 files changed, 10 insertions, 15 deletions
diff --git a/biology/migrate/Makefile b/biology/migrate/Makefile
index 52ae01851ce3..fc781044594e 100644
--- a/biology/migrate/Makefile
+++ b/biology/migrate/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= migrate
-PORTVERSION= 3.6.9
+PORTVERSION= 3.6.11
CATEGORIES= biology
MASTER_SITES= http://popgen.sc.fsu.edu/currentversions/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -22,20 +22,15 @@ PORTDOCS= HISTORY README README_PARALLEL_GENERAL ${PORTNAME}.html
PORTEXAMPLES= *
EXTRACT_AFTER_ARGS=--exclude zlib
-# XXX should be converted to OptionsNG
-.if defined(WITH_THREAD_PRETTY)
-ALL_TARGET= thread-pretty
-.elif defined(WITH_PRETTY)
-ALL_TARGET= pretty
-.elif defined(WITH_THREAD)
-ALL_TARGET= thread
-.else
ALL_TARGET= all
-.endif
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= DOCS EXAMPLES THREAD_PRETTY PRETTY THREAD
+THREAD_PRETTY_DESC= Build with THREAD_PRETTY support
+THREAD_DESC= Build with THREAD support
+PRETTY_DESC= Build with PRETTY support
+THREAD_PRETTY_ALL_TARGET= thread-pretty
+THREAD_ALL_TARGET= thread
+PRETTY_ALL_TARGET= pretty
post-patch:
@${REINPLACE_CMD} -e 's|="-O "|="$$CFLAGS"|g' ${WRKSRC}/configure
diff --git a/biology/migrate/distinfo b/biology/migrate/distinfo
index 0beaddc76a77..6d0ec05f83bb 100644
--- a/biology/migrate/distinfo
+++ b/biology/migrate/distinfo
@@ -1,2 +1,2 @@
-SHA256 (migrate-3.6.9.src.tar.gz) = 8dc06315a35c6db222f04f3b205a5e644037f2e476c270c921c3f77744447a5f
-SIZE (migrate-3.6.9.src.tar.gz) = 27811528
+SHA256 (migrate-3.6.11.src.tar.gz) = a9ba06a4e995a45b8d04037f5f2da23e1fe64a2f3565189bdd50c62c6fe01fb8
+SIZE (migrate-3.6.11.src.tar.gz) = 27809896