svn commit: r479111 - in head/net-p2p: namecoin namecoin-daemon namecoin-utils namecoin/files

Rene Ladan rene at FreeBSD.org
Thu Sep 6 18:06:53 UTC 2018


Author: rene
Date: Thu Sep  6 18:06:51 2018
New Revision: 479111
URL: https://svnweb.freebsd.org/changeset/ports/479111

Log:
  Update net-p2p/namecoin* ports to version 0.16.2
  
  PR:		231167
  Submitted by:	maintainer

Deleted:
  head/net-p2p/namecoin/files/patch-src_miner.h
  head/net-p2p/namecoin/files/patch-src_txmempool.h
Modified:
  head/net-p2p/namecoin-daemon/Makefile
  head/net-p2p/namecoin-utils/Makefile
  head/net-p2p/namecoin/Makefile
  head/net-p2p/namecoin/distinfo

Modified: head/net-p2p/namecoin-daemon/Makefile
==============================================================================
--- head/net-p2p/namecoin-daemon/Makefile	Thu Sep  6 17:56:20 2018	(r479110)
+++ head/net-p2p/namecoin-daemon/Makefile	Thu Sep  6 18:06:51 2018	(r479111)
@@ -20,7 +20,8 @@ CONFIGURE_ARGS=	--with-daemon \
 		--without-gui \
 		--without-libs \
 		--without-qrencode \
-		--without-utils
+		--without-utils \
+		--disable-man
 
 PLIST_FILES=	bin/namecoind
 

Modified: head/net-p2p/namecoin-utils/Makefile
==============================================================================
--- head/net-p2p/namecoin-utils/Makefile	Thu Sep  6 17:56:20 2018	(r479110)
+++ head/net-p2p/namecoin-utils/Makefile	Thu Sep  6 18:06:51 2018	(r479111)
@@ -21,7 +21,8 @@ CONFIGURE_ARGS=	--without-daemon \
 		--without-libs \
 		--without-qrencode \
 		--with-utils \
-		--disable-wallet
+		--disable-wallet \
+		--disable-man
 
 PLIST_FILES=	bin/namecoin-cli bin/namecoin-tx
 

Modified: head/net-p2p/namecoin/Makefile
==============================================================================
--- head/net-p2p/namecoin/Makefile	Thu Sep  6 17:56:20 2018	(r479110)
+++ head/net-p2p/namecoin/Makefile	Thu Sep  6 18:06:51 2018	(r479111)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	namecoin
-PORTVERSION=	0.13.2
+PORTVERSION=	0.16.2
+DISTVERSIONPREFIX=	nc
 PORTEPOCH=	1
 CATEGORIES=	net-p2p dns
 
@@ -17,21 +18,20 @@ LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 CONFLICTS_INSTALL=	namecoin-beta-[0-9]* namecoin-beta-daemon-[0-9]* namecoin-beta-utils-[0-9]* \
 		namecoin-stable-[0-9]* namecoin-stable-daemon-[0-9]* namecoin-stable-utils-[0-9]*
 
-USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl
-SHEBANG_FILES=	src/test/*.py
+USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig ssl
 GNU_CONFIGURE=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	indolering:graphics
 GH_PROJECT=	namecoin-core namecoin-graphics:graphics
-GH_TAGNAME=	ab08f76 a13a73b:graphics
+GH_TAGNAME=	a13a73b:graphics
 
 SLAVE_PORT?=	no
 
 .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
 USES+=		desktop-file-utils qt:4
 USE_QT=		corelib gui moc_build linguisttools_build network qmake_build \
-		rcc_build uic_build
+		rcc_build uic_build xml
 
 BUILD_DEPENDS+=	protoc:devel/protobuf \
 		svg2png:graphics/svg2png
@@ -88,7 +88,8 @@ ZMQ_RUN_DEPENDS=	libzmq4>0:net/libzmq4
 CONFIGURE_ARGS?=	--without-libs \
 			--with-gui=qt4 \
 			--without-daemon \
-			--without-utils
+			--without-utils \
+			--disable-man
 
 CONFIGURE_ENV=	CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \
 		SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" \

Modified: head/net-p2p/namecoin/distinfo
==============================================================================
--- head/net-p2p/namecoin/distinfo	Thu Sep  6 17:56:20 2018	(r479110)
+++ head/net-p2p/namecoin/distinfo	Thu Sep  6 18:06:51 2018	(r479111)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1500647782
-SHA256 (namecoin-namecoin-core-0.13.2-ab08f76_GH0.tar.gz) = 27ee9f0fca2f9d98bfc298848ad2b899a895c0c7c8e63caca2ee317c927cd178
-SIZE (namecoin-namecoin-core-0.13.2-ab08f76_GH0.tar.gz) = 5917889
+TIMESTAMP = 1536120223
+SHA256 (namecoin-namecoin-core-nc0.16.2_GH0.tar.gz) = 2dec11332ce3284dfe3d9a6291eb770e1c27fcdb707f13b542494db527aa8d99
+SIZE (namecoin-namecoin-core-nc0.16.2_GH0.tar.gz) = 5510735
 SHA256 (indolering-namecoin-graphics-a13a73b_GH0.tar.gz) = 82f308a3527d96a202099feb96a754d036bbdaa875156ad002ba2747d75000c7
 SIZE (indolering-namecoin-graphics-a13a73b_GH0.tar.gz) = 7364908


More information about the svn-ports-all mailing list