The attached patch updates security/tor-devel to 0.2.5.3-alpha. Redports logs are available at: https://redports.org/buildarchive/20140418124843-88705/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->bf Over to maintainer (via the GNATS Auto Assign Tool)
Author: bf Date: Tue Apr 29 07:26:09 2014 New Revision: 352583 URL: http://svnweb.freebsd.org/changeset/ports/352583 QAT: https://qat.redports.org/buildarchive/r352583/ Log: Update to 0.2.5.4-alpha PR: 188761 Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Tue Apr 29 07:25:36 2014 (r352582) +++ head/security/tor-devel/Makefile Tue Apr 29 07:26:09 2014 (r352583) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.5.2-alpha +DISTVERSION= 0.2.5.4-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel @@ -123,7 +123,7 @@ post-patch: post-configure: @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ "s|-lpthread|${PTHREAD_LIBS}|g" - @${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(regular_mans:=.1) doc/torify.1|' \ + @${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(install_mans:=.1)|' \ ${WRKSRC}/Makefile .if ! ${PORT_OPTIONS:MTOR2WEB} Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Tue Apr 29 07:25:36 2014 (r352582) +++ head/security/tor-devel/distinfo Tue Apr 29 07:26:09 2014 (r352583) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.5.2-alpha.tar.gz) = 32a1d6dbfa4527fdaebfcb093f1d35cf464877b83b717a2ee0031e4f1f85b805 -SIZE (tor-0.2.5.2-alpha.tar.gz) = 2961889 +SHA256 (tor-0.2.5.4-alpha.tar.gz) = 92ec86e009cc859a3e18fcf286d8699fa393fb08047aab37295e22ea62a5219d +SIZE (tor-0.2.5.4-alpha.tar.gz) = 3074918 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!