aboutsummaryrefslogtreecommitdiff
path: root/editors/micro
Commit message (Collapse)AuthorAgeFilesLines
* editors/micro: Garbage collect aarch64 patchesMikael Urankar2021-09-101-16/+0
| | | | | | This patch is not needed anymore. Approved by: portmgr (build fix blanket)
* editors/micro: Update to 2.0.10Lewis Cook2021-08-082-12/+13
| | | | Changes: https://github.com/zyedidia/micro/releases/tag/v2.0.10
* editors/micro: Fix distinfoLewis Cook2021-05-221-5/+7
|
* editors/micro: Update to 2.0.9Lewis Cook2021-05-212-7/+8
| | | | Changes: https://github.com/zyedidia/micro/releases/tag/v2.0.9
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update MAINTAINER fields for myself (lcook)Lewis Cook2021-01-221-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28279 Notes: svn path=/head/; revision=562287
* editors/micro: Update to 2.0.8Loïc Bartoletti2020-10-072-8/+8
| | | | | | | | PR: 250175 Submitted by: Lewis Cook (maintainer) Notes: svn path=/head/; revision=551631
* editors/micro: Update 2.0.6 -> 2.0.7Yuri Victorovich2020-09-203-28/+35
| | | | | | | | PR: 249209 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=549079
* Give maintainership to a user of these portsSteve Wills2020-07-241-1/+1
| | | | Notes: svn path=/head/; revision=542976
* editors/micro: update to 2.0.6Steve Wills2020-06-262-15/+15
| | | | | | | | PR: 247536 Submitted by: mikael Notes: svn path=/head/; revision=540534
* editors/micro: update to 2.0.4Steve Wills2020-06-252-83/+94
| | | | | | | | PR: 247099 Submitted by: rlwestlund@gmail.com Notes: svn path=/head/; revision=540361
* editors/micro: fix build on aarch64Steve Wills2020-01-061-0/+16
| | | | | | | | PR: 242889 Submitted by: mikael.urankar@gmail.com Notes: svn path=/head/; revision=522229
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-31/+32
| | | | | | | | | | | | | | | audio-mail) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21741 Notes: svn path=/head/; revision=513274
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=505321
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* editors/micro: Update to 1.4.1Steve Wills2018-08-272-6/+6
| | | | | | | | PR: 230953 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=478241
* editors/micro: update to 1.4.0Steve Wills2018-04-072-38/+62
| | | | Notes: svn path=/head/; revision=466707
* Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.Yuri Victorovich2018-03-071-1/+1
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=463776
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-1/+1
| | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739
* Stripping go binaries is perfectly fine.Mathieu Arnold2017-10-121-2/+0
| | | | | | | | | https://dominik.honnef.co/posts/2016/10/go-and-strip/ Sponsored by: Absolight Notes: svn path=/head/; revision=451834
* editors/micro: create portSteve Wills2017-02-273-0/+95
Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. WWW: https://micro-editor.github.io/ Notes: svn path=/head/; revision=434995