diff options
author | mat <mat@FreeBSD.org> | 2015-09-05 00:02:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-09-05 00:02:16 +0800 |
commit | d4128f24283cd93f0120d4a58ec7114798bf4877 (patch) | |
tree | 2d206dd00b752621c542c0b063bec6c9471a3355 /math/liblbfgs | |
parent | 8b9dfbc45e47a8dc3875beb7d9bacb1046409221 (diff) | |
download | freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.tar.gz freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.tar.zst freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.zip |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight
Diffstat (limited to 'math/liblbfgs')
-rw-r--r-- | math/liblbfgs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/liblbfgs/Makefile b/math/liblbfgs/Makefile index f534700d52e4..b69e3c260750 100644 --- a/math/liblbfgs/Makefile +++ b/math/liblbfgs/Makefile @@ -5,7 +5,7 @@ PORTNAME= liblbfgs PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://cloud.github.com/downloads/chokkan/liblbfgs/ +MASTER_SITES= GHC MAINTAINER= gaod@hychen.org COMMENT= Library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno @@ -14,6 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool +USE_GITHUB= yes +GH_ACCOUNT= chokkan GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:env |