Index: head/comms/gpredict/Makefile =================================================================== --- head/comms/gpredict/Makefile (revision 546727) +++ head/comms/gpredict/Makefile (revision 546728) @@ -1,30 +1,30 @@ # Created by: Matt Dawson # $FreeBSD$ PORTNAME= gpredict DISTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= https://github.com/csete/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio satellite tracking and prediction LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libhamlib.so:comms/hamlib \ libgoocanvas-2.0.so:graphics/goocanvas2 \ libgps.so:astro/gpsd USES= compiler:c11 gettext gmake gnome pkgconfig tar:bz2 GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk30 intltool post-patch: @${REINPLACE_CMD} -e \ '/^Icon/s|=.*|=${PREFIX}/share/pixmaps/gpredict-icon.png|' \ ${WRKSRC}/data/desktop/gpredict.desktop.in .include Index: head/comms/gpredict/files/patch-src_qth-data.h =================================================================== --- head/comms/gpredict/files/patch-src_qth-data.h (nonexistent) +++ head/comms/gpredict/files/patch-src_qth-data.h (revision 546728) @@ -0,0 +1,11 @@ +--- src/qth-data.h.orig 2017-12-29 10:28:07 UTC ++++ src/qth-data.h +@@ -30,7 +30,7 @@ typedef struct { + gint alt; /*!< Altitude above sea level in meters. */ + } qth_small_t; + +-enum { ++static enum { + QTH_STATIC_TYPE = 0, + QTH_GPSD_TYPE + } qth_data_type; Property changes on: head/comms/gpredict/files/patch-src_qth-data.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ 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