[128179] trunk/dports/python/py-obspy-devel/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Nov 15 19:44:29 PST 2014


On Nov 15, 2014, at 5:50 PM, David Evans wrote:

> On 11/15/14 3:43 PM, petr at macports.org wrote:
>> Revision
>> 128179
>> Author
>> petr at macports.org
>> Date
>> 2014-11-15 15:43:46 -0800 (Sat, 15 Nov 2014)
>> Log Message
>> 
>> py-obspy-devel: update to latest git version, enable livecheck
>> Modified Paths
>> 
>> 	• trunk/dports/python/py-obspy-devel/Portfile

>> @@ -33,8 +34,6 @@
>>                      rmd160  9d5d51fc9a20324d5f584845a7b4b66d821a2798 \
>>                      sha256  af0db51604e478cae54005998eb006786f3f11a8d575a7477c8bbf1aa53121c7
>>  
>> -livecheck.type      none
>> -
>>  python.versions     26 27 33 34
>>  
>>  if {${name} ne ${subport}} {
>> @@ -71,7 +70,7 @@
>>      # creates a obspy/RELEASE-VERSION file dynamically
>>      post-patch {
>>          # set release version, python version string and target file
>> -        set ver_dev     ${github.version}
>> +        set ver_dev     ${version}
>>          set ver_fname   ${worksrcpath}/obspy/RELEASE-VERSION
>>  
>>          # open, write, close
>> @@ -132,4 +131,6 @@
>>              destroot.env-append F90=${configure.f90}
>>          }
>>      }
>> +
>> +    livecheck.type  none
>> 
>>  }

> disable livecheck?

Nope, enable. Previously livecheck was disabled for the entire port; now "livecheck.type none" has been moved into the "if {${name} ne ${subport}}" block, thus enabling the default livecheck in the "{${name} eq ${subport}}" instance.




More information about the macports-dev mailing list