Index: head/www/trafficserver/Makefile =================================================================== --- head/www/trafficserver/Makefile (revision 293730) +++ head/www/trafficserver/Makefile (revision 293731) @@ -1,59 +1,58 @@ # New ports collection makefile for: trafficserver # Date created: 2010-08-15 # Whom: Jui-Nan Lin # # $FreeBSD$ # PORTNAME= trafficserver -PORTVERSION= 3.0.2 -PORTREVISION= 2 +PORTVERSION= 3.0.4 CATEGORIES= www MASTER_SITES= APACHE/${PORTNAME} MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= A fast, scalable and extensible HTTP proxy server LICENSE= AL2 LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ expat.6:${PORTSDIR}/textproc/expat2 \ pcre.1:${PORTSDIR}/devel/pcre USE_AUTOTOOLS= autoconf automake libtool USE_BZIP2= yes USE_ICONV= yes USE_OPENSSL= yes USE_SQLITE= yes USE_TCL= yes USE_RC_SUBR= ${PORTNAME} USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-expat=${LOCALBASE} \ --with-pcre=${LOCALBASE} .include .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) BUILD_DEPENDS= xz>0:${PORTSDIR}/archivers/xz RUN_DEPENDS= xz>0:${PORTSDIR}/archivers/xz .endif .if ${OSVERSION} < 800000 && ${ARCH} == "amd64" BROKEN= does not compile on 7.X/amd64 .endif .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif post-patch: ${REINPLACE_CMD} -e 's,|| mv,|| cp -p,' ${WRKSRC}/proxy/config/Makefile.am post-configure: @${FIND} ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} \ -e 's,LIBTOOL_LINK_FLAGS = -R -R,LIBTOOL_LINK_FLAGS = -R,' \ -e 's,LDFLAGS = -rdynamic *-R -R,LDFLAGS = -rdynamic -R,' .include Property changes on: head/www/trafficserver/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/www/trafficserver/distinfo =================================================================== --- head/www/trafficserver/distinfo (revision 293730) +++ head/www/trafficserver/distinfo (revision 293731) @@ -1,2 +1,2 @@ -SHA256 (trafficserver-3.0.2.tar.bz2) = 1aa7fb67ea9e4d12a6decc98774375af4046d990a1d518752cc25232005a4bae -SIZE (trafficserver-3.0.2.tar.bz2) = 2406437 +SHA256 (trafficserver-3.0.4.tar.bz2) = e5fd5493ce7122684649daf946225c5baf1021c84f7641642bb494cbd64a341e +SIZE (trafficserver-3.0.4.tar.bz2) = 2426892 Property changes on: head/www/trafficserver/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property