diff options
author | wen <wen@FreeBSD.org> | 2015-06-28 21:31:38 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-06-28 21:31:38 +0800 |
commit | 1e1571317633f89caf3c7819a8a6bf5b6c18ce8c (patch) | |
tree | d2ccad943efc5042f630a918acdfb26113250ef6 /biology | |
parent | 91324fe9b93eca87ccd861706602d004208c9c72 (diff) | |
download | freebsd-ports-gnome-1e1571317633f89caf3c7819a8a6bf5b6c18ce8c.tar.gz freebsd-ports-gnome-1e1571317633f89caf3c7819a8a6bf5b6c18ce8c.tar.zst freebsd-ports-gnome-1e1571317633f89caf3c7819a8a6bf5b6c18ce8c.zip |
- Update to 3.6.11
- Convert to optionsNG
Diffstat (limited to 'biology')
-rw-r--r-- | biology/migrate/Makefile | 21 | ||||
-rw-r--r-- | biology/migrate/distinfo | 4 |
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 |