svn commit: r331442 - head/net/relayd
Martin Matuska
mm at FreeBSD.org
Wed Oct 23 22:51:50 UTC 2013
Author: mm
Date: Wed Oct 23 22:51:49 2013
New Revision: 331442
URL: http://svnweb.freebsd.org/changeset/ports/331442
Log:
Update to 5.3.20131024 and unbreak on FreeBSD 10
Modified:
head/net/relayd/Makefile
Modified: head/net/relayd/Makefile
==============================================================================
--- head/net/relayd/Makefile Wed Oct 23 22:45:38 2013 (r331441)
+++ head/net/relayd/Makefile Wed Oct 23 22:51:49 2013 (r331442)
@@ -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
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
More information about the svn-ports-head
mailing list