diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-09 15:26:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-09 15:26:46 +0000 |
commit | 37813cd876e91ef28708ca9167d39798227cbb74 (patch) | |
tree | 67cfc9c731fbae84102d60e149f3b236c35784e6 | |
parent | 83035dc6cf2fe83a3268f4ec5a215e2742d2c172 (diff) | |
download | ports-37813cd876e91ef28708ca9167d39798227cbb74.tar.gz ports-37813cd876e91ef28708ca9167d39798227cbb74.zip |
Notes
-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 |