Cockatrice is a Magic The Gatering and Boardgame simulator with
the ability to fetch images and rules remotely. Mainly programmed in QT5.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 3501 Build 3541: arc lint + arc unit
Event Timeline
games/Cockatrice/Makefile | ||
---|---|---|
6 | For software that don't do releases, don't choose an arbitrary version, do something like this: PORTVERSION= 0.0.g2016.04.21 and use the commit date you put in GH_TAGNAME in the PORTVERSION. | |
17 | This is the default and should be removed. | |
24 | y ? | |
games/Cockatrice/pkg-plist | ||
6 | You should set something like: DATADIR= ${PREFIX}/share/${PORTNAME:tl} in the Makefile so that you get %%DATADIR%% here. |
games/Cockatrice/Makefile | ||
---|---|---|
24 | huh ... I wonder why I didn't write "yes" ... fixed. |
games/Cockatrice/Makefile | ||
---|---|---|
6 | The commit you used is from the 16th of April, so you should use that date, and not today's date. |
Comment Actions
One more update for the date to match the date of the commit
being used for the port.
games/Cockatrice/Makefile | ||
---|---|---|
6 | Bumped date and git hash to match. |