From owner-svn-ports-all@freebsd.org Wed Sep 7 16:36:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31570BCBA8B; Wed, 7 Sep 2016 16:36:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AF62C60; Wed, 7 Sep 2016 16:36:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u87GaQU5071180; Wed, 7 Sep 2016 16:36:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u87GaQjh071178; Wed, 7 Sep 2016 16:36:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609071636.u87GaQjh071178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 7 Sep 2016 16:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421510 - in head/net-p2p/zetacoin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 16:36:27 -0000 Author: amdmi3 Date: Wed Sep 7 16:36:25 2016 New Revision: 421510 URL: https://svnweb.freebsd.org/changeset/ports/421510 Log: - Update to 0.11.2.3 - While here, convert to options helpers, whitespace fixes PR: 212402 Submitted by: daniel@morante.net (maintainer) Deleted: head/net-p2p/zetacoin/files/patch-src_Makefile.include head/net-p2p/zetacoin/files/patch-src_net.cpp head/net-p2p/zetacoin/files/patch-src_qt_Makefile.am Modified: head/net-p2p/zetacoin/Makefile head/net-p2p/zetacoin/distinfo Modified: head/net-p2p/zetacoin/Makefile ============================================================================== --- head/net-p2p/zetacoin/Makefile Wed Sep 7 16:32:44 2016 (r421509) +++ head/net-p2p/zetacoin/Makefile Wed Sep 7 16:36:25 2016 (r421510) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zetacoin -PORTVERSION= 0.9.2.7 +PORTVERSION= 0.11.2.3 DISTVERSIONPREFIX= v CATEGORIES= net-p2p finance @@ -31,23 +31,23 @@ OPTIONS_GROUP= X11 OPTIONS_GROUP_X11= QRCODES UPNP_CONFIGURE_WITH= miniupnpc -UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc -UPNP_CPPFLAGS= -I${LOCALBASE}/include -UPNP_LIBS= -L${LOCALBASE}/lib +UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc +UPNP_CPPFLAGS= -I${LOCALBASE}/include +UPNP_LIBS= -L${LOCALBASE}/lib X11_CONFIGURE_WITH= gui X11_CONFIGURE_ON= --without-daemon X11_CONFIGURE_OFF= --with-daemon X11_BUILD_DEPENDS= protoc:devel/protobuf X11_LIB_DEPENDS= libprotobuf.so:devel/protobuf -X11_USE= qt4=corelib,network,gui,qmake_build,linguisttools_build \ +X11_USE= qt4=corelib,network,gui,qmake_build,linguisttools_build \ qt4=uic_build,moc_build,rcc_build,qtestlib_build -X11_USES= desktop-file-utils +X11_USES= desktop-file-utils -WALLET_CONFIGURE_ENABLE= wallet +WALLET_CONFIGURE_ENABLE=wallet WALLET_CXXFLAGS= -I${BDB_INCLUDE_DIR} WALLET_LIBS= -L${BDB_LIB_DIR} -WALLET_USES= bdb:48 +WALLET_USES= bdb:48 QRCODES_IMPLIES= X11 QRCODES_LIB_DEPENDS= libqrencode.so:graphics/libqrencode @@ -60,16 +60,17 @@ TEST_ALL_TARGET= check GNU_CONFIGURE= yes CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ - SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" + SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" \ + OBJC="${CC}" OBJCFLAGS="${CFLAGS}" OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}" -QT_BINARY= ${PORTNAME}-qt -CLI_BINARY= ${PORTNAME}-cli +QT_BINARY= ${PORTNAME}-qt +CLI_BINARY= ${PORTNAME}-cli DAEMON= ${PORTNAME}d PLIST_SUB+= EXECUTABLE_QT=bin/${QT_BINARY} \ - EXECUTABLE_CLI=bin/${CLI_BINARY} \ - EXECUTABLE_DAEMON=bin/${DAEMON} \ - PORTNAME=${PORTNAME} + EXECUTABLE_CLI=bin/${CLI_BINARY} \ + EXECUTABLE_DAEMON=bin/${DAEMON} \ + PORTNAME=${PORTNAME} .include @@ -94,11 +95,12 @@ post-patch: ${MKDIR} ${WRKSRC}/src/build-aux do-install: -.if ${PORT_OPTIONS:MCLI} + @${DO_NADA} + +do-install-CLI-on: ${INSTALL_PROGRAM} -s ${WRKSRC}/src/${CLI_BINARY} ${STAGEDIR}${PREFIX}/bin/${CLI_BINARY} -.endif -.if ${PORT_OPTIONS:MX11} +do-install-X11-on: ${INSTALL_PROGRAM} -s ${WRKSRC}/src/qt/${QT_BINARY} ${STAGEDIR}${PREFIX}/bin/${QT_BINARY} ${REINPLACE_CMD} -e 's,=/usr,=${PREFIX},' \ -e 's,bitcoin,zetacoin,g' \ @@ -106,9 +108,9 @@ do-install: -e 's,128,,g' ${WRKSRC}/contrib/debian/bitcoin-qt.desktop ${INSTALL} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}-qt.desktop ${INSTALL} ${WRKSRC}/src/qt/res/icons/bitcoin.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png -.else + +do-install-X11-off: ${INSTALL_PROGRAM} -s ${WRKSRC}/src/${DAEMON} ${STAGEDIR}${PREFIX}/bin/${DAEMON} ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample -.endif .include Modified: head/net-p2p/zetacoin/distinfo ============================================================================== --- head/net-p2p/zetacoin/distinfo Wed Sep 7 16:32:44 2016 (r421509) +++ head/net-p2p/zetacoin/distinfo Wed Sep 7 16:36:25 2016 (r421510) @@ -1,2 +1,3 @@ -SHA256 (zetacoin-zetacoin-v0.9.2.7_GH0.tar.gz) = e24bdcc9c576d6af268b790118e294f8ce1e18695a4234a58f84abb9856233f1 -SIZE (zetacoin-zetacoin-v0.9.2.7_GH0.tar.gz) = 4266219 +TIMESTAMP = 1466446290 +SHA256 (zetacoin-zetacoin-v0.11.2.3_GH0.tar.gz) = 581195ee6616f47c12cbd2b76cf0d61e152bbe659a349b5010d6ad3a51da80f9 +SIZE (zetacoin-zetacoin-v0.11.2.3_GH0.tar.gz) = 5735186