Page MenuHomeFreeBSD

New Port: games/Cockactrice
ClosedPublic

Authored by sbruno on Apr 25 2016, 4:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 25, 3:32 PM
Unknown Object (File)
Wed, Jul 24, 1:21 PM
Unknown Object (File)
Wed, Jul 24, 12:35 PM
Unknown Object (File)
Wed, Jul 24, 11:13 AM
Unknown Object (File)
Wed, Jul 24, 6:47 AM
Unknown Object (File)
Tue, Jul 23, 9:52 PM
Unknown Object (File)
Mon, Jul 15, 10:19 AM
Unknown Object (File)
Sat, Jul 13, 3:24 AM
Subscribers

Details

Summary

Cockatrice is a Magic The Gatering and Boardgame simulator with
the ability to fetch images and rules remotely. Mainly programmed in QT5.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sbruno retitled this revision from to New Port: games/Cockactrice.
sbruno updated this object.
sbruno edited the test plan for this revision. (Show Details)
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.

sbruno added inline comments.
games/Cockatrice/Makefile
23 ↗(On Diff #15623)

huh ... I wonder why I didn't write "yes" ... fixed.

sbruno marked an inline comment as done.

Update date to today.

Date bump for distinfo as well.

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.

One more update for the date to match the date of the commit
being used for the port.

sbruno added inline comments.
games/Cockatrice/Makefile
5 ↗(On Diff #15701)

Bumped date and git hash to match.

mat added a reviewer: mat.
This revision is now accepted and ready to land.Apr 28 2016, 9:58 PM
This revision was automatically updated to reflect the committed changes.