aboutsummaryrefslogtreecommitdiff
path: root/net/clash/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* net/clash: Update 0.15.0 -> 0.16.0Yuri Victorovich2019-10-131-26/+12
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=514367
* net/clash: Switch to USES=go:modules, fix build with go1.13Yuri Victorovich2019-08-151-27/+37
| | | | | | | | PR: 239863 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=509041
* net/clash: Update 0.14.0 -> 0.15.0Yuri Victorovich2019-06-301-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505408
* 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
* net/clash: Update 0.13.0 -> 0.14.0Yuri Victorovich2019-05-111-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=501219
* net/clash: Update 0.10.2 -> 0.13.0Yuri Victorovich2019-04-031-1/+2
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=497613
* net/clash: Update 0.10.1 -> 0.10.2Yuri Victorovich2018-12-211-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=487951
* net/clash: Fix typo in COMMENTYuri Victorovich2018-12-081-1/+1
| | | | | | | Typo is in the upstream's desctiption. Notes: svn path=/head/; revision=486930
* New port: net/clash: Rule-based tunnel on GoYuri Victorovich2018-12-081-0/+49
Notes: svn path=/head/; revision=486929