aboutsummaryrefslogtreecommitdiff
path: root/net/relayd/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2013-10-23 22:51:49 +0000
committerMartin Matuska <mm@FreeBSD.org>2013-10-23 22:51:49 +0000
commit45d3b26d437c8be2cfff45d07f927f06b9f7a4b4 (patch)
tree09c558671a9ee3df2c16394268d55e4eb812c09c /net/relayd/Makefile
parentddaa1c18a7d2ae7373560ec271832aa4343e39c8 (diff)
downloadports-45d3b26d437c8be2cfff45d07f927f06b9f7a4b4.tar.gz
ports-45d3b26d437c8be2cfff45d07f927f06b9f7a4b4.zip
Notes
Diffstat (limited to 'net/relayd/Makefile')
-rw-r--r--net/relayd/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/net/relayd/Makefile b/net/relayd/Makefile
index c11948598f2b..60c2918b2fb6 100644
--- a/net/relayd/Makefile
+++ b/net/relayd/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
PORTNAME= relayd
-PORTVERSION= 5.2.20121122
+PORTVERSION= 5.3.20131024
CATEGORIES= net
-MASTER_SITES= https://github.com/downloads/mmatuska/relayd/
+MASTER_SITES= https://github.com/mmatuska/${PORTNAME}/archive/
FETCH_ARGS= -pRr
MASTER_SITE_SUBDIR= mm
@@ -13,10 +13,9 @@ COMMENT= OpenBSD relay daemon
LICENSE= BSD
-USE_BZIP2= yes
MANCOMPRESSED= yes
-WRKSRC= ${WRKDIR}/src/usr.sbin
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}/src/usr.sbin
MAN5= relayd.conf.5
MAN8= relayctl.8 relayd.8
USE_RC_SUBR= relayd
@@ -34,10 +33,6 @@ LIBEVENT_STATIC_DESC= Build with static libevent
NO_STAGE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 1000017
-BROKEN= needs fixing with recent pf changes
-.endif
-
.if ${PORT_OPTIONS:MLIBEVENT_STATIC}
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
MAKE_ARGS+= LIBEVENT=${LOCALBASE}/lib/libevent.a