FreeBSD Bugzilla – Attachment 199334 Details for
Bug 233201
net-p2p/namecoin: Update to 0.17.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
namecoin-qt5
patch-namecoin.txt (text/plain), 4.26 KB, created by
Koichiro Iwao
on 2018-11-19 09:20:10 UTC
(
hide
)
Description:
namecoin-qt5
Filename:
MIME Type:
Creator:
Koichiro Iwao
Created:
2018-11-19 09:20:10 UTC
Size:
4.26 KB
patch
obsolete
>Index: net-p2p/namecoin/Makefile >=================================================================== >--- net-p2p/namecoin/Makefile (revision 485216) >+++ net-p2p/namecoin/Makefile (working copy) >@@ -2,13 +2,13 @@ > # $FreeBSD$ > > PORTNAME= namecoin >-PORTVERSION= 0.16.2 >+PORTVERSION= 0.17.0 > DISTVERSIONPREFIX= nc > PORTEPOCH= 1 > CATEGORIES= net-p2p dns > > MAINTAINER= milios@ccsys.com >-COMMENT?= Decentralized, open DNS and general purpose key/value store >+COMMENT= Decentralized, open DNS and general purpose key/value store > > LICENSE= MIT > >@@ -15,10 +15,11 @@ > LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ > libevent.so:devel/libevent > >+USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig ssl >+ > 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 ssl > GNU_CONFIGURE= yes > > USE_GITHUB= yes >@@ -29,15 +30,14 @@ > 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 xml >+USES+= desktop-file-utils qt:5 >+USE_QT= core buildtools gui linguisttools_build network qmake_build xml widgets > > BUILD_DEPENDS+= protoc:devel/protobuf \ > svg2png:graphics/svg2png > LIB_DEPENDS+= libprotobuf.so:devel/protobuf > >-TESTS_USES= qt:4 >+TESTS_USES= qt:5 > TESTS_USE= QT=testlib > TESTS_PLIST_FILES= bin/test_namecoin-qt \ > bin/test_namecoin >@@ -54,7 +54,7 @@ > ZMQ_DESC= Block and transaction broadcasting with ZeroMQ > > DBUS_CONFIGURE_WITH= qtdbus >-DBUS_USES= qt:4 >+DBUS_USES= qt:5 > DBUS_USE= QT=dbus > > DEBUG_CONFIGURE_ENABLE= debug >@@ -86,7 +86,7 @@ > ZMQ_RUN_DEPENDS= libzmq4>0:net/libzmq4 > > CONFIGURE_ARGS?= --without-libs \ >- --with-gui=qt4 \ >+ --with-gui=qt5 \ > --without-daemon \ > --without-utils \ > --disable-man >@@ -102,10 +102,8 @@ > .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" > > post-install: >- ${REINPLACE_CMD} -e 's/bitcoin/namecoin/g;s/Bitcoin/Namecoin/g' \ >- ${WRKSRC}/contrib/debian/bitcoin-qt.desktop >- ${INSTALL} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop \ >- ${STAGEDIR}${PREFIX}/share/applications/namecoin-qt.desktop >+ ${INSTALL_DATA} ${FILESDIR}/namecoin-qt.desktop \ >+ ${STAGEDIR}${PREFIX}/share/applications/ > ${LOCALBASE}/bin/svg2png -w128 -h128 ${WRKSRC_graphics}/svg/namecoin-logo.svg \ > ${STAGEDIR}${PREFIX}/share/pixmaps/namecoin128.png > >Index: net-p2p/namecoin/distinfo >=================================================================== >--- net-p2p/namecoin/distinfo (revision 485216) >+++ net-p2p/namecoin/distinfo (working copy) >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1536120223 >-SHA256 (namecoin-namecoin-core-nc0.16.2_GH0.tar.gz) = 2dec11332ce3284dfe3d9a6291eb770e1c27fcdb707f13b542494db527aa8d99 >-SIZE (namecoin-namecoin-core-nc0.16.2_GH0.tar.gz) = 5510735 >+TIMESTAMP = 1540917313 >+SHA256 (namecoin-namecoin-core-nc0.17.0_GH0.tar.gz) = b9e56cebd6756ad8ff7c8f6c9e633cb56cb139c7c4437189945b3f25acbe0082 >+SIZE (namecoin-namecoin-core-nc0.17.0_GH0.tar.gz) = 5465627 > SHA256 (indolering-namecoin-graphics-a13a73b_GH0.tar.gz) = 82f308a3527d96a202099feb96a754d036bbdaa875156ad002ba2747d75000c7 > SIZE (indolering-namecoin-graphics-a13a73b_GH0.tar.gz) = 7364908 >Index: net-p2p/namecoin/files/namecoin-qt.desktop >=================================================================== >--- net-p2p/namecoin/files/namecoin-qt.desktop (nonexistent) >+++ net-p2p/namecoin/files/namecoin-qt.desktop (working copy) >@@ -0,0 +1,14 @@ >+[Desktop Entry] >+Version=1.0 >+Name=Namecoin Core >+Comment=Connect to the Namecoin P2P Network >+Comment[de]=Verbinde mit dem Namecoin peer-to-peer Netzwerk >+Comment[fr]=Namecoin, monnaie virtuelle cryptographique pair à pair >+Comment[tr]=Namecoin, eÅten eÅe kriptografik sanal para birimi >+Exec=namecoin-qt %u >+Terminal=false >+Type=Application >+Icon=namecoin128 >+MimeType=x-scheme-handler/namecoin; >+Categories=Office;Finance; >+StartupWMClass=Namecoin-qt > >Property changes on: net-p2p/namecoin/files/namecoin-qt.desktop >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
meta
:
maintainer-approval+
Actions:
View
Attachments on
bug 233201
:
199209
|
199334
|
199553