Index: head/comms/fllog/Makefile =================================================================== --- head/comms/fllog/Makefile (revision 385221) +++ head/comms/fllog/Makefile (revision 385222) @@ -1,33 +1,33 @@ # Created by: Stephen Hurd # $FreeBSD$ PORTNAME= fllog -PORTVERSION= 1.1.9 +PORTVERSION= 1.2.0 CATEGORIES= comms hamradio MASTER_SITES= http://www.w1hkj.com/downloads/fllog/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= db +MASTER_SITE_SUBDIR= shurd MAINTAINER= hamradio@FreeBSD.org COMMENT= Ham Radio logging program LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" OPTIONS_DEFINE= NATIVE_OPT NATIVE_OPT_DESC= Enable Native Optimizations PLIST_FILES= bin/fllog \ share/applications/fllog.desktop \ share/pixmaps/fllog.xpm NATIVE_OPT_CONFIGURE_ON= --enable-optimizations=native NATIVE_OPT_CONFIGURE_OFF= --enable-optimizations=none .include Index: head/comms/fllog/distinfo =================================================================== --- head/comms/fllog/distinfo (revision 385221) +++ head/comms/fllog/distinfo (revision 385222) @@ -1,2 +1,2 @@ -SHA256 (fllog-1.1.9.tar.gz) = e90335dcfe52e4bf0a1ed8301d5af213e1476eb1a7024bb13046fe62baf10da0 -SIZE (fllog-1.1.9.tar.gz) = 427250 +SHA256 (fllog-1.2.0.tar.gz) = 7cac198e0e9def5853a6b3df1ad1968752a90f0d2d3477e071567fdde4c436d3 +SIZE (fllog-1.2.0.tar.gz) = 422283 Index: head/comms/fllog/files/patch-src_include_base64.h =================================================================== --- head/comms/fllog/files/patch-src_include_base64.h (revision 385221) +++ head/comms/fllog/files/patch-src_include_base64.h (nonexistent) @@ -1,10 +0,0 @@ ---- src/include/base64.h.orig 2014-04-11 13:41:47.000000000 -0700 -+++ src/include/base64.h 2014-04-11 13:41:56.000000000 -0700 -@@ -10,6 +10,7 @@ - #define __BASE64_H_INCLUDED__ 1 - - #include -+#include - - static - int _base64Chars[]= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z', Property changes on: head/comms/fllog/files/patch-src_include_base64.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/comms/fllog/files/patch-src_xmrpcpp_XmlRpcBase64.h =================================================================== --- head/comms/fllog/files/patch-src_xmrpcpp_XmlRpcBase64.h (nonexistent) +++ head/comms/fllog/files/patch-src_xmrpcpp_XmlRpcBase64.h (revision 385222) @@ -0,0 +1,10 @@ +--- src/xmlrpcpp/XmlRpcBase64.h.orig 2015-04-27 22:22:52.000000000 -0700 ++++ src/xmlrpcpp/XmlRpcBase64.h 2015-04-27 22:23:02.000000000 -0700 +@@ -18,6 +18,7 @@ + #if !defined(__BASE64_H_INCLUDED__) + #define __BASE64_H_INCLUDED__ 1 + ++#include + #include + + static Property changes on: head/comms/fllog/files/patch-src_xmrpcpp_XmlRpcBase64.h ___________________________________________________________________ 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