summaryrefslogtreecommitdiff
path: root/lang/python3/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add a not to a few meta ports: do not depend on these portsAntoine Brodin2019-03-081-0/+1
| | | | Notes: svn path=/head/; revision=495025
* Update WWWSunpoet Po-Chuan Hsieh2019-01-261-1/+1
| | | | Notes: svn path=/head/; revision=491286
* - improve the python meta port descriptionsMarcus von Appen2013-09-011-0/+3
| | | | | | | | Requested by: demon@ Reviewed by: demon@ Notes: svn path=/head/; revision=325867
* - Move the symlink magic for the default python version into lang/pythonMarcus von Appen2013-08-171-0/+4
and lang/python2 and lang/python3. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. - Add a new lang/python2 port to handle the symlinks for bin/python2, bin/idle2, bin/pydoc2 and so on. - Add a new lang/python3 port to handle the symlinks for bin/python3, bin/idle3, bin/pydoc3 and so on. - Bump the PORTREVISION on all lang/python* ports. Notes: svn path=/head/; revision=324864