<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/33f2988d874948a87939bae026146a8ddd1ae0f3">https://github.com/macports/macports-ports/commit/33f2988d874948a87939bae026146a8ddd1ae0f3</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 33f2988  gpsbabel: Use autoreconf in main port
</span>33f2988 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 33f2988d874948a87939bae026146a8ddd1ae0f3
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jan 30 08:59:06 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    gpsbabel: Use autoreconf in main port
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The patchfile modifies configure.in, so autoreconf needs to be run.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also update homepage and fix license.
</span>---
 textproc/gpsbabel/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/gpsbabel/Portfile b/textproc/gpsbabel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6a739c6..bc3309c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/gpsbabel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/gpsbabel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +16,7 @@ if {${subport} eq ${name}} {
</span> PortGroup           cxx11 1.1
 
 categories          textproc comms
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license             GPL
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             GPL-2+
</span> maintainers         nomaintainer
 description         GPSBabel converts/uploads GPS waypoints, tracks, and routes
 long_description    GPSBabel converts GPS waypoints, tracks, and routes \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +25,7 @@ long_description    GPSBabel converts GPS waypoints, tracks, and routes \
</span>                     Trips, or even a serial upload or download to a GPS \
                     unit such as those from Garmin and Magellan.
 platforms           darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.gpsbabel.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.gpsbabel.org
</span> 
 depends_lib-append  port:expat \
                     port:libusb-compat
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +40,7 @@ if {${subport} eq ${name}} {
</span>     # use MacPorts libraries
     # see https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-geosciences/gpsbabel
     patchfiles-append  patch-macports_libs.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    use_autoreconf      yes
</span>     # see https://github.com/gpsbabel/gpsbabel/commit/15f8b8b6ec5145a56d06d509b2e90076f75dd867
     # see https://github.com/gpsbabel/gpsbabel/commit/30a345577a644125502f6e4f8b58ea3077ec8dad
     patchfiles-append  patch-qt5.diff
</pre><pre style='margin:0'>

</pre>