Skip to content

Commit

Permalink
misc: Ensure Portfiles have terminal newlines
Browse files Browse the repository at this point in the history
Fixup these ports to eliminate noise from scripted changes

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
  • Loading branch information
jeremyhu committed Feb 11, 2017
1 parent acddc84 commit 90aa20f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aqua/qtiplot/Portfile
Expand Up @@ -160,4 +160,4 @@ variant python27 description "add support for python27 scripting" {
path:share/py27-sip/PyQt4:py27-pyqt4
}

livecheck.type none
livecheck.type none
2 changes: 1 addition & 1 deletion python/py-python2-pythondialog/Portfile
Expand Up @@ -24,4 +24,4 @@ checksums rmd160 ca419d468d8d86f89c660573dddf7bd2e71fa844 \
if {${name} eq ${subport}} {
livecheck.type regex
livecheck.regex ${real_name}-(\[0-9.\]+)${extract.suffix}
}
}
2 changes: 1 addition & 1 deletion python/py-usbtmc/Portfile
Expand Up @@ -29,4 +29,4 @@ if {${name} ne ${subport}} {
path:${python.pkgd}/usb/__init__.py:py${python.version}-pyusb

livecheck.type none
}
}

0 comments on commit 90aa20f

Please sign in to comment.