Index: head/net/udpxy/Makefile =================================================================== --- head/net/udpxy/Makefile (revision 519072) +++ head/net/udpxy/Makefile (revision 519073) @@ -1,43 +1,51 @@ # Created by: Alex Deiter # $FreeBSD$ PORTNAME= udpxy -PORTVERSION= 1.0.23 +DISTVERSION= 1.0-24.1 CATEGORIES= net -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${RELEASE_MASCOT}-${PORTVERSION:R} -DISTNAME= ${PORTNAME}.${PORTVERSION}-0-prod MAINTAINER= alex.deiter@gmail.com COMMENT= UDP-to-HTTP multicast traffic relay daemon +LICENSE= GPLv3 + USES= gmake -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-0 USE_RC_SUBR= udpxy -RELEASE_MASCOT= Chipmunk +USE_GITHUB= yes +GH_ACCOUNT= pcherenkov +WRKSRC_SUBDIR= chipmunk + OPTIONS_SINGLE= CONF OPTIONS_SINGLE_CONF= RELEASE LEAN DEBUG RELEASE_DESC= No asserts, no debug symbols, verbose on LEAN_DESC= No asserts, no debug symbols, verbose off DEBUG_DESC= Asserts, debug symbols, verbose on OPTIONS_DEFAULT= RELEASE PLIST_FILES= sbin/udpxy \ - sbin/udpxrec + sbin/udpxrec \ + man/man1/udpxy.1.gz \ + man/man1/udpxrec.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/udpxy ${STAGEDIR}${PREFIX}/sbin ${LN} -s udpxy ${STAGEDIR}${PREFIX}/sbin/udpxrec + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/en/udpxy.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/en/udpxrec.1 ${STAGEDIR}${MANPREFIX}/man/man1/ .include .if ${PORT_OPTIONS:MRELEASE} ALL_TARGET=release .elif ${PORT_OPTIONS:MLEAN} ALL_TARGET=lean .elif ${PORT_OPTIONS:MDEBUG} ALL_TARGET=debug WITH_DEBUG=yes .endif .include Index: head/net/udpxy/distinfo =================================================================== --- head/net/udpxy/distinfo (revision 519072) +++ head/net/udpxy/distinfo (revision 519073) @@ -1,2 +1,3 @@ -SHA256 (udpxy.1.0.23-0-prod.tar.gz) = b5b3523f20c82b0249acced317daa65ec1791ceed4e5f8f582ecf79067f41a18 -SIZE (udpxy.1.0.23-0-prod.tar.gz) = 79133 +TIMESTAMP = 1575539926 +SHA256 (pcherenkov-udpxy-1.0-24.1_GH0.tar.gz) = 27e5d3d2bae29522354d1505a3cc931c96953846d68eeb25bb99fe9b0cb6cbe0 +SIZE (pcherenkov-udpxy-1.0-24.1_GH0.tar.gz) = 97065 Index: head/net/udpxy/files/patch-dpkt.c =================================================================== --- head/net/udpxy/files/patch-dpkt.c (revision 519072) +++ head/net/udpxy/files/patch-dpkt.c (nonexistent) @@ -1,12 +0,0 @@ ---- dpkt.c.orig 2014-08-15 15:49:16.000000000 -0400 -+++ dpkt.c 2014-08-15 15:49:34.000000000 -0400 -@@ -54,7 +54,9 @@ - "UDPXY-UDS", - "RAW" - }; -+#ifndef NDEBUG - static const int UPXDT_LEN = sizeof(upxfmt_NAME) / sizeof(upxfmt_NAME[0]); -+#endif - - - const char* Property changes on: head/net/udpxy/files/patch-dpkt.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ 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