Skip to content

Commit

Permalink
net/udpxy: Update to 1.0-25.1
Browse files Browse the repository at this point in the history
PR:		265912
Reported by:	gaod@hychen.org
Approved by:	alex.deiter@gmail.com (maintainer, timeout > 2 weeks)
  • Loading branch information
gaod authored and Fernando Apesteguía committed Sep 2, 2022
1 parent acd4e2d commit bbf123a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions net/udpxy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= udpxy
DISTVERSION= 1.0-24.1
DISTVERSION= 1.0-25.1
CATEGORIES= net

MAINTAINER= alex.deiter@gmail.com
Expand All @@ -12,20 +12,21 @@ USE_RC_SUBR= udpxy

USE_GITHUB= yes
GH_ACCOUNT= pcherenkov
WRKSRC_SUBDIR= chipmunk

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
OPTIONS_DEFAULT= RELEASE
CFLAGS+= -Wno-error

WRKSRC_SUBDIR= chipmunk

PLIST_FILES= sbin/udpxy \
sbin/udpxrec \
man/man1/udpxy.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:
${INSTALL_PROGRAM} ${WRKSRC}/udpxy ${STAGEDIR}${PREFIX}/sbin
Expand Down
6 changes: 3 additions & 3 deletions net/udpxy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1575539926
SHA256 (pcherenkov-udpxy-1.0-24.1_GH0.tar.gz) = 27e5d3d2bae29522354d1505a3cc931c96953846d68eeb25bb99fe9b0cb6cbe0
SIZE (pcherenkov-udpxy-1.0-24.1_GH0.tar.gz) = 97065
TIMESTAMP = 1660759174
SHA256 (pcherenkov-udpxy-1.0-25.1_GH0.tar.gz) = a1a16e60895c6b2fd151321db47f5d5373843116f1b98ed9749e6c25a6c44497
SIZE (pcherenkov-udpxy-1.0-25.1_GH0.tar.gz) = 99183

0 comments on commit bbf123a

Please sign in to comment.