Index: head/net/motsognir/Makefile =================================================================== --- head/net/motsognir/Makefile (revision 537147) +++ head/net/motsognir/Makefile (revision 537148) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= motsognir -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.12 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} MAINTAINER= kaltheat@gmail.com COMMENT= Full-featured gopher server without dependencies LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license.txt -SUB_FILES= pkg-message +USES= tar:xz USE_RC_SUBR= motsognir -USES= tar:xz +SUB_FILES= pkg-message PLIST_FILES= bin/motsognir \ "@sample etc/motsognir.conf.sample" \ man/man8/motsognir.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/motsognir ${STAGEDIR}${PREFIX}/bin/motsognir ${INSTALL_DATA} ${WRKSRC}/motsognir.conf ${STAGEDIR}${PREFIX}/etc/motsognir.conf.sample ${INSTALL_MAN} ${WRKSRC}/motsognir.8.gz ${STAGEDIR}${MANPREFIX}/man/man8/motsognir.8.gz .include Index: head/net/motsognir/distinfo =================================================================== --- head/net/motsognir/distinfo (revision 537147) +++ head/net/motsognir/distinfo (revision 537148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473181073 -SHA256 (motsognir-1.0.9.tar.xz) = 85d3a37472e5d13367ab44655c3304bf222ec9b81cd4ba57a98e6f1fc5096a06 -SIZE (motsognir-1.0.9.tar.xz) = 991436 +TIMESTAMP = 1590494017 +SHA256 (motsognir-1.0.12.tar.xz) = b9d67df7bde3151d66000a9605cac2f15cca888e7cd174ae384d0835b4c54de5 +SIZE (motsognir-1.0.12.tar.xz) = 812876 Index: head/net/motsognir/files/patch-motsognir.c =================================================================== --- head/net/motsognir/files/patch-motsognir.c (nonexistent) +++ head/net/motsognir/files/patch-motsognir.c (revision 537148) @@ -0,0 +1,13 @@ +--- motsognir.c.orig 2019-07-07 18:44:09.203615614 +0000 ++++ motsognir.c 2020-05-26 12:57:14.435049000 +0000 +@@ -59,6 +59,10 @@ + #define CONFIGFILE "/etc/motsognir.conf" + #endif + ++/* in FreeBSD there is no MSG_MORE by default */ ++#ifndef MSG_MORE ++ #define MSG_MORE 0 ++#endif + + #define CFG_SUBGOPHERMAPS 1 + #define CFG_CAPSSUPPORT 2 Property changes on: head/net/motsognir/files/patch-motsognir.c ___________________________________________________________________ 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 Index: head/net/motsognir/files/pkg-message.in =================================================================== --- head/net/motsognir/files/pkg-message.in (revision 537147) +++ head/net/motsognir/files/pkg-message.in (revision 537148) @@ -1,36 +1,40 @@ [ { type: install message: <