[137202] trunk/dports/www/tidyp/Portfile
David Evans
devans at macports.org
Sat Jun 6 16:05:32 PDT 2015
On 6/5/15 11:28 PM, Ryan Schmidt wrote:
>> On Jun 6, 2015, at 12:39 AM, devans at macports.org wrote:
>>
>> Revision
>> 137202
>> Author
>> devans at macports.org
>> Date
>> 2015-06-05 22:39:05 -0700 (Fri, 05 Jun 2015)
>> Log Message
>>
>> tidyp: add livecheck.
>> Modified Paths
>>
>> • trunk/dports/www/tidyp/Portfile
>> Diff
>>
>> Modified: trunk/dports/www/tidyp/Portfile (137201 => 137202)
>> +livecheck.type regex
>> +livecheck.url https://github.com/petdance/tidyp/downloads
>> +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
> Please consider using the github portgroup. It would save you from having to implement this stuff yourself.
>
>
I tried but it doesn't work with this particular port without a lot of
extra effort/massaging.
Snapshots from github for this port are incomplete and unbuildable and
so one needs to use the tarball specifically prepared to build correctly
by the upstream developers from their (slightly non-standard) download
directory. (All this is mentioned in their install documentation).
I took the easier path (pun intended). :-)
Dave
More information about the macports-dev
mailing list