svn commit: r511068 - head/net-p2p/btpd

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 4 09:02:48 UTC 2019


Author: amdmi3
Date: Wed Sep  4 09:02:47 2019
New Revision: 511068
URL: https://svnweb.freebsd.org/changeset/ports/511068

Log:
  - Update WWW
  - Cosmetic fix

Modified:
  head/net-p2p/btpd/Makefile
  head/net-p2p/btpd/pkg-descr

Modified: head/net-p2p/btpd/Makefile
==============================================================================
--- head/net-p2p/btpd/Makefile	Wed Sep  4 08:56:27 2019	(r511067)
+++ head/net-p2p/btpd/Makefile	Wed Sep  4 09:02:47 2019	(r511068)
@@ -18,7 +18,7 @@ USE_GITHUB=	yes
 
 USES=		autoreconf ssl
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
+CONFIGURE_ARGS=	--with-openssl=${OPENSSLBASE}
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/net-p2p/btpd/pkg-descr
==============================================================================
--- head/net-p2p/btpd/pkg-descr	Wed Sep  4 08:56:27 2019	(r511067)
+++ head/net-p2p/btpd/pkg-descr	Wed Sep  4 09:02:47 2019	(r511068)
@@ -5,4 +5,4 @@ TCP port. It's fairly low on resource usage and should
 file distribution sites. Efficient downloads and ease of use makes this
 client a good choice for the casual user as well.
 
-WWW: http://wiki.github.com/btpd/btpd/
+WWW: https://github.com/btpd/btpd/wiki


More information about the svn-ports-all mailing list