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
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
games/Cockatrice/Makefile | ||
---|---|---|
5 ↗ | (On Diff #15623) | 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. |
16 ↗ | (On Diff #15623) | This is the default and should be removed. |
23 ↗ | (On Diff #15623) | y ? |
games/Cockatrice/pkg-plist | ||
5 ↗ | (On Diff #15623) | You should set something like: DATADIR= ${PREFIX}/share/${PORTNAME:tl} in the Makefile so that you get %%DATADIR%% here. |
games/Cockatrice/Makefile | ||
---|---|---|
23 ↗ | (On Diff #15623) | huh ... I wonder why I didn't write "yes" ... fixed. |
games/Cockatrice/Makefile | ||
---|---|---|
5 ↗ | (On Diff #15701) | 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 | ||
---|---|---|
5 ↗ | (On Diff #15701) | Bumped date and git hash to match. |