Date: Wed, 15 May 2013 18:30:49 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318254 - in head: irc/ircproxy irc/unreal net/ecore-con Message-ID: <201305151830.r4FIUn5h047862@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Wed May 15 18:30:49 2013 New Revision: 318254 URL: http://svnweb.freebsd.org/changeset/ports/318254 Log: - Bump PORTREVISION after dns/c-ares update Modified: head/irc/ircproxy/Makefile (contents, props changed) head/irc/unreal/Makefile (contents, props changed) head/net/ecore-con/Makefile (contents, props changed) Modified: head/irc/ircproxy/Makefile ============================================================================== --- head/irc/ircproxy/Makefile Wed May 15 18:27:09 2013 (r318253) +++ head/irc/ircproxy/Makefile Wed May 15 18:30:49 2013 (r318254) @@ -3,16 +3,17 @@ PORTNAME= ircproxy PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= sylvio@FreeBSD.org COMMENT= An IRC proxy/bouncer daemon -LIB_DEPENDS= cares.2:${PORTSDIR}/dns/c-ares - LICENSE= GPLv3 +LIB_DEPENDS= cares:${PORTSDIR}/dns/c-ares + USE_BZIP2= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib Modified: head/irc/unreal/Makefile ============================================================================== --- head/irc/unreal/Makefile Wed May 15 18:27:09 2013 (r318253) +++ head/irc/unreal/Makefile Wed May 15 18:30:49 2013 (r318254) @@ -3,6 +3,7 @@ PORTNAME= Unreal PORTVERSION= 3.2.9 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://www.unrealircd.com/downloads/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -13,7 +14,7 @@ COMMENT= Unreal - the next generation ir LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= cares.2:${PORTSDIR}/dns/c-ares +LIB_DEPENDS= cares:${PORTSDIR}/dns/c-ares WRKSRC= ${WRKDIR}/${DISTNAME:R} @@ -85,7 +86,7 @@ CONFIGURE_ARGS+= --enable-ssl .endif .if ${PORT_OPTIONS:MREMOTE} -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --enable-libcurl=${LOCALBASE} .endif Modified: head/net/ecore-con/Makefile ============================================================================== --- head/net/ecore-con/Makefile Wed May 15 18:27:09 2013 (r318253) +++ head/net/ecore-con/Makefile Wed May 15 18:30:49 2013 (r318254) @@ -3,6 +3,7 @@ PORTNAME= con PORTVERSION= 1.7.6 +PORTREVISION= 1 CATEGORIES= net enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305151830.r4FIUn5h047862>