Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 09:19:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338066 - head/www/aria2
Message-ID:  <201312300919.rBU9JVVO042033@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec 30 09:19:31 2013
New Revision: 338066
URL: http://svnweb.freebsd.org/changeset/ports/338066

Log:
  - Update to 1.18.2
  - Unbreak build for FreeBSD 8.x and 9.x (without libc++)
  
  Changes:	http://sourceforge.net/projects/aria2/files/stable/aria2-1.18.2/README.rst/view

Modified:
  head/www/aria2/Makefile
  head/www/aria2/distinfo

Modified: head/www/aria2/Makefile
==============================================================================
--- head/www/aria2/Makefile	Mon Dec 30 09:12:33 2013	(r338065)
+++ head/www/aria2/Makefile	Mon Dec 30 09:19:31 2013	(r338066)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	aria2
-PORTVERSION=	1.18.1
-PORTREVISION=	1
+PORTVERSION=	1.18.2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
 
@@ -48,10 +47,6 @@ ARIA2_DISK_CACHE?=	16M
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1000100 && !exists(/usr/lib/libc++.so)
-BROKEN=		Build with clang and libc++ only
-.endif
-
 .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
 BROKEN=		Does not install on powerpc-9
 .endif

Modified: head/www/aria2/distinfo
==============================================================================
--- head/www/aria2/distinfo	Mon Dec 30 09:12:33 2013	(r338065)
+++ head/www/aria2/distinfo	Mon Dec 30 09:19:31 2013	(r338066)
@@ -1,2 +1,2 @@
-SHA256 (aria2-1.18.1.tar.xz) = 14179cec7d476204faa52c4220fd8332a1036edd2c16fa3a9a29fd5d8b763968
-SIZE (aria2-1.18.1.tar.xz) = 1326632
+SHA256 (aria2-1.18.2.tar.xz) = b4c99eea9e11d265ed90ab685571f7328a20f5c5a438da93ecdba0959170f460
+SIZE (aria2-1.18.2.tar.xz) = 1336720



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312300919.rBU9JVVO042033>