Index: head/comms/klog/Makefile =================================================================== --- head/comms/klog/Makefile (revision 385222) +++ head/comms/klog/Makefile (revision 385223) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= klog -PORTVERSION= 0.9.0.3 +PORTVERSION= 0.9.1.1 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH MAINTAINER= hamradio@FreeBSD.org COMMENT= Simple Qt-based amateur radio logger USES= qmake USE_QT4= gui network sql corelib linguist moc_build DESKTOP_ENTRIES= "KLog" "Simple Amateur Radio Logging Program" \ "" "klog" "Network;HamRadio;" \ true PLIST_FILES= bin/klog \ man/man1/klog.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/klog ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/klog.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/comms/klog/distinfo =================================================================== --- head/comms/klog/distinfo (revision 385222) +++ head/comms/klog/distinfo (revision 385223) @@ -1,2 +1,2 @@ -SHA256 (klog-0.9.0.3.tar.gz) = 7de5d943cf1d7638e95fd338daae219fb956bd9f4b740cd7b5aad4c40778bd0a -SIZE (klog-0.9.0.3.tar.gz) = 239278 +SHA256 (klog-0.9.1.1.tar.gz) = 53b5a2ca92a05a2586eac206df9619febf3d1d82fbc8f471bc8fa6594367944b +SIZE (klog-0.9.1.1.tar.gz) = 260183 Property changes on: head/comms/klog/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/klog/files/patch-setuppagelogsnew.cpp =================================================================== --- head/comms/klog/files/patch-setuppagelogsnew.cpp (nonexistent) +++ head/comms/klog/files/patch-setuppagelogsnew.cpp (revision 385223) @@ -0,0 +1,10 @@ +--- setuppagelogsnew.cpp.orig 2015-04-27 23:19:32.000000000 -0700 ++++ setuppagelogsnew.cpp 2015-04-27 23:19:49.000000000 -0700 +@@ -724,6 +724,7 @@ + //qDebug() << "SetupPageLogsNew::isThereAnyNotManagedLog tras el while" << endl; + } + //qDebug() << "SetupPageLogsNew::isThereAnyNotManagedLog END" << endl; ++ return true; + } + + void SetupPageLogsNew::setStationCallSign(const QString _st) Property changes on: head/comms/klog/files/patch-setuppagelogsnew.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property