aboutsummaryrefslogtreecommitdiffstats
path: root/net/udpxy/Makefile
diff options
context:
space:
mode:
authorscheidell <scheidell@FreeBSD.org>2011-12-22 21:12:07 +0800
committerscheidell <scheidell@FreeBSD.org>2011-12-22 21:12:07 +0800
commit7fb0c2a7b7255ac82d6c9ee3105b7c5701897e84 (patch)
tree4700b68aa2df87f94dd6330f8bcbd38177f81e6f /net/udpxy/Makefile
parente3a652212fa2f464d868f2a190f13ebf07bda99d (diff)
downloadfreebsd-ports-gnome-7fb0c2a7b7255ac82d6c9ee3105b7c5701897e84.tar.gz
freebsd-ports-gnome-7fb0c2a7b7255ac82d6c9ee3105b7c5701897e84.tar.zst
freebsd-ports-gnome-7fb0c2a7b7255ac82d6c9ee3105b7c5701897e84.zip
- Update to Build 21, see PR for list of upstream fixes
PR: ports/162872 Submitted by: Alex Deiter <alex.deiter@gmail.com> Approved by: gabor (mentor)
Diffstat (limited to 'net/udpxy/Makefile')
-rw-r--r--net/udpxy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile
index bed93e41fc5e..8793f59d1ef6 100644
--- a/net/udpxy/Makefile
+++ b/net/udpxy/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= udpxy
-PORTVERSION= 1.0.19
+PORTVERSION= 1.0.21
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${RELEASE_MASCOT}-${PORTVERSION:R}
-DISTNAME= ${PORTNAME}.${PORTVERSION:R}-${RELEASE_MASCOT}-${PORTVERSION:E}
+DISTNAME= ${PORTNAME}.${PORTVERSION}-2-prod
EXTRACT_SUFX= .tgz
MAINTAINER= alex.deiter@gmail.com
COMMENT= UDP-to-HTTP multicast traffic relay daemon
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}-${RELEASE_MASCOT}-${PORTVERSION:E}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-2
USE_RC_SUBR= udpxy
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes