FreeBSD Bugzilla – Attachment 209243 Details for
Bug 242069
net/udpxy: update to 1.0-24.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port patch
udpxy-1.0.24.1.patch (text/plain), 2.32 KB, created by
Pavel Timofeev
on 2019-11-19 07:44:31 UTC
(
hide
)
Description:
port patch
Filename:
MIME Type:
Creator:
Pavel Timofeev
Created:
2019-11-19 07:44:31 UTC
Size:
2.32 KB
patch
obsolete
>diff -ruN /root/udpxy.orig/Makefile udpxy/Makefile >--- /root/udpxy.orig/Makefile 2019-11-18 09:47:50.936747000 +0300 >+++ udpxy/Makefile 2019-11-18 17:12:09.834474000 +0300 >@@ -2,19 +2,21 @@ > # $FreeBSD: head/net/udpxy/Makefile 346476 2014-02-28 10:07:46Z ehaupt $ > > 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 >@@ -23,11 +25,17 @@ > 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 <bsd.port.options.mk> > >diff -ruN /root/udpxy.orig/distinfo udpxy/distinfo >--- /root/udpxy.orig/distinfo 2019-11-18 09:47:50.936424000 +0300 >+++ udpxy/distinfo 2019-11-18 17:11:19.563579000 +0300 >@@ -1,2 +1,2 @@ >-SHA256 (udpxy.1.0.23-0-prod.tar.gz) = b5b3523f20c82b0249acced317daa65ec1791ceed4e5f8f582ecf79067f41a18 >-SIZE (udpxy.1.0.23-0-prod.tar.gz) = 79133 >+SHA256 (pcherenkov-udpxy-1.0-24.1_GH0.tar.gz) = 27e5d3d2bae29522354d1505a3cc931c96953846d68eeb25bb99fe9b0cb6cbe0 >+SIZE (pcherenkov-udpxy-1.0-24.1_GH0.tar.gz) = 97065 >diff -ruN /root/udpxy.orig/files/patch-dpkt.c udpxy/files/patch-dpkt.c >--- /root/udpxy.orig/files/patch-dpkt.c 2019-11-18 09:47:50.936600000 +0300 >+++ udpxy/files/patch-dpkt.c 1970-01-01 03:00:00.000000000 +0300 >@@ -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*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242069
: 209243