Opened 11 years ago

Closed 10 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)

Portfile (1.2 KB) - added by kurthindenburg (Kurt Hindenburg) 11 years ago.
update per comment #4

Download all attachments as: .zip

Change History (7)

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

I see you have this in your portfile:

configure.cmd           ${qt_qmake_cmd}

If you're using qmake, you can use the qmake portgroup: #39424

The qmake portgroup will set up a lot of stuff for you so you don't have to do it yourself.

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten 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 11 years ago by larryv (Lawrence Velázquez)

Port: qoauth added
Type: requestsubmission
Version: 2.2.0

comment:4 Changed 11 years ago by ryandesign (Ryan Carsten 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 11 years ago by kurthindenburg (Kurt Hindenburg)

Attachment: Portfile added

update per comment #4

comment:5 Changed 10 years ago by mkae (Marko Käning)

Owner: changed from macports-tickets@… to mk@…

comment:6 Changed 10 years ago by mkae (Marko Käning)

Resolution: fixed
Status: newclosed

Committed in r119716.

Note: See TracTickets for help on using tickets.