aboutsummaryrefslogtreecommitdiff
path: root/security/py-obfsproxy-tor
Commit message (Collapse)AuthorAgeFilesLines
* Revert r48184, it break ports depending on py-obfsproxy-torAntoine Brodin2018-10-111-4/+2
| | | | | | | | With hat: portmgr Pointy hat: cs and yuri Notes: svn path=/head/; revision=481843
* - Mark as IGNORE as it has been superseded many years agoCarlo Strub2018-10-111-2/+4
| | | | | | | | | | - add Python noflavor PR: 230358 Submitted by: yuri@ Notes: svn path=/head/; revision=481842
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-5/+5
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* security/py-obfsproxy-tor: Fix runtime dependency errorFukang Chen2018-04-243-15/+10
| | | | | | | | | | | | | | - Change runtime dependency entry point Twisted_Core back to Twisted - Update checksum for CHEESESHOP - Add test target Reviewed by: cs, koobs Approved by: cs (maintainer), koobs (ports) Differential Revision: https://reviews.freebsd.org/D13452 MFH: 2018Q2 Notes: svn path=/head/; revision=468181
* security/py-obfsproxy-tor security/nyx: Revert noflavorsYuri Victorovich2018-03-021-5/+5
| | | | | | | | Requested by: koobs Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=463379
* security/obfsproxy: Unbreak; Rename to security/py-obfsproxy-torYuri Victorovich2018-03-025-0/+78
Port changes: * Unbreak: removed unnecessary lines in setup.py that were failing * Changed MASTER_SITES to CHEESESHOP * Added PKGNAMEPREFIX as every python port should have * Added PKGNAMESUFFIX=-tor to easily identify as being for Tor * Added LICENSE_FILE * Deleted pkg-plist * Added USE_PYTHON=autoplist instead of pkg-plist * Added USE_PYTHON=noflavors (an app) * Added NO_ARCH * Updated WWW Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=463377