# $FreeBSD$ PORTNAME= consul PORTVERSION= 0.7.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Service discovery and configuration made easy LICENSE= MPL BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USES= compiler USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} USE_RC_SUBR= consul USERS= consul GROUPS= consul STRIP= # stripping can break go binaries post-extract: @${MV} ${WRKSRC}/vendor/ ${WRKSRC}/src/ do-build: @cd ${WRKSRC}/src/github.com/hashicorp/consul; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build \ -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/consul do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/consul/bin/consul ${STAGEDIR}${PREFIX}/bin/consul .include # golang assumes that if clang is in use, it is called "clang" and not "cc". If # it's called "cc", go fails. .if ${COMPILER_TYPE} == clang BUILD_ENV= CC=clang .endif .include tw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WITHOUT_NLS -> PORT_OPTIONS:MNLSbapt2013-06-041-9/+9
* Update math/R to 3.0.1-patched, and adjust dependent ports;bf2013-05-281-0/+1
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
* Upgrading to 0.6.1, to prepare for R 3.0.0.thierry2013-04-173-4/+13
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
* update math/R to 2.15.3, and adjust dependent portsbf2013-03-071-1/+1
* update the R base ports to 2.15.2 and adjust dependent portsbf2013-01-051-0/+1
* Fully deactive localization, so that it passes the non-regression teststhierry2012-11-011-1/+1
* Upgrade to 0.6.0.thierry2012-11-014-48/+42
* update math/R to 2.15.1, switch to the new options format, andbf2012-06-271-1/+1
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
* - update math/R-cran-psych to 1.2.1 [1]bf2012-05-051-1/+1
* Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.makc2012-03-071-4/+0
* update math/R to 2.14.2, and adjust dependent portsbf2012-03-041-1/+1
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-1/+1
* update math/R to 2.14.1, and adjust dependent portsbf2012-01-191-1/+1
* update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjustbf2011-11-272-0/+2
* Add a missing patch.thierry2011-11-191-0/+16
* Upgrade to 0.5.7. This supports R 2.14.0.thierry2011-11-133-10/+20
* - Update dependencies after KDE ports upgrade.avilla2011-10-171-2/+3
* update math/R to 2.13.2, and adjust dependent portsbf2011-10-111-1/+1
* update R to 2.13.1 [1], and adjust dependent ports (thisbf2011-07-281-0/+1
* seq2 is no more used: remove this dependency.thierry2011-07-01