svn commit: r320308 - head/www/aria2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 8 22:47:37 UTC 2013


Author: sunpoet
Date: Sat Jun  8 22:47:36 2013
New Revision: 320308
URL: http://svnweb.freebsd.org/changeset/ports/320308

Log:
  - Update to 1.17.1
  
  Changes:	http://sourceforge.net/projects/aria2/files/stable/aria2-1.17.1/README.rst/view

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

Modified: head/www/aria2/Makefile
==============================================================================
--- head/www/aria2/Makefile	Sat Jun  8 22:45:17 2013	(r320307)
+++ head/www/aria2/Makefile	Sat Jun  8 22:47:36 2013	(r320308)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	aria2
-PORTVERSION=	1.17.0
+PORTVERSION=	1.17.1
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
 
@@ -21,7 +21,8 @@ CONFIGURE_ARGS=	--disable-epoll --enable
 		--without-libcares --without-libexpat --without-libgcrypt \
 		--without-libgmp --without-libnettle
 CONFIGURE_ENV=	OPENSSL_CFLAGS=-I${OPENSSLINC} OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" \
-		ZLIB_CFLAGS=-I${INCLUDEDIR} ZLIB_LIBS="-L${LIBDIR} -lz"
+		AZLIB_CFLAGS=-I${INCLUDEDIR} ZLIB_LIBS="-L${LIBDIR} -lz" \
+		ac_cv_path_RST2HTML=no
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 USE_GNOME=	libxml2
@@ -80,15 +81,20 @@ USE_SQLITE=	yes
 CONFIGURE_ARGS+=--without-sqlite3
 .endif
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
+BROKEN=		Does not install on powerpc-9
+.endif
+
 post-patch:
 .if !${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e 's|\(install-exec-am\) install-data-am|\1|' ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
-BROKEN=		Does not install on powerpc-9
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+	@${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}/
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/www/aria2/distinfo
==============================================================================
--- head/www/aria2/distinfo	Sat Jun  8 22:45:17 2013	(r320307)
+++ head/www/aria2/distinfo	Sat Jun  8 22:47:36 2013	(r320308)
@@ -1,2 +1,2 @@
-SHA256 (aria2-1.17.0.tar.xz) = e3b533a33d33ad2392acc37d4510e5cd660af8ac23943c6402a0172f4a347c9c
-SIZE (aria2-1.17.0.tar.xz) = 1416332
+SHA256 (aria2-1.17.1.tar.xz) = 7e18cf15afa17cf725c2ab4338751bc165e33d41917a4af9927da0855298efc0
+SIZE (aria2-1.17.1.tar.xz) = 1450440


More information about the svn-ports-all mailing list