net/udpxy: Update to 1.0-25.1
PR: 265912 Reported by: gaod@hychen.org Approved by: alex.deiter@gmail.com (maintainer, timeout > 2 weeks)
This commit is contained in:
parent
acd4e2d034
commit
bbf123a7e4
2 changed files with 12 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= udpxy
|
PORTNAME= udpxy
|
||||||
DISTVERSION= 1.0-24.1
|
DISTVERSION= 1.0-25.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
MAINTAINER= alex.deiter@gmail.com
|
MAINTAINER= alex.deiter@gmail.com
|
||||||
|
@ -12,20 +12,21 @@ USE_RC_SUBR= udpxy
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= pcherenkov
|
GH_ACCOUNT= pcherenkov
|
||||||
WRKSRC_SUBDIR= chipmunk
|
|
||||||
|
|
||||||
OPTIONS_SINGLE= CONF
|
CFLAGS+= -Wno-error
|
||||||
OPTIONS_SINGLE_CONF= RELEASE LEAN
|
|
||||||
RELEASE_DESC= No asserts, no debug symbols, verbose on
|
WRKSRC_SUBDIR= chipmunk
|
||||||
LEAN_DESC= No asserts, no debug symbols, verbose off
|
|
||||||
OPTIONS_DEFAULT= RELEASE
|
|
||||||
|
|
||||||
PLIST_FILES= sbin/udpxy \
|
PLIST_FILES= sbin/udpxy \
|
||||||
sbin/udpxrec \
|
sbin/udpxrec \
|
||||||
man/man1/udpxy.1.gz \
|
man/man1/udpxy.1.gz \
|
||||||
man/man1/udpxrec.1.gz
|
man/man1/udpxrec.1.gz
|
||||||
|
|
||||||
CFLAGS+= -Wno-error
|
OPTIONS_DEFAULT= RELEASE
|
||||||
|
OPTIONS_SINGLE= CONF
|
||||||
|
OPTIONS_SINGLE_CONF= RELEASE LEAN
|
||||||
|
RELEASE_DESC= No asserts, no debug symbols, verbose on
|
||||||
|
LEAN_DESC= No asserts, no debug symbols, verbose off
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/udpxy ${STAGEDIR}${PREFIX}/sbin
|
${INSTALL_PROGRAM} ${WRKSRC}/udpxy ${STAGEDIR}${PREFIX}/sbin
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1575539926
|
TIMESTAMP = 1660759174
|
||||||
SHA256 (pcherenkov-udpxy-1.0-24.1_GH0.tar.gz) = 27e5d3d2bae29522354d1505a3cc931c96953846d68eeb25bb99fe9b0cb6cbe0
|
SHA256 (pcherenkov-udpxy-1.0-25.1_GH0.tar.gz) = a1a16e60895c6b2fd151321db47f5d5373843116f1b98ed9749e6c25a6c44497
|
||||||
SIZE (pcherenkov-udpxy-1.0-24.1_GH0.tar.gz) = 97065
|
SIZE (pcherenkov-udpxy-1.0-25.1_GH0.tar.gz) = 99183
|
||||||
|
|
Loading…
Reference in a new issue