diff options
-rw-r--r-- | net/libexosip2/Makefile | 1 | ||||
-rw-r--r-- | net/siproxd/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/libexosip2/Makefile b/net/libexosip2/Makefile index e012d4607b8f..43e13bc7b8f0 100644 --- a/net/libexosip2/Makefile +++ b/net/libexosip2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libeXosip2 PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= exosip diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 1682031f1086..d49f790d83ee 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -7,13 +7,14 @@ PORTNAME= siproxd PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF MAINTAINER= frank@dynamical-systems.org COMMENT= A proxy/masquerading daemon for the SIP protocol -LIB_DEPENDS= osip2.5:${PORTSDIR}/net/libosip +LIB_DEPENDS= osip2.6:${PORTSDIR}/net/libosip USE_RC_SUBR= siproxd.sh GNU_CONFIGURE= yes |