multiple distfiles and suffixes
Mark Brethen
mark.brethen at gmail.com
Mon Feb 29 11:06:18 PST 2016
I’m working on a portfile that has two distfiles so I set it up as:
master_sites \
http://www.dhondt.de/:tagone \
http://www.netlib.org/linalg/spooles/:tagtwo
distfiles \
ccx_${version}.src.tar.bz2:tagone \
spooles.2.2.tgz:tagtwo
I did not find an example in the guide when two different extraction methods (i.e. bzip and gzip) are required. How should this be handled?
Mark
More information about the macports-dev
mailing list