| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
|
| |
|
|
|
|
|
| |
PR: ports/124921
Approved by: portmgr (pav)
|
|
|
|
|
| |
PR: 128983
Submitted by: Yi-Jheng Lin <yzlin___cs.nctu.edu.tw>
|
|
|
|
|
| |
PR: 126450
Submitted by: Yi-Jheng Lin <yzlin___cs.nctu.edu.tw>
|
| |
|
| |
|
| |
|
| |
|
|
The libgmail project is a pure Python binding to provide access to Google's
Gmail web-mail service.
PR: 86622
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by: pav (mentor)
|