Commit graph

15 commits

Author SHA1 Message Date
Mateusz Piotrowski
b26c6ea338 Style: move GH_* variables closer to each other
Fixes invalid change I introduced in r482963.

Reported by:	mat
Differential Revision:	https://reviews.freebsd.org/D17699
2019-08-13 14:19:04 +00:00
Tobias Kortkamp
3726f94254 Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.

USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.

PR:		238849
Submitted by:	dg@syrec.org (also D20745)
Reviewed by:	mat, tobik
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20746
2019-06-29 03:51:13 +00:00
Steve Wills
4a18f8336f misc/exercism: update to 3.0.11 2018-12-04 23:46:20 +00:00
Mateusz Piotrowski
11960fcc60 misc/exercism: Unbreak the port
- Fix LICENSE_FILE to unbreak the port.
- Use DISTVERSION instead of PORTVERSION as suggested by the handbook.
- Move GH_TUPLE out of the USE* section.

Reviewed by:	krion
Approved by:	krion (mentor), maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D17489
2018-10-25 09:48:16 +00:00
Antoine Brodin
ee5a5c47dc Mark BROKEN: wrong LICENSE_FILE
Reported by:	pkg-fallout
2018-10-09 20:48:13 +00:00
Steve Wills
e6a3df92da misc/exercism: update to 3.0.9 2018-09-23 00:52:53 +00:00
Yuri Victorovich
54e279cd72 Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.
Ports:
benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder devel/arduinoOTA
devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv
devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism
net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay net/syncthing
net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify print/cups-connector security/sops
security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul sysutils/consul_exporter
sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff www/gobuffalo
www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client
www/uchiwa

Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr (port compliance, infrastructure)
2018-03-07 08:06:24 +00:00
Steve Wills
d0a6e9db46 misc/exercism: update to 2.4.1 2018-01-10 21:45:11 +00:00
Mathieu Arnold
d7e7e4397c Stripping go binaries is perfectly fine.
https://dominik.honnef.co/posts/2016/10/go-and-strip/

Sponsored by:	Absolight
2017-10-12 09:06:17 +00:00
Steve Wills
bc071cb5bf misc/exercism: update to 2.2.5 2016-04-09 12:35:02 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Steve Wills
5376e60563 misc/exercism: update to 2.2.3 2016-01-02 02:56:51 +00:00
Steve Wills
314599be11 misc/exercism: update to 2.2.0 2015-08-03 14:05:42 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Steve Wills
60b9653b57 misc/exercism: create port for exercism.io cli client
An easy command line interface to work with exercism.io

WWW: http://exercism.io/
2014-09-24 04:53:11 +00:00