Index: head/net/libexosip2/Makefile =================================================================== --- head/net/libexosip2/Makefile (revision 225581) +++ head/net/libexosip2/Makefile (revision 225582) @@ -1,28 +1,29 @@ # New ports collection makefile for: libeXosip2 # Date created: 12 April 2006 # Whom: Muhammad Moinur Rahman # # $FreeBSD$ # PORTNAME= libeXosip2 PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= exosip MAINTAINER= bd_subzero@yahoo.com COMMENT= GPL library that extends the capability of the oSIP library LIB_DEPENDS= osip2:${PORTSDIR}/net/libosip GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-tools --disable-debug --disable-trace USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e '/HAVE_OPENSSL/d' ${WRKSRC}/config.h.in .include Property changes on: head/net/libexosip2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/siproxd/Makefile =================================================================== --- head/net/siproxd/Makefile (revision 225581) +++ head/net/siproxd/Makefile (revision 225582) @@ -1,48 +1,49 @@ # New ports collection makefile for: siproxd # Date created: 10 October 2004 # Whom: Frank W. Josellis # # $FreeBSD$ # 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 CONFIGURE_ARGS= --with-libosip-prefix=${PREFIX} PORTDOCS1= AUTHORS ChangeLog README RELNOTES PORTDOCS2= FAQ KNOWN_BUGS RFC3261_compliance.txt \ sample_cfg_budgetone.txt sample_cfg_x-lite.txt PORTDOCS= ${PORTDOCS1} ${PORTDOCS2} .include post-patch: @${REINPLACE_CMD} -e 's,-lgnugetopt,,g' ${WRKSRC}/${CONFIGURE_SCRIPT} .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/doc/siproxd.conf.example .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS1} ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR} .endfor .for i in ${PORTDOCS2} ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${DOCSDIR} .endfor .endif PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/net/siproxd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property