Page MenuHomeFreeBSD

Add new port devel/dep
ClosedPublic

Authored by sam_samgwydir.com on Dec 4 2017, 6:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 16, 7:40 AM
Unknown Object (File)
Sat, Mar 16, 7:40 AM
Unknown Object (File)
Dec 23 2023, 10:38 AM
Unknown Object (File)
Dec 13 2023, 4:58 AM
Unknown Object (File)
Nov 11 2023, 3:33 PM
Unknown Object (File)
Oct 30 2023, 10:40 PM
Unknown Object (File)
Oct 30 2023, 10:40 PM
Unknown Object (File)
Oct 19 2023, 10:44 PM

Details

Reviewers
None
Commits
rP458984: devel/dep: create port
Summary

Go dependency management tool

https://github.com/golang/dep

Test Plan

Installed a used as a dependency for sysutils/circonus-agent.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Does it pass poudriere testport?

devel/dep/Makefile
1

You're missing # $FreeBSD$ at the top.

2

Use DISTVERSION

7

This cannot have passed portlint. Remove dep is a, the dot at the end, and capitalize prototype.

9

Missing LICENSE_FILE

11

Why? You USES=go which adds it already.

devel/dep/pkg-descr
1

Please make it at least a paragraph or two. It should be more than just a repetition of COMMENT.

devel/dep/Makefile
7

Agreed on everything else but capitalize prototype?

devel/dep/Makefile
7

Yes, COMMENTs always start with a captial letter.

https://www.freebsd.org/doc/en/books/porters-handbook/makefile-comment.html

COMMENT=        Prototype dependency management tool for Go
sam_samgwydir.com marked 8 inline comments as done.
sam_samgwydir.com marked an inline comment as not done.

Completed your requests -- lengthened pkg-descr but I have someone writing a better one up for me. That should be here soon.

This passes poudriere testport.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 14 2018, 5:25 PM
Closed by commit rP458984: devel/dep: create port (authored by swills). · Explain Why
This revision was automatically updated to reflect the committed changes.