Opened 7 years ago
Closed 7 years ago
#39877 closed submission (fixed)
request new port devel/qoauth w/ Portfile
Reported by: | kurthindenburg (Kurt Hindenburg) | Owned by: | mkae (Marko Käning) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | qoauth |
Description
I'm trying to get choqok installed - qoauth is required. Due to the way the author created the .pro file I had to do some hacking. Let me know if there's an easier way.
choqok does build so I'm hoping qoauth is built/installed correctly.
---> Verifying Portfile for qoauth Warning: Line 2 is missing RCS tag ($Id$) ---> 0 errors and 1 warnings found.
Attachments (1)
Change History (7)
comment:1 Changed 7 years ago by cooljeanius (Eric Gallager)
comment:2 Changed 7 years ago by ryandesign (Ryan Schmidt)
Since this is hosted at github, consider using the github portgroup.
Instead of setting both distfiles and worksrcdir, set just distname.
comment:3 Changed 7 years ago by larryv (Lawrence Velázquez)
Port: | qoauth added |
---|---|
Type: | request → submission |
Version: | 2.2.0 |
comment:4 Changed 7 years ago by ryandesign (Ryan Schmidt)
You can remove the line "homepage https://github.com/ayoy/qoauth
"; the github portgroup sets that for you.
The second line of the Portfile (after the modeline) should be "# $Id$
".
Changed 7 years ago by kurthindenburg (Kurt Hindenburg)
update per comment #4
comment:5 Changed 7 years ago by mkae (Marko Käning)
Owner: | changed from macports-tickets@… to mk@… |
---|
comment:6 Changed 7 years ago by mkae (Marko Käning)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r119716.
Note: See
TracTickets for help on using
tickets.
I see you have this in your portfile:
If you're using
qmake
, you can use the qmake portgroup: #39424The qmake portgroup will set up a lot of stuff for you so you don't have to do it yourself.