| non port: net/scnc/Makefile |
Number of commits found: 15 |
|
Saturday, 4 Apr 2020
|
20:51 antoine
Deprecate ports broken for more than 6 months
 |
|
Wednesday, 6 Nov 2019
|
14:00 antoine
Mark a few ports BROKEN (unfetchable)
 |
|
Monday, 9 Jul 2018
|
08:40 mat
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
 |
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
|
Wednesday, 10 Dec 2014
|
23:55 feld
Fix "BSD" license in net category
 |
|
Thursday, 20 Mar 2014
|
08:00 ehaupt
- Support staging
- Use shebangfix
 |
|
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
 |
|
Friday, 29 Jun 2012
|
16:41 az
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
 |
|
Sunday, 10 Jun 2012
|
18:42 swills
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
 |
|
Tuesday, 29 Mar 2011
|
10:05 sbz
- Update to 1.05
- Add LICENSE
Approved by: jadawin@ (mentor)
 |
|
Friday, 18 Mar 2011
|
10:04 sbz
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor)
 |
|
Monday, 9 Aug 2010
|
08:54 nemoliu
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR: ports/148309
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
 |
|
Monday, 20 Jul 2009
|
13:32 jadawin
- Update to 1.04
PR: ports/136930
Submitted by: Sofian Brabez <sbrabez gmail.com> (maintainer)
 |
|
Thursday, 2 Jul 2009
|
09:02 jadawin
- Update to 1.03
PR: ports/136237
Submitted by: Sofian brabez <sbrabez gmail.com> (maintainer)
 |
|
Saturday, 3 May 2008
|
09:20 jadawin
scnc is a SSL Capable Netcat with SSL support, TCP and UDP
proxying and IPV4/IPV6 proxying features.
WWW: http://gomor.org/bin/view/GomorOrg/SslNetcat
PR: ports/123300
Submitted by: Sofian Brabez <sbrabez at gmail.com>
Approved by: tabthorpe (mentor)
 |
Number of commits found: 15 |